Fix IndexOutOfBoundsException in NetvirtIt 13/43213/1
authorJosh <jhershbe@redhat.com>
Fri, 5 Aug 2016 07:30:43 +0000 (09:30 +0200)
committerJosh <jhershbe@redhat.com>
Fri, 5 Aug 2016 07:30:43 +0000 (09:30 +0200)
Change-Id: I754935d07f62498f1c13d67d70937b497a789281
Signed-off-by: Josh <jhershbe@redhat.com>
vpnservice/utils/netvirt-it-utils/src/main/java/org/opendaylight/netvirt/utils/netvirt/it/utils/NetITUtil.java

index 1f08866acb959bfe41724a10c2ade4ad9a3ca486..ed525faea3cae859590f704de9a38e9108513d22 100644 (file)
@@ -226,9 +226,6 @@ public class NetITUtil {
         //add port to map
         portInfoByName.put(portInfo.name, portInfo);
 
-        //DEBUG
-        dockerOvs.runInContainer(DEFAULT_WAIT, 0, "ip", "a");
-
         return portInfo.name;
     }