diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-04-24 05:53:02 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-04-24 14:11:23 +0000 |
commit | 94fc0517b1c70b47a39cc0943cb0d0330903beae (patch) | |
tree | 3cd77367bcbaf76d72206ed0e8b8d49275b208ae /resources/libraries | |
parent | 0b0b14fb00fbaab5eb2745657d741084fe2e1de2 (diff) |
FIX: Crypto tests
- By adding crypto_ipsecmb.so into the list of loaded plugins
Change-Id: I52de9b410441422ad8e337208f40360fbdea264d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries')
-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 |