X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fhackfest_multivdu.robot;h=7c5abeda0bfc5fc4809ddbd831a5122f1bc977bd;hb=988b7868af92877714dab49ff9d877f55569d39e;hp=508d11f419c0998bd3402af20b3309c802482a21;hpb=4edf733e765a1069a34d6fccf940af27ae39dad6;p=osm%2Fdevops.git diff --git a/robot-systest/testsuite/hackfest_multivdu.robot b/robot-systest/testsuite/hackfest_multivdu.robot index 508d11f4..7c5abeda 100644 --- a/robot-systest/testsuite/hackfest_multivdu.robot +++ b/robot-systest/testsuite/hackfest_multivdu.robot @@ -35,6 +35,7 @@ ${password} osm4u ${vnf_member_index} 1 ${vnf_ip_addr} ${EMPTY} ${ns_config} {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] } +${wait_guard_for_vm_boot} 50s # ${ns_config} ${EMPTY} *** Test Cases *** @@ -56,7 +57,7 @@ Network Service Instance Test Run Keyword If "${status}" == "FAIL" Set Global Variable ${publickey} ${EMPTY} ${id}= Create Network Service ${nsd_name} %{VIM_TARGET} ${ns_name} ${ns_config} ${publickey} Set Suite Variable ${ns_id} ${id} - + Sleep ${wait_guard_for_vm_boot} Waiting for VM's daemons to be up and running Get Vnf Ip Address [Tags] hackfest_multivdu @@ -71,7 +72,6 @@ Test Ping Test SSH Access [Tags] hackfest_multivdu - Sleep 30s Waiting ssh daemon to be up ${status} ${message}= Run Keyword And Ignore Error Variable Should Exist ${privatekey} Run Keyword If "${status}" == "FAIL" Set Global Variable ${privatekey} ${EMPTY} Test SSH Connection ${vnf_ip_addr} ${username} ${password} ${privatekey}