aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/wrk/wrk_utils.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/wrk/wrk_utils.robot')
-rw-r--r--resources/libraries/robot/wrk/wrk_utils.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/wrk/wrk_utils.robot b/resources/libraries/robot/wrk/wrk_utils.robot
index 2a24bce9f3..0e7150ba1e 100644
--- a/resources/libraries/robot/wrk/wrk_utils.robot
+++ b/resources/libraries/robot/wrk/wrk_utils.robot
@@ -42,7 +42,7 @@
| |
| | [Arguments] | ${profile}
| |
-| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${tg_if1} | ${tg_if2}
+| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${TG_pf1}[0] | ${TG_pf2}[0]
| | ${output}= | Run wrk | ${tg} | ${profile} | ${tg_numa} | bw
| | Set test message | ${output}
@@ -60,7 +60,7 @@
| |
| | [Arguments] | ${profile}
| |
-| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${tg_if1} | ${tg_if2}
+| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${TG_pf1}[0] | ${TG_pf2}[0]
| | ${output}= | Run wrk | ${tg} | ${profile} | ${tg_numa} | rps
| | Set test message | ${output}
@@ -78,6 +78,6 @@
| |
| | [Arguments] | ${profile}
| |
-| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${tg_if1} | ${tg_if2}
+| | ${tg_numa}= | Get interfaces numa node | ${tg} | ${TG_pf1}[0] | ${TG_pf2}[0]
| | ${output}= | Run wrk | ${tg} | ${profile} | ${tg_numa} | cps
| | Set test message | ${output}