Add VPP wireguard async mode test suite
[csit.git] / resources / libraries / robot / shared / suite_setup.robot
index e227224..4884570 100644 (file)
 | |
 | | ${type} = | Get iPerf Type | ${nodes}[TG]
 | | ${version} = | Get iPerf Version | ${nodes}[TG]
-| | Export DUT Type And Version | ${type} | ${version}
+| | 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}
 | | ... | VPP Echo.
 | |
 | | Export DUT Type And Version | ${DUT_TYPE} | ${DUT_VERSION}
+| | Export TG Type And Version | ${DUT_TYPE} | ${DUT_VERSION}
 
 | Additional Suite Setup Action For ab
 | | [Documentation]