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=dd6ee10b8cd14736b6d35053b9b5aa3d03c50ed9;hpb=f21d9da8d739bf889ee49ef3ee8fb2d252ab858f;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 dd6ee10b..e3cc4400 100644 --- a/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot +++ b/robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot @@ -65,12 +65,18 @@ Create Hackfest Multivdu NS Descriptor Network Service Instance Test [Documentation] Launch and terminate network services [Tags] comprehensive hackfest_multivdu - [Teardown] Run Keyword And Ignore Error Network Service Instance Cleanup :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 @@ -87,17 +93,16 @@ Delete VNF Descriptor Test *** Keywords *** Test Cleanup - [Documentation] Test Suit Cleanup: Forcefully delete NSD and VNFD - - :FOR ${nsd} IN @{nsd_ids} - \ Force Delete NSD ${nsd_id} + [Documentation] Test Suit Cleanup: Deliting Descriptor, instance and vim - :FOR ${vnfd_id} IN @{vnfd_ids} - \ Force Delete VNFD ${vnfd_id} + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} + :FOR ${nsd} IN @{nsd_ids} + \ Delete NSD ${nsd} -Network Service Instance Cleanup - [Documentation] Forcefully delete created network service instances and vim account + :FOR ${vnfd} IN @{vnfd_ids} + \ Delete VNFD ${vnfd} - :FOR ${ns_id} IN @{ns_ids} - \ Force Delete NS ${ns_id} +# :FOR ${vim_id} IN @{vim} +# \ Delete Vim Account ${vim_id}