X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fsuite_setup.robot;fp=resources%2Flibraries%2Frobot%2Fshared%2Fsuite_setup.robot;h=48845708ad9ca19a4083f491119568e1e2336f98;hp=c01233ce05ef1f5002e2ff9a429dec79791c1bb5;hb=7df86999bfaee9e5a0fa0c8ee6f5bc897343de9a;hpb=73354f8561599422a955a7ba5283968910d633f5 diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index c01233ce05..48845708ad 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -271,13 +271,14 @@ | | ${version} = | Get iPerf Version | ${nodes}[TG] | | Export TG Type And Version | ${type} | ${version} -| Additional Suite Setup Action For ipsechw +| Additional Suite Setup Action For cryptohw | | [Documentation] | | ... | Additional Setup for suites which uses QAT HW. | | | | ${numvfs}= | Set Variable If | | ... | '${crypto_type}' == 'HW_DH895xcc' | ${32} | | ... | '${crypto_type}' == 'HW_C3xxx' | ${16} +| | ... | '${crypto_type}' == 'HW_C4xxx' | ${128} | | Configure crypto device on all DUTs | ${crypto_type} | numvfs=${numvfs} | | ... | force_init=${True} | | Configure kernel module on all DUTs | vfio_pci | force_load=${True}