diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-17 08:31:31 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-08-17 08:32:30 +0000 |
commit | f0ed492ca1f4befb5e35bda636fdb2e13e436c4a (patch) | |
tree | bbe351ad96ec06a8c6b12389f8af5c0154fa90d9 /resources/libraries | |
parent | 2f9a8c578382d137d4cc4f4ee0cdbcb16c202d1f (diff) |
fix(core): Variables for GSO
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I6768f65551deb335ba7b9fc07bca164bca9381fe
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/shared/vm.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/libraries/robot/shared/vm.robot b/resources/libraries/robot/shared/vm.robot index e8618dc40b..5b45718a03 100644 --- a/resources/libraries/robot/shared/vm.robot +++ b/resources/libraries/robot/shared/vm.robot @@ -38,7 +38,7 @@ | | | | ... | *Example:* | | -| | ... | \| Configure chains of VMs connected via vhost-user +| | ... | \| Configure chains of NFs connected via vhost-user | | ... | \| 1 \| 1 \| False \| 1024 \| False \| False \| vpp \| True \| | | | | [Arguments] | ${nf_chains}=${1} | ${nf_nodes}=${1} | ${jumbo}=${False} @@ -116,9 +116,9 @@ | | ... | rxq_count_int=${rxq_count_int} | | ... | virtio_feature_mask=${virtio_feature_mask} | page_size=${page_size} | | ${cpu_wt}= | Run Keyword | vnf_manager.Start All VMs | pinning=${pinning} -| | ${${node}_cpu_alloc_str}= | Catenate | SEPARATOR=, +| | ${cpu_alloc_str}= | Catenate | SEPARATOR=, | | ... | ${${node}_cpu_alloc_str} | ${cpu_wt} -| | Set Test Variable | ${${node}_cpu_alloc_str} +| | Set Test Variable | ${${node}_cpu_alloc_str} | ${cpu_alloc_str} | | Run Keyword If | ${validate} | | ... | All VPP Interfaces Ready Wait | ${nodes} | retries=${300} | | VPP round robin RX placement on all DUTs | ${nodes} | prefix=Virtual @@ -144,7 +144,7 @@ | | | | ... | *Example:* | | -| | ... | \| Configure chains of VMs connected via passtrough +| | ... | \| Configure chains of NFs connected via passtrough | | ... | \| 1 \| 1 \| False \| 1024 \| False \| False \| vpp \| True \| | | | | [Arguments] | ${nf_chains}=${1} | ${nf_nodes}=${1} | ${jumbo}=${False} |