[v1] test_plans/fips: modified prerequisites
Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-doc-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
warning
|
SKIPPED
|
Commit Message
Added in up-to-date installation steps for aesni_mb and
QAT by adding in up-to-date DPDK documentation links, in
order to allow the user to use correct version of tools
needed.
Signed-off-by: Samina Arshad <samina.arshad@intel.com>
---
test_plans/fips_cryptodev_test_plan.rst | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Comments
> -----Original Message-----
> From: Arshad, Samina <samina.arshad@intel.com>
> Sent: Thursday 15 June 2023 13:33
> To: dts@dpdk.org
> Cc: Power, Ciara <ciara.power@intel.com>; Arshad, Samina
> <samina.arshad@intel.com>
> Subject: [PATCH v1] test_plans/fips: modified prerequisites
>
> Added in up-to-date installation steps for aesni_mb and QAT by adding in up-to-
> date DPDK documentation links, in order to allow the user to use correct version
> of tools needed.
>
> Signed-off-by: Samina Arshad <samina.arshad@intel.com>
> ---
> test_plans/fips_cryptodev_test_plan.rst | 12 ++++--------
Acked-by: Ciara Power <ciara.power@intel.com>
@@ -21,17 +21,13 @@ Limitations and Supported test vectors, please see http://doc.dpdk.org/guides/sa
Prerequisites
=============
-Get the latest IPSec Multi-buffer library (nasm package is required, for Ubuntu "apt install nasm", for Fedora/RHEL "dnf install nasm")::
+For AESNI_MB SW PMD tests, find the latest dependency installation steps (such as IPSec Multi-buffer library) in the DPDK documentation::
- git clone https://github.com/intel/intel-ipsec-mb.git
+ https://doc.dpdk.org/guides/cryptodevs/aesni_mb.html
- cd intel-ipsec-mb
+For the tests requiring QAT, find the installation steps in the DPDK documentation::
- git checkout d3e25eed9d010b2c24b9970828eb9b45f4795c06 (latest working commit)
-
- make -j 4
-
- make install
+ https://doc.dpdk.org/guides/cryptodevs/qat.html
Get/install FIPS Object Module::