Increase NS timeout from 5 min to 6min in Heal01-03 tests
[osm/tests.git] / robot-systest / testsuite / heal_03-multiple_healing.robot
index 89f67dd..f96a9f0 100644 (file)
@@ -51,6 +51,7 @@ ${nsd_name}   volumes_nativecharm-ns
 # NS instance name and configuration
 ${ns_name}   heal_03
 ${ns_config}   {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] }
+${ns_timeout}   6min
 ${scale_wait_time}   4min
 
 # SSH keys and username to be used
@@ -76,7 +77,7 @@ Create NS Descriptor
 
 
 Network Service Instance Test
-    ${id}=   Create Network Service   ${nsd_name}   %{VIM_TARGET}   ${ns_name}   ${ns_config}   ${publickey}
+    ${id}=   Create Network Service   ${nsd_name}   %{VIM_TARGET}   ${ns_name}   ${ns_config}   ${publickey}   ${ns_timeout}
     Set Suite Variable   ${ns_id}   ${id}