diff options
author | Vratko Polak <vrpolak@cisco.com> | 2020-07-16 14:54:37 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2020-07-16 14:54:37 +0200 |
commit | 0da0f5c171d4345c0ae88b83244bcc965c4a9ff3 (patch) | |
tree | 33556c4989707a83bfb0c6c67089121bf9d4fdf5 /tests/vpp/device/ip4 | |
parent | d9797db2c4640086be61ac68d7955ca6254ecd7f (diff) |
Add ADL plugin to cop tests
The following VPP change renames and moves
COP functionality into a brand new plugin:
https://gerrit.fd.io/r/c/vpp/+/27916
In a subsequent change we should rename tests
and start using the new API messages.
This change is just a minimal edit to avoid test failures.
Change-Id: I1c4b81060dd533ef447f3cc44443b71c5e524d59
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/device/ip4')
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot | 2 | ||||
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot index ee9a2f8930..e06aac4240 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copblklistbase-dev.robot @@ -39,7 +39,7 @@ | ... | *[Ref] Applicable standard specifications:* *** Variables *** -| @{plugins_to_enable}= | dpdk_plugin.so +| @{plugins_to_enable}= | dpdk_plugin.so | adl_plugin.so | ${crypto_type}= | ${None} | ${nic_name}= | virtual | ${nic_driver}= | vfio-pci diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot index a9713e8a98..2e1d61b307 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-copwhtlistbase-dev.robot @@ -39,7 +39,7 @@ | ... | *[Ref] Applicable standard specifications:* *** Variables *** -| @{plugins_to_enable}= | dpdk_plugin.so +| @{plugins_to_enable}= | dpdk_plugin.so | adl_plugin.so | ${crypto_type}= | ${None} | ${nic_name}= | virtual | ${nic_driver}= | vfio-pci |