diff options
author | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-05-09 14:00:53 +0200 |
---|---|---|
committer | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-05-10 11:04:16 +0000 |
commit | abd1c00c657242ac481526d7cccfb53b5a8d86bd (patch) | |
tree | e7934cacae77f9bec4272290fae532eec6aa08bd /tests/honeycomb/func | |
parent | 6e9d38fbad8198f8647e3e71d12b5859490c21f2 (diff) |
HC2VPP-253 - Update routing csit jobs
this fixes test failures caused by HC2VPP routing
models bump (https://gerrit.fd.io/r/#/c/10954)
- updates tests for bgp routing
- updates tests for routing
- updates SLAAC test because of changes in rt-advertisements
Change-Id: Iacc37b42e6523f440d77241c18ca8e61d1d01f23
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'tests/honeycomb/func')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot b/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot index b5fed1e583..b213abc13a 100644 --- a/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot @@ -268,7 +268,7 @@ | | ... | ${dut2_node} | ${address_application} | ${peer_application} | | And Honeycomb configures BGP route | | ... | ${dut2_node} | ${address_application} | ${dut1_route_ip6} -| | ... | ${dut1_route_ip6_address} | ${dut1_route_ip6_id} | ipv6 +| | ... | ${dut1_route_ip6_prefix} | ${dut1_route_ip6_id} | ipv6 | | And Sleep | 5s | Wait for route advertisement. Retry timer is 5 seconds. | | Then Routing data from Honeycomb should contain | | ... | ${dut1_node} | learned-protocol-0 | ipv6 | ${route_ip6_operational} |