X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fhackfest_basic.robot;h=ee079f9348b138257124eb09dbdc6b3f0a5b2105;hb=61bbf92c1b2a4563f1636f053a4846b669161714;hp=5dfacaee09f66a3e64fb3b9e110cd7f573833909;hpb=576487e73575ad72071aa5680b8d17b2d8ff8027;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/hackfest_basic.robot b/robot-systest/testsuite/hackfest_basic.robot index 5dfacae..ee079f9 100644 --- a/robot-systest/testsuite/hackfest_basic.robot +++ b/robot-systest/testsuite/hackfest_basic.robot @@ -11,7 +11,7 @@ # limitations under the License. *** Settings *** -Documentation [HACKFEST-BASIC] Basic NS with a single-VDU VNF +Documentation [HACKFEST-BASIC] Basic NS with a single-VDU VNF Library OperatingSystem Library String @@ -48,7 +48,7 @@ ${username} ubuntu ${password} ${EMPTY} ${ns_id} ${EMPTY} -${vnf_member_index} 1 +${vnf_member_index} vnf ${vnf_ip_addr} ${EMPTY} @@ -70,16 +70,16 @@ Network Service Instance Test Get Vnf Ip Address - ${ip_addr} Get Vnf Management Ip Address ${ns_id} ${vnf_member_index} + ${ip_addr} Get Vnf Management Ip Address ${ns_id} ${vnf_member_index} log ${ip_addr} Set Suite Variable ${vnf_ip_addr} ${ip_addr} Test Ping - Test Connectivity ${vnf_ip_addr} + Test Connectivity ${vnf_ip_addr} Test SSH Access Sleep 30s Waiting ssh daemon to be up - Test SSH Connection ${vnf_ip_addr} ${username} ${password} ${privatekey} + Test SSH Connection ${vnf_ip_addr} ${username} ${password} ${privatekey} Delete NS Instance Test [Tags] cleanup @@ -101,12 +101,12 @@ Delete VNF Descriptor Test *** Keywords *** Suite Cleanup - [Documentation] Test Suit Cleanup: Deleting Descriptor, instance and vim + [Documentation] Test Suit Cleanup: Deleting Descriptor, instance and vim - Run Keyword If Any Tests Failed Delete NS ${ns_name} + Run Keyword If Any Tests Failed Delete NS ${ns_name} - Run Keyword If Any Tests Failed Delete NSD ${nsd_name} + Run Keyword If Any Tests Failed Delete NSD ${nsd_name} - Run Keyword If Any Tests Failed Delete VNFD ${vnfd_name} + Run Keyword If Any Tests Failed Delete VNFD ${vnfd_name}