Merge "Bug 1277 - Move ByteBuffUtils to separate bundle"
[openflowjava.git] / openflow-protocol-it / src / test / java / org / opendaylight / openflowjava / protocol / it / integration / IntegrationTest.java
index 16ee112aec1e63e7ab08bd2d961a995c32e57e61..c12ec55b8938c8263cc4e35d68685a4702a7e266 100644 (file)
@@ -64,8 +64,8 @@ public class IntegrationTest {
         startupAddress = InetAddress.getLocalHost();
         if (secured) {
             tlsConfiguration = new TlsConfigurationImpl(KeystoreType.JKS,
-                    "../openflow-protocol-impl/src/main/resources/selfSignedSwitch", PathType.PATH, KeystoreType.JKS,
-                    "../openflow-protocol-impl/src/main/resources/selfSignedController", PathType.PATH) ;
+                    "/selfSignedSwitch", PathType.CLASSPATH, KeystoreType.JKS,
+                    "/selfSignedController", PathType.CLASSPATH) ;
             connConfig = new ConnectionConfigurationImpl(startupAddress, 0, tlsConfiguration, SWITCH_IDLE_TIMEOUT);
         } else {
             connConfig = new ConnectionConfigurationImpl(startupAddress, 0, null, SWITCH_IDLE_TIMEOUT);