X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fhackfest_cloudinit.robot;h=52d6e4e33c44df3c5981815ab6f6912ab58e4beb;hb=4cf45d797499817b5f639bd6245c3f84e762de14;hp=3ac1189d7121a2727696d3d79eae2344a79f723b;hpb=499c86752f877c0007a0e4dde69c213d828047d0;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/hackfest_cloudinit.robot b/robot-systest/testsuite/hackfest_cloudinit.robot index 3ac1189..52d6e4e 100644 --- a/robot-systest/testsuite/hackfest_cloudinit.robot +++ b/robot-systest/testsuite/hackfest_cloudinit.robot @@ -11,6 +11,8 @@ # limitations under the License. *** Settings *** +Documentation [HACKFEST-CLOUDINIT] Basic NS with two multi-VDU VNF with cloudinit + Library OperatingSystem Library String Library Collections @@ -25,6 +27,8 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot Variables %{ROBOT_DEVOPS_FOLDER}/resources/hackfest_cloudinit_ns_data.py +Force Tags hackfest_cloudinit cluster_main daily regression + Suite Teardown Run Keyword And Ignore Error Suite Cleanup @@ -39,26 +43,22 @@ ${ns_config} {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] } *** Test Cases *** Create Hackfest Cloudinit VNF Descriptor - [Tags] hackfest_cloudinit sanity regression Create VNFD '%{PACKAGES_FOLDER}/${vnfd_pkg}' Create Hackfest Cloudinit NS Descriptor - [Tags] hackfest_cloudinit sanity regression Create NSD '%{PACKAGES_FOLDER}/${nsd_pkg}' Network Service Instance Test - [Tags] hackfest_cloudinit sanity regression ${id}= Create Network Service ${nsd_name} %{VIM_TARGET} ${ns_name} ${ns_config} ${EMPTY} Set Suite Variable ${ns_id} ${id} Get Vnf Ip Address - [Tags] hackfest_cloudinit sanity regression ${ip_addr} Get Vnf Management Ip Address ${ns_id} ${vnf_member_index} log ${ip_addr} @@ -66,33 +66,31 @@ Get Vnf Ip Address Test SSH Access - [Tags] hackfest_cloudinit sanity regression Sleep 30s Waiting ssh daemon to be up Test SSH Connection ${vnf_ip_addr} ${username} ${password} ${privatekey} Check Remote File Injected Via Cloud-init - [Tags] hackfest_cloudinit sanity regression ${stdout}= Execute Remote Command Check Rc Return Output ${vnf_ip_addr} ${username} ${password} ${privatekey} sudo cat /root/helloworld.txt log ${stdout} Delete NS Instance Test - [Tags] hackfest_cloudinit sanity regression cleanup + [Tags] cleanup Delete NS ${ns_name} Delete NS Descriptor Test - [Tags] hackfest_cloudinit sanity regression cleanup + [Tags] cleanup Delete NSD ${nsd_name} Delete VNF Descriptor Test - [Tags] hackfest_cloudinit sanity regression cleanup + [Tags] cleanup Delete VNFD ${vnfd_name}