[v1] test_plans/fips: modified prerequisites

Message ID 20230615123248.40551-1-samina.arshad@intel.com (mailing list archive)
State New
Headers
Series [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

Samina Arshad June 15, 2023, 12:32 p.m. UTC
  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

Power, Ciara June 19, 2023, 10:22 a.m. UTC | #1
> -----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>
  

Patch

diff --git a/test_plans/fips_cryptodev_test_plan.rst b/test_plans/fips_cryptodev_test_plan.rst
index fcbb8286..f43dd4f8 100644
--- a/test_plans/fips_cryptodev_test_plan.rst
+++ b/test_plans/fips_cryptodev_test_plan.rst
@@ -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::