From a2738c39743aa429bd4b06d9887dfd261f97e29c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 3 Apr 2019 03:28:13 +0200 Subject: Remove obsolete FDS tests Change-Id: Ie161f7003cb33596ac7856783b332a75b5dbc14e Signed-off-by: Jan Gelety --- resources/libraries/robot/shared/default.robot | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'resources/libraries/robot/shared/default.robot') 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. -- cgit 1.2.3-korg