diff options
author | selias <samelias@cisco.com> | 2017-10-26 17:33:54 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-10-26 15:38:19 +0000 |
commit | 7b47323b3d1f9fb45b25576d3a2b2f5a606e7216 (patch) | |
tree | d588906a53dfa71c2d7364b661fd0423cbbd29b8 | |
parent | ca158d7f61e340f4a4b512ce070e66c012274d79 (diff) |
HC Test: Update tags in IPv6 control suite
- remove EXPECTED_FAILING tag, IPv6 is no longer disabled
- add HC_REST_ONLY tag, these tests should not be executed with ODL
Change-Id: I5c4ba8d08751e259d6ca158c2fb034660629916c
Signed-off-by: selias <samelias@cisco.com>
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-apihcv6-func.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-apihcv6-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-apihcv6-func.robot index 0be827eaaf..e3b43cc4a9 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-apihcv6-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-apihcv6-func.robot @@ -47,8 +47,7 @@ | ... | Unconfigure IPv6 Management Interface | AND | ... | Tear Down Honeycomb Functional Test Suite | ${node} | ... -# IPv6 is disabled in VIRL images -| Force Tags | HC_FUNC | EXPECTED_FAILING +| Force Tags | HC_FUNC | HC_REST_ONLY | ... | Documentation | *Honeycomb IPv6 control interface test suite.* |