X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fcli%2FTS03__Hackfest_Basic_NS.robot;h=40492f71e6db29094db144585591c5d9d6dfb6d0;hb=50d786e60c1399ab4b1d9141b20f59e7d394ad9a;hp=1065b3a6e8d62744fd7ed0d43d3e211d530d138b;hpb=f21d9da8d739bf889ee49ef3ee8fb2d252ab858f;p=osm%2Fdevops.git diff --git a/robot-systest/testsuite/cli/TS03__Hackfest_Basic_NS.robot b/robot-systest/testsuite/cli/TS03__Hackfest_Basic_NS.robot index 1065b3a6..40492f71 100644 --- a/robot-systest/testsuite/cli/TS03__Hackfest_Basic_NS.robot +++ b/robot-systest/testsuite/cli/TS03__Hackfest_Basic_NS.robot @@ -65,12 +65,18 @@ Create Hackfest Basic NS Descriptor Network Service Instance Test [Documentation] Launch and terminate network services [Tags] comprehensive hackfest_basic_ns - [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_basic_ns + + :FOR ${ns} IN @{ns_ids} + \ Delete NS ${ns} + + Delete NS Descriptor Test [Tags] comprehensive hackfest_basic_ns @@ -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}