aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/shared/test_teardown.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/shared/test_teardown.robot')
-rw-r--r--resources/libraries/robot/shared/test_teardown.robot11
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot
index b5cdab0664..5d71db4edc 100644
--- a/resources/libraries/robot/shared/test_teardown.robot
+++ b/resources/libraries/robot/shared/test_teardown.robot
@@ -110,6 +110,17 @@
| | | ... | Show NAT verbose | ${nodes['${dut}']}
| | END
+| Additional Test Tear Down Action For nat-ed
+| | [Documentation]
+| | ... | Additional teardown for tests which uses NAT feature.
+| |
+| | FOR | ${dut} | IN | @{duts}
+| | | Show NAT Config | ${nodes['${dut}']}
+| | | Show NAT44 Summary | ${nodes['${dut}']}
+| | | Show NAT Base Data | ${nodes['${dut}']}
+| | | Vpp Get Ip Table Summary | ${nodes['${dut}']}
+| | END
+
| Additional Test Tear Down Action For namespace
| | [Documentation]
| | ... | Additional teardown for tests which uses namespace.