From 4f5f136f8d445c60db38c9f59622f379f04ff3bb Mon Sep 17 00:00:00 2001 From: selias Date: Wed, 8 Jun 2016 15:51:19 +0200 Subject: Update Honeycomb tests - add new negative test for bridged-virtual-interface setting - modify variables in original bd tests to use bvi=False - separate interface ipv4 test case into netmask and prefix - replace per-testcase tag definitions with per-suite forced tags - add separate tag for persistence suite, due to it's long execution time Change-Id: I79ae699125d4838ed8b394dc80a028e08b4de684 Signed-off-by: selias --- tests/suites/honeycomb/4 - tap.robot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/suites/honeycomb/4 - tap.robot') diff --git a/tests/suites/honeycomb/4 - tap.robot b/tests/suites/honeycomb/4 - tap.robot index e3613c0e48..4bce990ee8 100644 --- a/tests/suites/honeycomb/4 - tap.robot +++ b/tests/suites/honeycomb/4 - tap.robot @@ -26,6 +26,7 @@ | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/honeycomb/interfaces.robot | Resource | resources/libraries/robot/honeycomb/tap.robot +| Force Tags | honeycomb_sanity | Documentation | *Honeycomb TAP management test suite.* | ... | ... | Test suite uses the first interface of the first DUT node. @@ -33,7 +34,6 @@ *** Test Cases *** | Honeycomb configures TAP interface | | [Documentation] | Check if Honeycomb API can configure a TAP interface. -| | [Tags] | honeycomb_sanity | | Given TAP configuration from Honeycomb should be empty | | ... | ${node} | ${tap_interface} | | And TAP configuration from VAT should be empty @@ -48,7 +48,6 @@ | Honeycomb modifies existing TAP interface configuration | | [Documentation] | Check if Honeycomb API can re-configure and existing TAP\ | | ... | interface with new settings. -| | [Tags] | honeycomb_sanity | | Given TAP configuration from Honeycomb should be | | ... | ${node} | ${tap_interface} | ${tap_settings} | | And TAP configuration from VAT should be @@ -62,7 +61,6 @@ | Honeycomb removes TAP interface | | [Documentation] | Check if Honeycomb API can remove TAP interface. -| | [Tags] | honeycomb_sanity | | Given TAP configuration from Honeycomb should be | | ... | ${node} | ${tap_interface} | ${tap_settings2} | | And TAP configuration from VAT should be -- cgit 1.2.3-korg