diff options
author | selias <samelias@cisco.com> | 2017-08-15 19:33:50 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-09 14:46:24 +0000 |
commit | 442a2a7b0dfd2f1cd5a4ba03fb91ed32c96f8965 (patch) | |
tree | e1b97e0254606bcca42f8588ad9896dad17ffe07 /tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot | |
parent | e65ba17d162581fa8b803070a5e706f344c30f33 (diff) |
CSIT-775 HC Test: CRUD over IPv6 control-plane interface
Adds new test suite which accesses Honeycomb's Restconf and Netconf northbound
over IPv6. This is done by sending the requests to TG where an IPv4 to IPv6
tunnel is configured to the Honeycomb DUT.
Change-Id: I3b7467d8108b0da9756e632851215c66ed41bb61
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot index 011824f39a..b2e4aec725 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-l2fib-apihc-apivat-func.robot @@ -26,7 +26,7 @@ | ... | Suite Teardown | Tear Down Honeycomb Functional Test Suite | ${node} | ... -| Force tags | HC_FUNC +| Force Tags | HC_FUNC *** Variables *** # Interface to run tests on. |