X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fdefault.robot;h=8f1924250f049e6898ac60be200b365bfdc7b92e;hp=70f5da837b1d7c1d54a6270957831a30f8887c9f;hb=a2738c39743aa429bd4b06d9887dfd261f97e29c;hpb=dab2c1f6a0252ce11b3d7da3431a7a3daa1e0b30 diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 70f5da837b..8f1924250f 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -596,23 +596,6 @@ | | Linux Del Bridge | ${nodes['DUT1']} | ${bid_TAP} | | Clean Up Namespaces | ${nodes['DUT1']} -| Tear down FDS functional test -| | [Documentation] | Common test teardown for FDS functional tests. -| | ... -| | ... | *Arguments:* -| | ... | - dut1_node - Node Nr.1 where to clean qemu. Type: dictionary -| | ... | - dut2_node - Node Nr.2 where to clean qemu. Type: dictionary -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Tear down FDS functional test \| ${dut1_node} \| ${dut2_node} \| -| | ... -| | [Arguments] | ${dut1_node} | ${dut2_node} -| | ... -| | Tear down functional test -| | Tear down QEMU | qemu_node1 -| | Tear down QEMU | qemu_node2 - | Tear down functional test with container | | [Documentation] | | ... | Common test teardown for functional tests which uses containers.