diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-11-26 15:27:26 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-12-16 14:00:10 +0000 |
commit | 6b40a760505ae11c896deb68f92775cdf04ba965 (patch) | |
tree | 080285dea817a68161c70bcca6db07b1f8f8c358 /resources/libraries/robot | |
parent | a28e97a231fbddc2cc04f073dd8b402c29cc5aaf (diff) |
API: deprecated IPSEC APIs
Jira: CSIT-1597
+ add ipsec_sa tear down action
Change-Id: I4d1e6f26c14e61e8ddc6f29fbf5528a034c84eb0
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/shared/test_teardown.robot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index d6df417db1..a2f35ed76c 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -104,6 +104,15 @@ | | | ... | Show Geneve Tunnel Data | ${nodes['${dut}']} | | END +| Additional Test Tear Down Action For ipsec_sa +| | [Documentation] +| | ... | Additional teardown for tests which uses IPSec security association. +| | +| | FOR | ${dut} | IN | @{duts} +| | | Run Keyword If Test Failed +| | | ... | Show Ipsec Security Association | ${nodes['${dut}']} +| | END + | Additional Test Tear Down Action For linux_bridge | | [Documentation] | | ... | Additional teardown for tests which uses linux_bridge. |