X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fdefault.robot;h=897b3be78c7e6153a9ac74fb1ff703ec3683f1c4;hp=81ebc8300c5374b4d8a2d91976428575f19485a0;hb=d5e7718b186ff98d0d1011bded653e86db263c50;hpb=f49a6734523f7e4ae26e357e4bd2c2df8c3de4d8 diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 81ebc8300c..897b3be78c 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -520,12 +520,6 @@ | | Tear down QEMU | | Verify VPP PID in Teardown -| Set up TAP functional test -| | [Documentation] | Common test setup for functional tests with TAP. -| | ... -| | Set up functional test -| | Clean Up Namespaces | ${nodes['DUT1']} - | Set up functional test with containers | | [Documentation] | | ... | Common test setup for functional tests with containers. @@ -565,29 +559,6 @@ | | Start VPP in all '${container_group}' containers | | Append To List | ${container_groups} | ${container_group} -| Tear down TAP functional test -| | [Documentation] | Common test teardown for functional tests with TAP. -| | ... -| | Tear down functional test -| | Clean Up Namespaces | ${nodes['DUT1']} - -| Tear down TAP functional test with Linux bridge -| | [Documentation] | Common test teardown for functional tests with TAP and -| | ... | a Linux bridge. -| | ... -| | ... | *Arguments:* -| | ... | - bid_TAP - Bridge name. Type: string -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Tear down TAP functional test with Linux bridge \| ${bid_TAP} \| -| | ... -| | [Arguments] | ${bid_TAP} -| | ... -| | Tear down functional test -| | Linux Del Bridge | ${nodes['DUT1']} | ${bid_TAP} -| | Clean Up Namespaces | ${nodes['DUT1']} - | Tear down functional test with container | | [Documentation] | | ... | Common test teardown for functional tests which uses containers.