From ac89ba8a39355a4a761508870ea0e08212ef7aee Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 21 Oct 2019 08:49:59 +0000 Subject: Introduce pre-initialize driver layer + This will help unify driver base differences between TCs. + Decrease amount of logic needed for suite generator. Signed-off-by: Peter Mikus Change-Id: I1e84ba361dc1e829f0612c58a61096e2633ce0c5 --- resources/libraries/robot/shared/suite_teardown.robot | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'resources/libraries/robot/shared/suite_teardown.robot') diff --git a/resources/libraries/robot/shared/suite_teardown.robot b/resources/libraries/robot/shared/suite_teardown.robot index a6c021e355..3d976106f4 100644 --- a/resources/libraries/robot/shared/suite_teardown.robot +++ b/resources/libraries/robot/shared/suite_teardown.robot @@ -31,6 +31,7 @@ | | ... | | :FOR | ${action} | IN | @{actions} | | | Run Keyword | Additional Suite Tear Down Action For ${action} +| | Remove All Added VIF Ports On All DUTs From Topology | ${nodes} | Additional Suite Tear Down Action For performance | | [Documentation] @@ -45,9 +46,3 @@ | | :FOR | ${dut} | IN | @{duts} | | | Cleanup DPDK Environment | | | ... | ${nodes['${dut}']} | ${${dut}_if1} | ${${dut}_if2} - -| Additional Suite Tear Down Action For vifs -| | [Documentation] -| | ... | Additional teardown for suites which uses Virtual Interfaces. -| | ... -| | Remove All Added VIF Ports On All DUTs From Topology | ${nodes} -- cgit 1.2.3-korg