diff options
author | pmikus <pmikus@cisco.com> | 2021-07-29 06:55:37 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-08-19 07:54:55 +0000 |
commit | 9c8b637ec9edcece655ac3f8413623ad59d72085 (patch) | |
tree | ace078e1b9efd68e1ca825c777fac138e3a2bc8a /tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot | |
parent | ea1ac421f5974644f9969c1b0d8871e6e58e13f6 (diff) |
vpp_device: Multiple NICs (infra)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ie8662b6a485374b5df68dec9c82065cf59f28c8f
Diffstat (limited to 'tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot')
-rw-r--r-- | tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot index f958508bdd..1a40e11d87 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-iacldstbase-dev.robot @@ -15,7 +15,7 @@ | 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 | IACLDST | DRV_VFIO_PCI +| ... | NIC_Intel-X710 | ETH | IP4FWD | FEATURE | IACLDST | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 | ... | ethip4-ip4base-iacldstbase | @@ -41,7 +41,7 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | ${crypto_type}= | ${None} -| ${nic_name}= | virtual +| ${nic_name}= | Intel-X710 | ${nic_driver}= | vfio-pci | ${nic_rxq_size}= | 0 | ${nic_txq_size}= | 0 |