X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;h=9350c65beb9f85182cd4ef79006543e30838b052;hp=4f3b0bd01ab809f0da7ae1c93ed84bf04b0d6f0c;hb=2732350ff44a68fe34d7703682ea9339944f1459;hpb=258f2666143138f20d84665fcfed53475bc88041 diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 4f3b0bd01a..9350c65beb 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -526,6 +526,15 @@ | | Set Suite Variable | @{plugins_to_enable} | | Append To List | ${plugins_to_enable} | lacp_plugin.so +| Set up performance test suite with crypto ipsecmb +| | [Documentation] +| | ... | Append crypto_ipsecmb_plugin.so to the list of enabled plugins. +| | ... +| | Set Suite Variable | @{plugins_to_enable} +| | Append To List | ${plugins_to_enable} | crypto_ia32_plugin.so +| | Append To List | ${plugins_to_enable} | crypto_ipsecmb_plugin.so +| | Append To List | ${plugins_to_enable} | crypto_openssl_plugin.so + | Set up 3-node performance topology with wrk and DUT's NIC model | | [Documentation] | | ... | Suite preparation phase that sets the default startup configuration of @@ -645,7 +654,8 @@ | | Configure VPP in all '${container_group}' containers | | Stop VPP service on all DUTs | ${nodes} | | Start VPP in all '${container_group}' containers -| | Start VPP service on all DUTs | ${nodes} +| | Restart VPP service on all DUTs | ${nodes} +| | Verify VPP on all DUTs | ${nodes} | | Append To List | ${container_groups} | ${container_group} # Tests teardowns @@ -675,7 +685,6 @@ | | Show PAPI History On All DUTs | ${nodes} | | Get Core Files on All Nodes | ${nodes} | | Set Test Variable | ${pkt_trace} | ${True} -| | Show statistics on all DUTs | ${nodes} | | Run Keyword If Test Failed | | ... | Traffic should pass with no loss | ${perf_trial_duration} | 10000pps | | ... | ${frame_size} | ${traffic_profile} | fail_on_loss=${False}