aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/shared/test_teardown.robot
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-07 14:47:34 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-14 10:15:07 +0000
commit8f41f1d040453d963440d8cc99fb2b957521120b (patch)
tree455d4142b1eb3e155360ea14d3514f8085f9a7d3 /resources/libraries/robot/shared/test_teardown.robot
parentee01931ec5ccb8475ee4838ed07e686a528b84bd (diff)
FIX: Vhost teardown
If test failed before vnf_manager is created then teardown does fail as well due to missing variable. Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0b23648bce78738cf4c377979d7a06fb488d990d
Diffstat (limited to 'resources/libraries/robot/shared/test_teardown.robot')
-rw-r--r--resources/libraries/robot/shared/test_teardown.robot4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot
index cad3c620e0..e130038fbc 100644
--- a/resources/libraries/robot/shared/test_teardown.robot
+++ b/resources/libraries/robot/shared/test_teardown.robot
@@ -65,7 +65,9 @@
| | ... | Additional teardown for tests which uses vhost(s) and VM(s).
| | ...
| | Show VPP vhost on all DUTs | ${nodes}
-| | vnf_manager.Kill All VMs
+| | ${vnf_status} | ${value}= | Run Keyword And Ignore Error
+| | ... | Keyword Should Exist | vnf_manager.Kill All VMs
+| | Run Keyword If | '${vnf_status}' == 'PASS' | vnf_manager.Kill All VMs
| Additional Test Tear Down Action For nat
| | [Documentation]