X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Frobot%2Fshared%2Ftest_teardown.robot;fp=resources%2Flibraries%2Frobot%2Fshared%2Ftest_teardown.robot;h=93c4574c83e385a9aa926148d6d54221521f286c;hb=00460a1ba11a6112a08256d39d927f2a309b1b99;hp=5d71db4edc03e2011610154ac364942b453019a4;hpb=68210955981adc72d83b139cba671f6269e7c5ec;p=csit.git diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 5d71db4edc..93c4574c83 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -101,13 +101,14 @@ | | ... | 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 +| Additional Test Tear Down Action For det44 | | [Documentation] -| | ... | Additional teardown for tests which uses NAT feature. +| | ... | Additional teardown for tests which uses DET44 feature. | | | | FOR | ${dut} | IN | @{duts} -| | | Run Keyword If Test Failed -| | | ... | Show NAT verbose | ${nodes['${dut}']} +#| | | Run Keyword If Test Failed +#| | | ... | Show DET44 verbose | ${nodes['${dut}']} +| | | Show DET44 verbose | ${nodes['${dut}']} | | END | Additional Test Tear Down Action For nat-ed