Add sleep after vim creation - prior to ns-create 31/6831/1
authorMichael Marchetti <mmarchetti@sandvine.com>
Thu, 1 Nov 2018 00:11:01 +0000 (00:11 +0000)
committerMichael Marchetti <mmarchetti@sandvine.com>
Thu, 1 Nov 2018 00:11:01 +0000 (00:11 +0000)
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
systest/testcases/vnfs/test_vnfs.py

index 3eee94d..a95f72b 100644 (file)
@@ -79,6 +79,10 @@ class TestClass(object):
         time.sleep(5)
 
     def vnf_test(self,osm, openstack, vim, vmware, vnfd_file_list, nsd_file_list, ns_scale=False):
+
+        # FIXME: need sleep after vim creation. Need a way to validate vim is ready to handle requests
+        time.sleep(20)
+
         for file in nsd_file_list:
             nsd_desc = osm.get_api().package.get_key_val_from_pkg(file)