From: peusterm Date: Mon, 14 Mar 2016 15:46:01 +0000 (+0100) Subject: test CI X-Git-Tag: v3.1~162^2~2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=0ca5d0e5cb1f5af469aa90edab7fae652c138961 test CI --- diff --git a/src/emuvim/test/test_emulator.py b/src/emuvim/test/test_emulator.py index 523c99c..d552f1f 100755 --- a/src/emuvim/test/test_emulator.py +++ b/src/emuvim/test/test_emulator.py @@ -40,6 +40,7 @@ class testEmulatorTopology( SimpleTestTopology ): # stop Mininet network self.stopNet() + @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. @@ -82,7 +83,6 @@ class testEmulatorTopology( SimpleTestTopology ): assert(len(self.getDockernetContainers()) == 0) assert(len(self.net.hosts) == 2) assert(len(self.net.switches) == 5) - time.sleep(5) # check connectivity by using ping assert(self.net.ping([self.h[0], self.h[1]]) <= 0.0) # stop Mininet network