API: deprecated COP APIs
[csit.git] / 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
 |
 | 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 \
 | | 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}