HC Test: Fix intermittent failures of HC startup 75/8475/11
authorselias <samelias@cisco.com>
Wed, 20 Sep 2017 13:47:39 +0000 (15:47 +0200)
committerPeter Mikus <pmikus@cisco.com>
Thu, 28 Sep 2017 09:51:37 +0000 (09:51 +0000)
commit0513ce5642dcf58b21f9b77d6b50e4e9a7a94f04
tree440b531fe1a999a88d42a7c47341327a8e02ef3d
parent9ca5e946c7ea4b5740c257c71fe6d76eaa4206b4
HC Test: Fix intermittent failures of HC startup

 - rework "check Honeycomb startup state" keyword
 - increase timeout value for startup
 - add separators to Honeycomb log file between test suites
 - other minor fixes:
    - remove usused import from NAT suite
    - fix loop in ICMPv6 ND proxy traffic script
    - add teardown to LISP cases
    - update prerequisites for sub-interface SPAN test

Change-Id: I2f714ffc1d2e8435d3abe690d8bd15099e071c9a
Signed-off-by: selias <samelias@cisco.com>
14 files changed:
resources/libraries/python/constants.py
resources/libraries/python/honeycomb/HcAPIKwInterfaces.py
resources/libraries/python/honeycomb/HoneycombSetup.py
resources/libraries/python/honeycomb/HoneycombUtil.py
resources/libraries/robot/honeycomb/honeycomb.robot
resources/libraries/robot/honeycomb/nat.robot
resources/traffic_scripts/ipv6_nd_proxy_check.py
tests/vpp/func/honeycomb/__init__.robot
tests/vpp/func/honeycomb/mgmt-cfg-lisp-apihc-apivat-func.robot
tests/vpp/func/honeycomb/mgmt-cfg-policer-apihc-func.robot
tests/vpp/func/honeycomb/mgmt-cfg-slaac-apihc-func.robot
tests/vpp/func/honeycomb/mgmt-cfg-spanrx-apihc-apivat-func.robot
tests/vpp/func/honeycomb/mgmt-notif-apihcnc-func.robot
tests/vpp/func/honeycomb/mgmt-statepersist-apihc-func.robot