diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-10-21 08:49:59 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-10-25 07:09:03 +0000 |
commit | ac89ba8a39355a4a761508870ea0e08212ef7aee (patch) | |
tree | 67383d5d7827390a448ba4afc48a36302437bd53 /resources/libraries/robot/shared/suite_teardown.robot | |
parent | 23b5bfe679371df276db4713f6089655b0e9bc56 (diff) |
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 <pmikus@cisco.com>
Change-Id: I1e84ba361dc1e829f0612c58a61096e2633ce0c5
Diffstat (limited to 'resources/libraries/robot/shared/suite_teardown.robot')
-rw-r--r-- | resources/libraries/robot/shared/suite_teardown.robot | 7 |
1 files changed, 1 insertions, 6 deletions
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} |