X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fcli%2FTS07__Hackfest_EPA_NS.robot;h=53165985fea614e8026c5fb2187e249755bba531;hb=50d786e60c1399ab4b1d9141b20f59e7d394ad9a;hp=2d8d3be049d3acd047851e8d95a385457a3013b1;hpb=3e868b5138fe2b70b86b1da240d044a9674bcc55;p=osm%2Fdevops.git diff --git a/robot-systest/testsuite/cli/TS07__Hackfest_EPA_NS.robot b/robot-systest/testsuite/cli/TS07__Hackfest_EPA_NS.robot index 2d8d3be0..53165985 100644 --- a/robot-systest/testsuite/cli/TS07__Hackfest_EPA_NS.robot +++ b/robot-systest/testsuite/cli/TS07__Hackfest_EPA_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 EPA NS Descriptor Network Service Instance Test [Documentation] Launch and terminate network services [Tags] hackfest_epa - [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] hackfest_epa + + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} + + Delete NS Descriptor Test [Tags] hackfest_epa @@ -90,20 +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} - - :FOR ${vnfd_id} IN @{vnfd_ids} - \ Force Delete VNFD ${vnfd_id} + [Documentation] Test Suit Cleanup: Deliting Descriptor, instance and vim + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} -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}