Do not use NetconfServerFactory in NetconfDeviceSimulator 98/108598/9
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Oct 2023 16:40:31 +0000 (18:40 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 24 Oct 2023 11:41:19 +0000 (11:41 +0000)
commit1f8b30aadf8e6c3b8fd0098f1b8c659a3a6ed453
treea41840e9e32765febc24543ec5c38e45ee301541
parente913b8c6f1a1aab66f927d89ea695de9dd83934e
Do not use NetconfServerFactory in NetconfDeviceSimulator

NetconfServerFactory provides only a trivial wrapper around
transport-{tcp,ssh}. Bypassing it allows us to share one instance of
ServerTransportInitializer, improving efficiency and reducing
indirections.

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