Eliminate mdsal-netconf-ssh
[netconf.git] / apps / netconf-nb / src / test / java / org / opendaylight / netconf / northbound / ssh / SSHTest.java
similarity index 97%
rename from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHTest.java
rename to apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/SSHTest.java
index d39c429ae3ff5c0b1485a8f42faa95a459abc2e6..119c0eff060f80f4d57a2aa8cc73607b6286bee9 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.ssh;
+package org.opendaylight.netconf.northbound.ssh;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
@@ -31,8 +31,8 @@ import org.junit.BeforeClass;
 import org.junit.Test;
 import org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler;
 import org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler;
+import org.opendaylight.netconf.northbound.ssh.EchoClientHandler.State;
 import org.opendaylight.netconf.shaded.sshd.common.util.security.SecurityUtils;
-import org.opendaylight.netconf.ssh.EchoClientHandler.State;
 
 public class SSHTest {
     public static final String AHOJ = "ahoj\n";