Move unit tests to netconf.ssh package 15/104315/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 16:44:34 +0000 (17:44 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 18:00:00 +0000 (19:00 +0100)
commit76eae321c80a7108a846196de9a5179d4aa49a2c
tree3cebbd7319e10c485fd313dafada80838d032b49
parenta86bf2d2c84fb7c7d8a5072885c2470c0b29a056
Move unit tests to netconf.ssh package

UTs should be co-located with the classes they are testing, clean that
up.

Change-Id: I59babf5ad47427a2bdb3e9145c2f0284d59a976c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoClient.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClient.java with 95% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoClientHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClientHandler.java with 81% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServer.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServer.java with 98% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServerHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java with 87% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyClientHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyClientHandler.java with 97% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyServer.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServer.java with 98% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyServerHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServerHandler.java with 79% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHServerTest.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java with 95% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHTest.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/SSHTest.java with 95% similarity]