diff options
author | selias <samelias@cisco.com> | 2016-11-24 14:32:18 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-11-25 07:06:27 +0000 |
commit | 0d782a5690c7e28a329952fb93afde84ddd97078 (patch) | |
tree | b8e1910ec608b5084cd4c57ddd2da7497257bae0 /tests/func/honeycomb/060_sub_interface.robot | |
parent | f112262b6d3db251fe3171333adc48ee14ebed22 (diff) |
CSIT-457: HC Test: Document expected test failures
- add EXPECTED_FAILING tag to all known test failures
- document every use of EXPECTED_FAILING tag ,include Jira issue ID
- minor fixes to interface, sub-interface and ACL test suites
Change-Id: If6a535bdacc297c03e8cfade8896cdec23498bc2
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/func/honeycomb/060_sub_interface.robot')
-rw-r--r-- | tests/func/honeycomb/060_sub_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func/honeycomb/060_sub_interface.robot b/tests/func/honeycomb/060_sub_interface.robot index 5d0d7a37a5..9e58f2766d 100644 --- a/tests/func/honeycomb/060_sub_interface.robot +++ b/tests/func/honeycomb/060_sub_interface.robot @@ -38,7 +38,7 @@ | Honycomb creates sub-interface | | [Documentation] | Check if Honeycomb creates a sub-interface. | | ... -| | Given Interface State Is | ${node} | ${super_if} | down +| | Given Honeycomb sets interface state | ${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 |