diff options
author | Brian Freeman <bf1936@att.com> | 2018-05-13 12:47:38 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-05-13 12:51:54 -0500 |
commit | a62644fb6bba492098bf0e19678827dfb8400c60 (patch) | |
tree | 214c63368a1d117bcd2b14c4300e7d1aa9e91304 /robot/resources/vid/teardown_vid.robot | |
parent | 6c9fe9731718136abfe55180214823cd791b8f9e (diff) |
Update Delete / Detect SO COMPLETE in distribute
Issue-ID: TEST-92
Change-Id: I26879237743e356c9205e1c35b8f550846c168c5
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid/teardown_vid.robot')
-rw-r--r-- | robot/resources/vid/teardown_vid.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/vid/teardown_vid.robot b/robot/resources/vid/teardown_vid.robot index 3a0697ec..e1850bf6 100644 --- a/robot/resources/vid/teardown_vid.robot +++ b/robot/resources/vid/teardown_vid.robot @@ -31,7 +31,7 @@ Delete VID [Documentation] Teardown the next VID entity that has a Remove icon. [Arguments] ${service_instance_id} ${lcp_region} ${tenant} ${customer} # For vLB closed loop, we may have 2 vf modules and the vDNS one needs to be removed first. - ${remove_order}= Create List vDNS_Ete Vfmodule_Ete + ${remove_order}= Create List vDNS_Ete vPKG Vfmodule_Ete # FAIL status is returned in ${vfmodule} because FAIL are ignored during teardown ${status} ${vfmodule}= Run Keyword and Ignore Error Delete Next VID Entity ${service_instance_id} ${lcp_region} ${tenant} ${remove_order} ${customer} |