X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fvm_vhost%2Fip4%2Feth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot;fp=tests%2Fvpp%2Fdevice%2Fvm_vhost%2Fip4%2Feth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot;h=eb86da9107573114881c60dce3ed5523bc3bf1b2;hb=fcc77752111a4fbe8caa341cf5249efbad305a2a;hp=0e403e78af6481eb68a38a3370aad1112b8a9f78;hpb=510f6d5140db4512ff00a43bf5b8d2ddd1f4a064;p=csit.git diff --git a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot index 0e403e78af..eb86da9107 100644 --- a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot @@ -41,6 +41,7 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | ${nic_name}= | virtual +| ${nic_driver}= | vfio-pci | ${nf_chains}= | ${1} | ${nf_nodes}= | ${1} | ${nf_dtc} | ${1} @@ -68,7 +69,8 @@ | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | with_trace=${True} -| | When Initialize IPv4 forwarding with vhost in 2-node circular topology +| | When Initialize layer driver | ${nic_driver} +| | And Initialize IPv4 forwarding with vhost in 2-node circular topology | | ... | nf_nodes=${nf_nodes} | | And Configure chains of NFs connected via vhost-user | | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes}