FIX: Switch crypto tests to vfio-pci 23/15323/1
authorPeter Mikus <pmikus@cisco.com>
Wed, 17 Oct 2018 06:29:26 +0000 (06:29 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 17 Oct 2018 06:29:26 +0000 (06:29 +0000)
Instead of igb_uio

Change-Id: Iaf0fc793b35e99f62ac442686ae7047e965086d0
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/robot/performance/performance_setup.robot

index 83f5bc9..0f11dea 100644 (file)
 | | ... | '${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]