Increase NS timeout from 5 min to 6min in Heal01-03 tests
[osm/tests.git] / robot-systest / testsuite / heal_02-scale_vdu_healing.robot
index edeec97..eedd94b 100644 (file)
@@ -51,6 +51,7 @@ ${nsd_name}   volumes_nativecharm-ns
 # NS instance name and configuration
 ${flavor_name}   osm.heal_02
 ${ns_name}   heal_02
+${ns_timeout}   6min
 ${scale_wait_time}   4min
 
 # SSH keys and username to be used
@@ -82,7 +83,7 @@ Create Test Flavor
 
 Network Service Instance Test
     ${ns_config}=   Set Variable   {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}}],vnf: [ {member-vnf-index: charm_vnf, vdu: [{ id: mgmtVM, vim-flavor-id: ${flavor_id}}]}] }
-    ${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}