diff options
author | selias <samelias@cisco.com> | 2017-10-05 12:19:55 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-10-05 16:41:04 +0200 |
commit | 08e35e37f7ad3394cea86c22ab7ffd990651c112 (patch) | |
tree | 25f0bd3ac2efdd72c184dc3850ada9bec1a61736 /tests/vpp | |
parent | 22fe84cf9058e189165802c68ce14b96e06e5947 (diff) |
HC Test: remove log check from HC startup
- remove log check from "Check Honeycomb Startup State" keyword
- fix workaround for ODL startup issue
- change log level for HttpRequestError so it doesn't clutter
log.html output
- update EXPECTED_FAILING tags for plugin-acl and routing suites
Change-Id: I7380d24801a6535bdf77505edada39ea2412e833
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/vpp')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot | 3 | ||||
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot index a08aecc050..2126f91a8e 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot @@ -51,8 +51,7 @@ | ... | Documentation | *Honeycomb access control lists test suite for ACL plugin.* | ... -# Failing due to HC2VPP-173: cannot clean up ACLs in test teardown -| Force Tags | HC_FUNC | EXPECTED_FAILING +| Force Tags | HC_FUNC *** Test Cases *** | TC01: ACL MAC filtering through plugin-acl node - bridged diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot index 404ba888a3..1c96d76c1a 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot @@ -165,6 +165,8 @@ | | ... | destination. Make sure no packet is received on the second TG\ | | ... | interface. | | ... +# VPP-930: ip6_fib_dump shows incorrect outgoing interface index +| | [Tags] | EXPECTED_FAILING | | ${table}= | Set Variable | table6 | | Given Setup interfaces and neighbors for IPv6 routing test | | When Honeycomb configures routing table |