diff --git a/robot-systest/testsuite/heal_01-volume_vdu_healing.robot b/robot-systest/testsuite/heal_01-volume_vdu_healing.robot index 8b73611d04310c26b7ddcebe5fc61e214b3385f6..dfade05f33e63cce66e0d64bb0c592142d067a74 100644 --- a/robot-systest/testsuite/heal_01-volume_vdu_healing.robot +++ b/robot-systest/testsuite/heal_01-volume_vdu_healing.robot @@ -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} diff --git a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot index edeec97636bb9ee07b5bd83f4a8f28619b74ece5..eedd94b4b77b678051a3a975597bcd42fc659986 100644 --- a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot +++ b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot @@ -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} diff --git a/robot-systest/testsuite/heal_03-multiple_healing.robot b/robot-systest/testsuite/heal_03-multiple_healing.robot index 89f67dd834a0957c363282e16efb7e0f6f6ba3c8..f96a9f0bf6f8b88e9f395a3ce2dcf64e0c72da27 100644 --- a/robot-systest/testsuite/heal_03-multiple_healing.robot +++ b/robot-systest/testsuite/heal_03-multiple_healing.robot @@ -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}