diff options
Diffstat (limited to 'tests/vpp/device/l2bd')
3 files changed, 7 insertions, 3 deletions
diff --git a/tests/vpp/device/l2bd/eth2p-avf-dot1q-l2bdbasemaclrn-gbp-dev.robot b/tests/vpp/device/l2bd/eth2p-avf-dot1q-l2bdbasemaclrn-gbp-dev.robot index dd2cb7c13d..52830e6d1b 100644 --- a/tests/vpp/device/l2bd/eth2p-avf-dot1q-l2bdbasemaclrn-gbp-dev.robot +++ b/tests/vpp/device/l2bd/eth2p-avf-dot1q-l2bdbasemaclrn-gbp-dev.robot @@ -49,6 +49,7 @@ | @{plugins_to_enable}= | dpdk_plugin.so | avf_plugin.so | gbp_plugin.so | ... | acl_plugin.so | ${nic_name}= | virtual +| ${nic_driver}= | avf | ${overhead}= | ${4} *** Keywords *** @@ -72,7 +73,7 @@ | | And Add DPDK no PCI to all DUTs | | And Set Max Rate And Jumbo | | And Apply startup configuration on all VPP DUTs | with_trace=${True} -| | When Initialize AVF interfaces +| | When Initialize layer driver | ${nic_driver} | | And Initialize layer interface | | And Initialize layer dot1q | | And Initialize GBP routing domains diff --git a/tests/vpp/device/l2bd/eth2p-avf-dot1qip4-l2bdbasemaclrn-dev.robot b/tests/vpp/device/l2bd/eth2p-avf-dot1qip4-l2bdbasemaclrn-dev.robot index 9d79d80a0a..807933d4cc 100644 --- a/tests/vpp/device/l2bd/eth2p-avf-dot1qip4-l2bdbasemaclrn-dev.robot +++ b/tests/vpp/device/l2bd/eth2p-avf-dot1qip4-l2bdbasemaclrn-dev.robot @@ -40,6 +40,7 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | avf_plugin.so | ${nic_name}= | virtual +| ${nic_driver}= | avf | ${overhead}= | ${4} *** Keywords *** @@ -62,7 +63,7 @@ | | And Add DPDK no PCI to all DUTs | | And Set Max Rate And Jumbo | | And Apply startup configuration on all VPP DUTs | with_trace=${True} -| | When Initialize AVF interfaces +| | When Initialize layer driver | ${nic_driver} | | And Initialize layer interface | | And Initialize layer dot1q | | And Initialize L2 bridge domain diff --git a/tests/vpp/device/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-dev.robot b/tests/vpp/device/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-dev.robot index 3e71c71ed7..033f5c4192 100644 --- a/tests/vpp/device/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-dev.robot +++ b/tests/vpp/device/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-dev.robot @@ -40,6 +40,7 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | ${nic_name}= | virtual +| ${nic_driver}= | vfio-pci | ${overhead}= | ${0} *** Keywords *** @@ -62,7 +63,8 @@ | | And Add PCI devices to all DUTs | | And Set Max Rate And Jumbo And Handle Multi Seg | | And Apply startup configuration on all VPP DUTs | with_trace=${True} -| | When Initialize layer interface +| | When Initialize layer driver | ${nic_driver} +| | And Initialize layer interface | | And Initialize L2 bridge domain | | Then Send ICMPv4 bidirectionally and verify received packets | | ... | ${tg} | ${tg_if1} | ${tg_if2} |