X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fvm_vhost%2Fl2xc%2Feth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot;fp=tests%2Fvpp%2Fdevice%2Fvm_vhost%2Fl2xc%2Feth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot;h=b50256791c88a59f0733c26731963a78a0ed060e;hp=d88d9a58f2d9f98448003de1e1aa7b33426dbe17;hb=fcc77752111a4fbe8caa341cf5249efbad305a2a;hpb=510f6d5140db4512ff00a43bf5b8d2ddd1f4a064 diff --git a/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot index d88d9a58f2..b50256791c 100644 --- a/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot @@ -42,6 +42,7 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | ${nic_name}= | virtual +| ${nic_driver}= | vfio-pci | ${nf_chains}= | ${1} | ${nf_nodes}= | ${1} | ${nf_dtc} | ${1} @@ -69,7 +70,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 L2 xconnect with Vhost-User | nf_nodes=${nf_nodes} +| | When Initialize layer driver | ${nic_driver} +| | And Initialize L2 xconnect with Vhost-User | nf_nodes=${nf_nodes} | | And Configure chains of NFs connected via vhost-user | | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes} | vnf=vpp_chain_l2xc | | ... | pinning=${False}