From 55372c91ac0c59065f3d8634c686efd0809a85aa Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 24 Aug 2021 09:02:58 +0000 Subject: Fix DPDK nb_cores allocation + Migrate the call to main python util Signed-off-by: pmikus Change-Id: I8d00165071d4764121740c1c77819b8ffc65b3ba --- resources/libraries/robot/shared/default.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/shared/default.robot') diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 4905da5baa..7c013d78e7 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -232,7 +232,7 @@ | | ... | ${txd}=${None} | | | | FOR | ${dut} | IN | @{duts} -| | | &{compute_resource_info}= | Get Affinity VPP Vswitch +| | | &{compute_resource_info}= | Get Affinity Vswitch | | | ... | ${nodes} | ${dut} | ${phy_cores} | rx_queues=${rx_queues} | | | ... | rxd=${rxd} | txd=${txd} | | | Set Test Variable | &{compute_resource_info} -- cgit 1.2.3-korg