[PATCH v3 0/4] Add ACVP tool
Ali Alnubani
alialnu at nvidia.com
Sat Apr 16 12:35:36 CEST 2022
> -----Original Message-----
> From: Brandon Lo <blo at iol.unh.edu>
> Sent: Wednesday, February 2, 2022 5:05 PM
> To: NBU-Contact-Thomas Monjalon (EXTERNAL) <thomas at monjalon.net>
> Cc: ci at dpdk.org; Brandon Lo <blo at iol.unh.edu>
> Subject: [PATCH v3 0/4] Add ACVP tool
>
> v3:
> * Remove extra requirements in root requirements file
>
> v2:
> * Add SPDX and copyright line
>
> This adds a tool for easy interaction with the ACVP API. It will
> handle downloading test vectors, uploading the result, and fetching
> the final verdict of those uploaded results.
>
> Brandon Lo (4):
> tools: add acvp_tool
> tools: add default config file for acvp_tool
> tools: add requirements file for acvp_tool
> doc: add readme file for acvp_tool
>
> tools/acvp/README | 71 ++++++++
> tools/acvp/__init__.py | 0
> tools/acvp/acvp_config.json | 23 +++
> tools/acvp/acvp_tool.py | 319
> ++++++++++++++++++++++++++++++++++++
> tools/acvp/requirements.txt | 7 +
> 5 files changed, 420 insertions(+)
> create mode 100644 tools/acvp/README
> create mode 100644 tools/acvp/__init__.py
> create mode 100644 tools/acvp/acvp_config.json
> create mode 100644 tools/acvp/acvp_tool.py
> create mode 100644 tools/acvp/requirements.txt
>
> --
> 2.25.1
Acked-by: Ali Alnubani <alialnu at nvidia.com>
More information about the ci
mailing list