Fix: Removed problem with race conditions in OpenStack dummy API tests
[osm/vim-emu.git] / src / emuvim / test / unittests / test_openstack.py
index 707b999..6c2bf5a 100755 (executable)
@@ -34,6 +34,7 @@ import os
 import unittest
 import requests
 import simplejson as json
+import time
 
 from emuvim.test.api_base_openstack import ApiBaseOpenStack
 
@@ -57,7 +58,7 @@ class testRestApi(ApiBaseOpenStack):
 
         # start Mininet network
         self.startNet()
-
+        
     @unittest.skip("temporarily disabled")
     def testChainingDummy(self):
         print('->>>>>>> test Chaining Class->>>>>>>>>>>>>>>')