From fb731e12fc85bf225e8917fe068fcc357f9a2158 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 26 Jul 2023 13:49:46 +0000 Subject: fix(core): QAT initialization Signed-off-by: pmikus Change-Id: I28af64b7d39a97bbb84f9d987a3f5d3a2d02701b --- resources/libraries/robot/shared/default.robot | 1 + resources/libraries/robot/shared/suite_setup.robot | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 44ade6dc33..755bc1a63d 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -35,6 +35,7 @@ | Library | resources.libraries.python.NodePath | Library | resources.libraries.python.Namespaces | Library | resources.libraries.python.PapiHistory +| Library | resources.libraries.python.QATUtil | Library | resources.libraries.python.SchedUtils | Library | resources.libraries.python.Tap | Library | resources.libraries.python.Tap.TapFeatureMask diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index 66efa34e69..9c8603af3b 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -282,7 +282,6 @@ | | ... | '${crypto_type}' == 'HW_4xxx' | ${16} | | Configure crypto device on all DUTs | ${crypto_type} | numvfs=${numvfs} | | ... | force_init=${True} -| | Configure kernel module on all DUTs | vfio_pci | force_load=${True} | Additional Suite Setup Action For nginx | | [Documentation] -- cgit 1.2.3-korg