Increase NS timeout from 5 min to 6min in Heal01-03 tests
[osm/tests.git] / robot-systest / testsuite / heal_01-volume_vdu_healing.robot
index 8b73611..dfade05 100644 (file)
@@ -46,6 +46,7 @@ ${nsd_name}   volumes_nativecharm-ns
 # NS instance name and configuration
 ${ns_name}   heal_01
 ${ns_config}   {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] }
+${ns_timeout}   6min
 
 # SSH keys and username to be used
 ${publickey}   %{HOME}/.ssh/id_rsa.pub
@@ -70,7 +71,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}