From 00460a1ba11a6112a08256d39d927f2a309b1b99 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Sat, 8 Aug 2020 16:41:24 +0200 Subject: Fix: NAT44 deterministic moved to separate det44 plugin - align CSIT code with VPP code changes for NAT44 deterministic (DET44) feature - align test names according to snat44ed tests - remove obsolete 3-node nat tests - remove 2n1l-10ge2p1x710-ethip4udp-snat44det-h1048576-p63-s66060288 tests (not enough memory for such high number of sessions) Change-Id: I9a22b99b4cfa56d18e9c7ef9c58296e202567d42 Signed-off-by: Jan Gelety --- resources/libraries/robot/shared/test_teardown.robot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'resources/libraries/robot/shared') 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 -- cgit 1.2.3-korg