From d5e7718b186ff98d0d1011bded653e86db263c50 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Sun, 9 Jun 2019 06:44:04 +0000 Subject: vpp_device: TAP Change-Id: Ife31921daaa5a87f64e61d2eebb98bfdded1dc76 Signed-off-by: Peter Mikus --- resources/libraries/robot/shared/default.robot | 29 -------------------------- 1 file changed, 29 deletions(-) (limited to 'resources/libraries/robot') 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. -- cgit 1.2.3-korg