X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Ftest%2Ftest_emulator.py;h=fb8714ae1ad843de42667162132c1007b8f87843;hb=dfa98d77aa58a5a28fd68f22533e90f78e660882;hp=d552f1f8b5a25810c7daeb68e2a2f3a3e47f1f06;hpb=0ca5d0e5cb1f5af469aa90edab7fae652c138961;p=osm%2Fvim-emu.git diff --git a/src/emuvim/test/test_emulator.py b/src/emuvim/test/test_emulator.py index d552f1f..fb8714a 100755 --- a/src/emuvim/test/test_emulator.py +++ b/src/emuvim/test/test_emulator.py @@ -40,7 +40,7 @@ class testEmulatorTopology( SimpleTestTopology ): # stop Mininet network self.stopNet() - @unittest.skip("disabled to test if CI fails because this is the first test.") + #@unittest.skip("disabled to test if CI fails because this is the first test.") def testMultipleDatacenterDirect(self): """ Create a two data centers and interconnect them. @@ -57,7 +57,6 @@ class testEmulatorTopology( SimpleTestTopology ): assert(len(self.getDockernetContainers()) == 0) assert(len(self.net.hosts) == 2) assert(len(self.net.switches) == 2) - time.sleep(5) # check connectivity by using ping assert(self.net.ping([self.h[0], self.h[1]]) <= 0.0) # stop Mininet network