diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-06-17 16:22:39 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-07-03 15:21:36 +0000 |
commit | 758d50dd77f6114b2d4fe0ca13d95ae111f7b110 (patch) | |
tree | 8bde97900e27d0ca660c79574952d0ef89174996 /tests | |
parent | 8d2d00733f4f690c318558739a1290d1893dbc6d (diff) |
FIX: use len parameter name in prefix structure in ip_route_add_del
+ new vpp stabel build with fixed ipv6 address incrementation
Change-Id: Id3f4104a48e45b6fd70ccbd47ad9e3c6925220fd
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot | 3 | ||||
-rw-r--r-- | tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot index 67e0704da4..23a5b76afa 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -129,6 +129,7 @@ | | ... | remote_host1_ip4=${remote_host1_ip4} | | ... | remote_host2_ip4=${remote_host2_ip4} | | ... | remote_host_ip4_prefix=${remote_host_ip4_prefix} +| | And VPP Get IP tables | ${dut_node} | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send IPv4 ping packet and verify headers | ${tg_node} | | ... | ${tg_to_dut_if1} | ${tg_node} | ${tg_to_dut_if2} diff --git a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot index 424ff3e689..4851c92b5f 100644 --- a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -133,6 +133,7 @@ | | ... | remote_host2_ip6=${remote_host2_ip6} | | ... | remote_host_ip6_prefix=${remote_host_ip6_prefix} | | And Suppress ICMPv6 router advertisement message | ${nodes} +| | And VPP Get IP tables | ${dut_node} | | And All Vpp Interfaces Ready Wait | ${nodes} | | Then Send IPv6 echo request packet and verify headers | ${tg_node} | | ... | ${tg_to_dut_if1} | ${tg_node} | ${tg_to_dut_if2} |