diff options
author | pmikus <pmikus@cisco.com> | 2021-08-24 09:02:58 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-08-24 10:49:03 +0000 |
commit | 55372c91ac0c59065f3d8634c686efd0809a85aa (patch) | |
tree | 26ab69394ed1cc21553f1858d6bcb4b217f8a7f4 /resources/libraries/robot/shared | |
parent | d242783b0455525c2b07e728fb28b245814dcae6 (diff) |
Fix DPDK nb_cores allocation
+ Migrate the call to main python util
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I8d00165071d4764121740c1c77819b8ffc65b3ba
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/default.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |