X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fsuite_teardown.robot;h=e5db4f05d8566f36e3bfdae8097cba414d89b6f6;hp=1b738eaeef2e99c2052cc96155e5103b15aac6dc;hb=refs%2Fchanges%2F80%2F20280%2F30;hpb=cac8f76ce1f9085e9eede19b250f4a4cb9b199e0 diff --git a/resources/libraries/robot/shared/suite_teardown.robot b/resources/libraries/robot/shared/suite_teardown.robot index 1b738eaeef..e5db4f05d8 100644 --- a/resources/libraries/robot/shared/suite_teardown.robot +++ b/resources/libraries/robot/shared/suite_teardown.robot @@ -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}