diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 4f3b0bd01a..6e7cc70844 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 |