X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F5%20-%20interface_vhost_user.robot;h=bba026ebc4c490b23208c4e5340b67fd968549ef;hp=505eb8929bde6ebfa9de166610f0a1a5feae9f11;hb=4f5f136f8d445c60db38c9f59622f379f04ff3bb;hpb=e6ff078693aa8fb1f77f3264886908feffa66a83 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}