diff options
author | premkumarv <preym17@gmail.com> | 2019-07-04 05:44:57 +0530 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-19 16:54:22 +0000 |
commit | fa6ce30bf16d58892d6d54c126373c2b1c9ac885 (patch) | |
tree | 4ffd006f667cb424292d3e77721b75d89eb889db /tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot | |
parent | 44a12d1a616f4ffd254646c3104b4ed50761ebfb (diff) |
VAT API to PAPI CONVERSION
Change-Id: I9c87cdfb99780f398da5cd90351b303caa89bda9
Signed-off-by: premkumarv <preym17@gmail.com>
Diffstat (limited to 'tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot')
-rw-r--r-- | tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot index 7ff4b562aa..83c4363326 100644 --- a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot @@ -61,8 +61,8 @@ | | And Set Max Rate And Jumbo And Handle Multi Seg | | And Apply startup configuration on all VPP DUTs | with_trace=${True} | | When Initialize IPv6 forwarding in circular topology -| | And Add Fib Table | ${dut1} | 1 | ipv6=${True} -| | And Vpp Route Add | ${dut1} | 2002:1::0 | 64 | vrf=1 | local=${True} +| | And Add Fib Table | ${dut1} | 1 | ipv6=${TRUE} +| | And Vpp Route Add | ${dut1} | 2001:1:: | 64 | vrf=1 | local=${TRUE} | | And COP Add whitelist Entry | ${dut1} | ${dut1_if1} | ip6 | 1 | | And COP interface enable or disable | ${dut1} | ${dut1_if1} | enable | | Then Send packet and verify headers |