diff options
author | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-01-04 10:15:51 +0100 |
---|---|---|
committer | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-01-04 13:08:38 +0000 |
commit | 9446b9bf9c15999feec3c8a48fec428bca094500 (patch) | |
tree | b80823678fd2ab041462302b39e3731bb7696915 /tests/vpp/device/ip6 | |
parent | 44dcb3113c8ade2e44543746abca861a89362c9b (diff) |
API: deprecated COP APIs
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: Ifb97088a26f3c2ab2ecee28ed43e6e957a844c64
Diffstat (limited to 'tests/vpp/device/ip6')
-rw-r--r-- | tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlalwlistbase-dev.robot (renamed from tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot) | 16 | ||||
-rw-r--r-- | tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlblklistbase-dev.robot (renamed from tests/vpp/device/ip6/eth2p-ethip6-ip6base-copblklistbase-dev.robot) | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlalwlistbase-dev.robot index 7918d1a260..eb9616d751 100644 --- a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copwhtlistbase-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlalwlistbase-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 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: @@ -15,9 +15,9 @@ | Resource | resources/libraries/robot/shared/default.robot | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY -| ... | NIC_Virtual | ETH | IP6FWD | FEATURE | COPWHLIST | DRV_VFIO_PCI +| ... | NIC_Virtual | ETH | IP6FWD | FEATURE | ADLALWLIST | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip6-ip6base-copwhtlistbase +| ... | ethip6-ip6base-adlalwlistbase | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -25,13 +25,13 @@ | | Test Template | Local Template | -| Documentation | *COP Security IPv6 whitelist test cases* +| Documentation | *ADL Security IPv6 allowlist test cases* | | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \ | ... | with single links between nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv6 on all links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv6 routing and \ -| ... | static routes. COP security white-lists are applied on DUT1 ingress \ +| ... | static routes. ADL security allowlists are applied on DUT1 ingress \ | ... | interface from TG. | ... | *[Ver] TG verification:* Test IPv6 packets are sent in one direction \ | ... | by TG on link to DUT1; on receive TG verifies packets for correctness \ @@ -73,14 +73,14 @@ | | And Initialize IPv6 forwarding in circular topology | | 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_${int}1}[0] | ip6 | 1 -| | And COP interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable +| | And ADL Add allowlist Entry | ${dut1} | ${DUT1_${int}1}[0] | ip6 | 1 +| | And ADL interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable | | Then Send packet and verify headers | | ... | ${tg} | 2001:1::2 | 2001:2::2 | | ... | ${TG_pf1}[0] | ${TG_pf1_mac}[0] | ${DUT1_vf1_mac}[0] | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| 78B-ethip6-ip6base-copwhtlistbase-dev +| 78B-ethip6-ip6base-adlalwlistbase-dev | | [Tags] | 78B | | frame_size=${78} | phy_cores=${0} diff --git a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copblklistbase-dev.robot b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlblklistbase-dev.robot index b13b752feb..7640521677 100644 --- a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-copblklistbase-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-adlblklistbase-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 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: @@ -15,9 +15,9 @@ | Resource | resources/libraries/robot/shared/default.robot | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY -| ... | NIC_Virtual | ETH | IP6FWD | FEATURE | COPBLKLIST | DRV_VFIO_PCI +| ... | NIC_Virtual | ETH | IP6FWD | FEATURE | ADLBLKLIST | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip6-ip6base-copblklistbase +| ... | ethip6-ip6base-adlblklistbase | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -25,13 +25,13 @@ | | Test Template | Local Template | -| Documentation | *COP Security IPv6 whitelist test cases* +| Documentation | *ADL Security IPv6 allowlist test cases* | | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \ | ... | with single links between nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv6 on all links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv6 routing and \ -| ... | static routes. COP security white-lists are applied on DUT1 ingress \ +| ... | static routes. ADL security allowlists are applied on DUT1 ingress \ | ... | interface from TG. | ... | *[Ver] TG verification:* Test IPv6 packets are sent in one direction \ | ... | by TG on link to DUT1; on receive TG verifies packets for correctness \ @@ -73,14 +73,14 @@ | | And 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 COP Add whitelist Entry | ${dut1} | ${DUT1_${int}1}[0] | ip6 | 1 -| | And COP interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable +| | And ADL Add allowlist Entry | ${dut1} | ${DUT1_${int}1}[0] | ip6 | 1 +| | And ADL interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable | | Then Packet transmission from port to port should fail | | ... | ${tg} | 2002:1::2 | 2002:2::2 | | ... | ${TG_pf1}[0] | ${TG_pf1_mac}[0] | ${DUT1_vf1_mac}[0] | | ... | ${TG_pf2}[0] | ${DUT1_vf2_mac}[0] | ${TG_pf2_mac}[0] *** Test Cases *** -| 78B-ethip6-ip6base-copblklistbase-dev +| 78B-ethip6-ip6base-adlblklistbase-dev | | [Tags] | 78B | | frame_size=${78} | phy_cores=${0} |