X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fip4%2Feth2p-ethip4-ip4base-adlblklistbase-dev.robot;fp=tests%2Fvpp%2Fdevice%2Fip4%2Feth2p-ethip4-ip4base-copblklistbase-dev.robot;h=bd35ccd6234daac8117dba85fcfce728d25ab3f3;hp=e06aac4240b32499f2353a3ca412d50371cf6b88;hb=9446b9bf9c15999feec3c8a48fec428bca094500;hpb=44dcb3113c8ade2e44543746abca861a89362c9b diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-adlblklistbase-dev.robot similarity index 86% rename from tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot rename to tests/vpp/device/ip4/eth2p-ethip4-ip4base-adlblklistbase-dev.robot index e06aac4240..bd35ccd623 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-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 | IP4FWD | FEATURE | COPBLKLIST | DRV_VFIO_PCI +| ... | NIC_Virtual | ETH | IP4FWD | FEATURE | ADLBLKLIST | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4-ip4base-copblklistbase +| ... | ethip4-ip4base-adlblklistbase | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test @@ -25,13 +25,13 @@ | | Test Template | Local Template | -| Documentation | *COP Security IPv4 whitelist test cases* +| Documentation | *ADL Security IPv4 allowlist test cases* | | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \ | ... | with single links between nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on all links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \ -| ... | static routes. COP security white-lists is applied on DUT1 ingress \ +| ... | static routes. ADL security allowlist are applied on DUT1 ingress \ | ... | interface from TG. | ... | *[Ver] TG verification:* Test IPv4 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 IPv4 forwarding in circular topology | | And Add Fib Table | ${dut1} | 1 | | And Vpp Route Add | ${dut1} | 10.10.10.0 | 24 | vrf=1 | local=${TRUE} -| | And COP Add whitelist Entry | ${dut1} | ${DUT1_${int}1}[0] | ip4 | 1 -| | And COP interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable +| | And ADL Add allowlist Entry | ${dut1} | ${DUT1_${int}1}[0] | ip4 | 1 +| | And ADL interface enable or disable | ${dut1} | ${DUT1_${int}1}[0] | enable | | Then Packet transmission from port to port should fail | | ... | ${tg} | 100.0.0.2 | 200.0.0.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 *** -| 64B-ethip4-ip4base-copblklistbase-dev +| 64B-ethip4-ip4base-adlblklistbase-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0}