Align suite/test teardown/setup
[csit.git] / resources / libraries / robot / shared / suite_teardown.robot
index 1b738ea..e5db4f0 100644 (file)
@@ -15,6 +15,7 @@
 
 *** Settings ***
 | Library | resources.libraries.python.DPDK.DPDKTools
+| Library | resources.libraries.python.TrafficGenerator
 | ...
 | Documentation | Suite teardown keywords.
 
@@ -41,7 +42,6 @@
 | | [Documentation]
 | | ... | Additional teardown for suites which uses dpdk.
 | | ...
-| | ${duts}= | Get Matches | ${nodes} | DUT*
 | | :FOR | ${dut} | IN | @{duts}
 | | | Cleanup DPDK Environment
 | | | ... | ${nodes['${dut}']} | ${${dut}_if1} | ${${dut}_if2}