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/5 - interface_vhost_user.robot | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests/suites/honeycomb/5 - interface_vhost_user.robot') diff --git a/tests/suites/honeycomb/5 - interface_vhost_user.robot b/tests/suites/honeycomb/5 - interface_vhost_user.robot index 505eb8929b..bba026ebc4 100644 --- a/tests/suites/honeycomb/5 - interface_vhost_user.robot +++ b/tests/suites/honeycomb/5 - interface_vhost_user.robot @@ -26,6 +26,7 @@ *** Settings *** | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/honeycomb/vhost_user.robot +| Force Tags | honeycomb_sanity | Documentation | *Honeycomb vhost-user interface management test suite.* | ... | ... | This test suite tests if it is posible to create, modify and\ @@ -35,7 +36,6 @@ | Honycomb creates vhost-user interface - server | | [Documentation] | Check if Honeycomb creates a vhost-user interface, role:\ | | ... | server. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be empty | | ... | ${node} | ${vhost_interface} @@ -49,7 +49,6 @@ | Honycomb modifies vhost-user interface - server | | [Documentation] | Check if Honeycomb can modify properties of existing\ | | ... | vhost-user interface, role: server. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be | | ... | ${node} | ${vhost_interface} | ${vhost_user_server} @@ -75,7 +74,6 @@ | Honycomb deletes vhost-user interface - server | | [Documentation] | Check if Honeycomb can delete an existing vhost-user\ | | ... | interface, role: server. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be | | ... | ${node} | ${vhost_interface} | ${vhost_user_server} @@ -89,7 +87,6 @@ | Honycomb creates vhost-user interface - client | | [Documentation] | Check if Honeycomb creates a vhost-user interface, role:\ | | ... | client. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be empty | | ... | ${node} | ${vhost_interface} @@ -103,7 +100,6 @@ | Honycomb modifies vhost-user interface - client | | [Documentation] | Check if Honeycomb can modify properties of existing\ | | ... | vhost-user interface, role: client. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be | | ... | ${node} | ${vhost_interface} | ${vhost_user_client} @@ -129,7 +125,6 @@ | Honycomb deletes vhost-user interface - client | | [Documentation] | Check if Honeycomb can delete an existing vhost-user\ | | ... | interface, role: client. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be | | ... | ${node} | ${vhost_interface} | ${vhost_user_client} @@ -143,7 +138,6 @@ | Honeycomb does not set vhost-user configuration on another interface type | | [Documentation] | Check if Honeycomb refuses to set vhost-user\ | | ... | configuration for interface which is not v3po:vhost-user type. -| | [Tags] | honeycomb_sanity | | ... | | When Honeycomb fails setting vhost-user on different interface type | | ... | ${node} | ${interface} | ${vhost_user_server} @@ -155,7 +149,6 @@ | Honeycomb does not set invalid vhost-user configuration | | [Documentation] | Check if Honeycomb refuses to set invalid parameters to\ | | ... | vhost-user interface. -| | [Tags] | honeycomb_sanity | | ... | | Given vhost-user configuration from Honeycomb should be empty | | ... | ${node} | ${vhost_interface} -- cgit 1.2.3-korg