X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;h=cf287c2af6e18b035856de3c07b16addd679be10;hp=73041081ae01c9105f144bd48958fefba1f70689;hb=3f2e2ff655fccc0756a74ec837163e59f1804d4e;hpb=849edeb30be73de8577125f1b8e23086619f920c diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 73041081ae..cf287c2af6 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -2325,7 +2325,7 @@ | | ... | ${use_tuned_cfs}=${False} | ${auto_scale}=${True} | | ... | | ${nf_cpus_count}= | Get Length | ${nf_cpus} -| | ${rxq}= | Run Keyword If | '${auto_scale}' == ${True} +| | ${rxq}= | Run Keyword If | ${auto_scale} == ${True} | | ... | Set Variable | ${rxq_count_int} | | ... | ELSE | Set Variable | ${1} | | Import Library | resources.libraries.python.QemuUtils | qemu_id=${qemu_id} @@ -2471,7 +2471,7 @@ | | ... | ${use_tuned_cfs}=${False} | ${auto_scale}=${True} | | ... | | ${nf_cpus_count}= | Get Length | ${nf_cpus} -| | ${rxq}= | Run Keyword If | '${auto_scale}' == ${True} +| | ${rxq}= | Run Keyword If | ${auto_scale} == ${True} | | ... | Set Variable | ${rxq_count_int} | | ... | ELSE | Set Variable | ${1} | | Import Library | resources.libraries.python.QemuUtils | qemu_id=${qemu_id} @@ -3067,7 +3067,7 @@ | | [Arguments] | ${dut} | ${nf_chain}=${1} | ${nf_nodes}=${1} | | ... | ${auto_scale}=${True} | | ... -| | ${rxq}= | Run Keyword If | '${auto_scale}' == ${True} +| | ${rxq}= | Run Keyword If | ${auto_scale} == ${True} | | ... | Set Variable | ${rxq_count_int} | | ... | ELSE | Set Variable | ${1} | | ${bd_id2}= | Evaluate | ${nf_nodes}+1 @@ -3157,7 +3157,7 @@ | | ... | | [Arguments] | ${nf_chain}=${1} | ${nf_nodes}=${1} | ${auto_scale}=${True} | | ... -| | ${rxq}= | Run Keyword If | '${auto_scale}' == ${True} +| | ${rxq}= | Run Keyword If | ${auto_scale} == ${True} | | ... | Set Variable | ${rxq_count_int} | | ... | ELSE | Set Variable | ${1} | | ${duts}= | Get Matches | ${nodes} | DUT*