Fix: Removed problem with race conditions in OpenStack dummy API tests
[osm/vim-emu.git] / src / emuvim / test / unittests / test_openstack.py
index cb4fb03..6c2bf5a 100755 (executable)
@@ -55,11 +55,9 @@ class testRestApi(ApiBaseOpenStack):
 
         # start api
         self.startApi()
-        time.sleep(2)
 
         # start Mininet network
         self.startNet()
-        time.sleep(2)
         
     @unittest.skip("temporarily disabled")
     def testChainingDummy(self):