GSO: Fix the add workers keyword
[csit.git] / tests / vpp / perf / gso / 2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot
index 56d3532..3d6d174 100644 (file)
@@ -36,7 +36,7 @@
 | ... | *[Ref] Applicable standard specifications:* RFC2544.
 
 *** Variables ***
-| @{plugins_to_enable}= | ping_plugin.so
+| @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so
 | ${crypto_type}= | ${None}
 | ${nic_name}= | Intel-X710
 | ${nic_driver}= | vhost
@@ -46,6 +46,7 @@
 | ${nic_vfs}= | 0
 | ${osi_layer}= | L7
 | ${overhead}= | ${0}
+| ${smt_used}= | ${False}
 # Qemu settings:
 | ${enable_gso}= | ${False}
 | ${enable_csum}= | ${False}
 | | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
 | |
 | | Set Test Variable | \${frame_size}
-| | Set Test Variable | \${rxq_ratio} | ${1}
 | |
 | | Given Set Jumbo
-| | And Add worker threads for GSO tests to all DUTs | ${phy_cores} | ${rxq}
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
 | | And Pre-initialize layer driver | ${nic_driver}
 | | And Apply startup configuration on all VPP DUTs
 | | When Initialize layer driver | ${nic_driver} | validate=${False}