X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;fp=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;h=79e98a1170ca353252a67025322941a245070878;hp=ed6f4744dbbb53017420666cb3da92d74215c14d;hb=250148ca4b51a8c68faaf20e22b9e808f478fd00;hpb=7cc1d28080ff1113ddb1f1e1fd494b2651a3199b diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index ed6f4744db..79e98a1170 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -481,8 +481,9 @@ | | ... | ${topology_type} | ${nic_model} | | ${numvfs}= | Set Variable If | | ... | '${crypto_type}' == 'HW_cryptodev' | ${32} -| | ... | '${crypto_type}' == 'SW_cryptodev' | ${0} -| | Configure crypto device on all DUTs | force_init=${True} | numvfs=${numvfs} +| | Run Keyword If | '${crypto_type}' == 'HW_cryptodev' +| | ... | Configure crypto device on all DUTs | force_init=${True} +| | ... | numvfs=${numvfs} | | Run Keyword If | '${crypto_type}' == 'HW_cryptodev' | | ... | Configure kernel module on all DUTs | vfio_pci | force_load=${True}