Share a single DOMSchemaService across devices 68/114068/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 17 Oct 2024 16:49:15 +0000 (18:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 17 Oct 2024 16:49:15 +0000 (18:49 +0200)
commit52535eee3ae5d37cb51e101bb7f66186651b807f
tree19a9db0a9017ec7caddcf561256096dde206920b
parent33dc22ec7765fb19b1b056b2fa5bc26fd39fe09e
Share a single DOMSchemaService across devices

Since we have the same model context, we can just use a
FixedDOMSchemaService, which does the magic.

This reduces the amount of code we have as well as eliminate a single
object per instance, improving scalability a bit.

Change-Id: I28e0f468647b54b49623065eabd816b326474dd9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/MdsalOperationProvider.java