X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fcli%2FTS05__Hackfest_Multivdu_NS.robot;h=e3cc4400f2a936dce0e0ba043b9475e8808a2b77;hb=50d786e60c1399ab4b1d9141b20f59e7d394ad9a;hp=7fa6c24ac4cb0ba5f5a7cd5c0313a609978e1131;hpb=3e868b5138fe2b70b86b1da240d044a9674bcc55;p=osm%2Fdevops.git diff --git a/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot b/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot index 7fa6c24a..e3cc4400 100644 --- a/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot +++ b/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot @@ -43,7 +43,6 @@ Suite Teardown Run Keyword And Ignore Error Test Cleanup ${nsd_id} @{nsd_ids} @{ns_ids} -@{vim} *** Test Cases *** @@ -66,14 +65,18 @@ Create Hackfest Multivdu NS Descriptor Network Service Instance Test [Documentation] Launch and terminate network services [Tags] comprehensive hackfest_multivdu - [Setup] VIM Setup To Launch Network Services - [Teardown] Run Keyword And Ignore Error Network Service Instance Cleanup - Should Not Be Empty ${vim} VIM details not provided :FOR ${vim_name} IN @{vim} \ Launch Network Services and Return ${vim_name} +Delete NS Instance Test + [Tags] comprehensive hackfest_multivdu + + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} + + Delete NS Descriptor Test [Tags] comprehensive hackfest_multivdu @@ -90,20 +93,16 @@ Delete VNF Descriptor Test *** Keywords *** Test Cleanup - [Documentation] Test Suit Cleanup: Forcefully delete NSD and VNFD + [Documentation] Test Suit Cleanup: Deliting Descriptor, instance and vim - :FOR ${nsd} IN @{nsd_ids} - \ Force Delete NSD ${nsd_id} + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} - :FOR ${vnfd_id} IN @{vnfd_ids} - \ Force Delete VNFD ${vnfd_id} - - -Network Service Instance Cleanup - [Documentation] Forcefully delete created network service instances and vim account + :FOR ${nsd} IN @{nsd_ids} + \ Delete NSD ${nsd} - :FOR ${ns_id} IN @{ns_ids} - \ Force Delete NS ${ns_id} + :FOR ${vnfd} IN @{vnfd_ids} + \ Delete VNFD ${vnfd} - :FOR ${vim_id} IN @{vim} - \ Force Delete Vim Account ${vim_id} +# :FOR ${vim_id} IN @{vim} +# \ Delete Vim Account ${vim_id}