diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-10-17 06:29:26 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-10-17 07:42:19 +0000 |
commit | ccd3cc062ab6cd5bdc5fa6017ad5100f0b85e2a7 (patch) | |
tree | ab9ff9fc8b436fecc83fc73b037aab23827b62ca | |
parent | 35268fb0e9e439129039812faf550f07519ab710 (diff) |
FIX: Switch crypto tests to vfio-pci
Instead of igb_uio
Change-Id: Iaf0fc793b35e99f62ac442686ae7047e965086d0
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit f4984a65cb0ed91220b45cd8d9c0ae698005089d)
(cherry picked from commit b363703dfbf2af9cb6cee0755028ff9a31b24364)
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 83f5bc914f..0f11deab39 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -466,7 +466,7 @@ | | ... | '${crypto_type}' == 'SW_cryptodev' | ${0} | | Configure crypto device on all DUTs | force_init=${True} | numvfs=${numvfs} | | Run Keyword If | '${crypto_type}' == 'HW_cryptodev' -| | ... | Configure kernel module on all DUTs | igb_uio | force_load=${True} +| | ... | Configure kernel module on all DUTs | vfio_pci | force_load=${True} | Set up performance topology with containers | | [Documentation] |