X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;h=98f63105104b95978c38c3873bd3cd6f858b7e2b;hp=1264d440eda87621ec9b9141ef081d3f487199dc;hb=2e1697f369f938b06ba85a2c3c1d80c8411173d6;hpb=390cb24b3945442fba9f84dc292b6a4138d4835e diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 1264d440ed..98f6310510 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} @@ -607,13 +608,13 @@ | Set up performance test | | [Documentation] | Common test setup for performance tests. | | ... -| | Reset VAT History On All DUTs | ${nodes} +| | Reset PAPI History On All DUTs | ${nodes} | | Create base startup configuration of VPP on all DUTs | Set up tcp performance test | | [Documentation] | Common test setup for TCP performance tests. | | ... -| | Reset VAT History On All DUTs | ${nodes} +| | Reset PAPI History On All DUTs | ${nodes} | | Create base startup configuration of VPP for TCP tests on all DUTs | Set up performance test with Ligato Kubernetes @@ -670,7 +671,7 @@ | | [Documentation] | Common test teardown for performance tests. | | ... | | Remove All Added Ports On All DUTs From Topology | ${nodes} -| | Show VAT History On All DUTs | ${nodes} +| | Show PAPI History On All DUTs | ${nodes} | | Get Core Files on All Nodes | ${nodes} | | Set Test Variable | ${pkt_trace} | ${True}