X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_14-vnf_relations.robot;h=91f4a4d6b82ef1a785c3a6ca6bb835052c2b6708;hb=12136271111872aef81e5473c5c25ae2b3599403;hp=035612b01183cf7612c7cb0994528df10815af42;hpb=5d3bce628e7caa587a3a45334bc91a9237717e30;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/basic_14-vnf_relations.robot b/robot-systest/testsuite/basic_14-vnf_relations.robot index 035612b..91f4a4d 100644 --- a/robot-systest/testsuite/basic_14-vnf_relations.robot +++ b/robot-systest/testsuite/basic_14-vnf_relations.robot @@ -21,25 +21,26 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/nsd_lib.robot Resource %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot Resource %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot -Variables %{ROBOT_DEVOPS_FOLDER}/resources/basic_14-vnf_relations.py - Force Tags basic_14 cluster_ee_config cluster_relations daily regression Suite Teardown Run Keyword And Ignore Error Suite Cleanup *** Variables *** -${username} ubuntu -${password} ${EMPTY} +# NS and VNF descriptor package folder and ids +${vnfd_pkg} charm-packages/vnf_relations_vnf +${vnfd_name} vnf_relations-vnf +${nsd_pkg} charm-packages/vnf_relations_ns +${nsd_name} vnf_relations-ns + +# NS instance name and configuration +${ns_name} basic_14_vnf_relations_test ${ns_config} {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] } -${action_name} touch -${vnf_member_index_1} 1 -${vnf_member_index_2} 2 -${day_1_file_name} /home/ubuntu/first-touch -${day_2_file_name_1} /home/ubuntu/mytouch1 -${day_2_file_name_2} /home/ubuntu/mytouch2 ${ns_timeout} 15min +# SSH public keys file +${publickey} %{HOME}/.ssh/id_rsa.pub + *** Test Cases *** Create Charm VNF Descriptor