X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F060_sub_interface.robot;fp=tests%2Fsuites%2Fhoneycomb%2F6%20-%20sub_interface.robot;h=8f43a52e2eaeed71c3e020cf1f3ebb2a854d0bbd;hp=0ad6deb0d631767310a6605bdb7ddd1f3ce4c427;hb=d9716ad55cf9d1ec63d4297c9b61134a62d5be64;hpb=2a3181f49a0ae8790436b46621b9e77bcec632d1 diff --git a/tests/suites/honeycomb/6 - sub_interface.robot b/tests/suites/honeycomb/060_sub_interface.robot similarity index 99% rename from tests/suites/honeycomb/6 - sub_interface.robot rename to tests/suites/honeycomb/060_sub_interface.robot index 0ad6deb0d6..8f43a52e2e 100644 --- a/tests/suites/honeycomb/6 - sub_interface.robot +++ b/tests/suites/honeycomb/060_sub_interface.robot @@ -25,8 +25,6 @@ | ... | delete a sub-interface. *** Variables *** -| ${node}= | ${nodes['DUT1']} - # Test interface 1 and its sub-interface parameters: | ${super_if}= | ${node['interfaces']['port1']['name']} | ${sub_if_id}= | ${sub_if_1_settings['identifier']} @@ -36,7 +34,8 @@ | Honycomb creates sub-interface | | [Documentation] | Check if Honeycomb creates a sub-interface. | | ... -| | Given sub-interface configuration from Honeycomb should be empty +| | Given interface state is | ${node} | ${super_if} | down +| | And sub-interface configuration from Honeycomb should be empty | | ... | ${node} | ${super_if} | ${sub_if_id} | | And interface configuration from VAT should be empty | | ... | ${node} | ${sub_if_name}