diff options
author | selias <samelias@cisco.com> | 2017-08-28 12:47:29 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-09-06 12:27:01 +0000 |
commit | 28dd384dbf9d791bbe2cac7a09227008f85bb64f (patch) | |
tree | 4876f25b3aed66c0871266912e3842b2d1002010 /tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot | |
parent | 98689d4609a588cff1b9bb7c3724c1cbc7072c31 (diff) |
HC Test: re-enable NSH tests, minor fixes
NSH plugin was fixed in https://gerrit.fd.io/r/8218
- updated lispGPE test data
- added missing teardown to multi-IP traffic test
- marked L2-fib update revert case as failing
Change-Id: I5cf8c718e808d5d8cb69e2f769c829c868bf9924
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot index b1a4304f87..b27c7f49f7 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-int-subint-apihc-apivat-func.robot @@ -471,8 +471,6 @@ | | [Documentation] | Check if Honeycomb can configure an unnumbered interface\ | | ... | on a sub-interface, borrowing the IP address of a physical interface. | | ... -# CSIT-734: Intermittent failures of all unnumbered interface cases -| | [Tags] | EXPECTED_FAILING | | Given sub-interface ipv4 address from Honeycomb should be empty | | ... | ${node} | ${super_if} | ${sub_if_id} | | And sub-interface ipv4 address from VAT should be empty @@ -497,8 +495,6 @@ | | [Documentation] | Check if Honeycomb can remove unnumbered configuration\ | | ... | from a sub-interface. | | ... -# CSIT-734: Intermittent failures of all unnumbered interface cases -| | [Tags] | EXPECTED_FAILING | | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node} | | ... | ${super_if2} | | ... @@ -528,8 +524,6 @@ | TC24: Honeycomb can configure unnumbered interface using a sub-interface | | [Documentation] | Check if Honeycomb can configure an unnumbered interface\ | | ... | on an interface, borrowing the IP address of a sub-interface. -| | ...# CSIT-734: Intermittent failures of all unnumbered interface cases -| | [Tags] | EXPECTED_FAILING | | Given IPv4 address from Honeycomb should be empty | ${node} | ${super_if2} | | And ipv4 address from VAT should be empty | ${node} | ${super_if2} | | And sub-interface ipv4 address from Honeycomb should be empty |