[PATCH 0/4] Add ACVP API tool

Brandon Lo blo at iol.unh.edu
Mon Jan 24 20:09:19 CET 2022


This patchset adds a new tool for interacting with the API for CI
purposes. It comes with the script, requirements, configuration,
and readme. The tool is able to register, download, and upload
vector sets to the API.

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     | 315 ++++++++++++++++++++++++++++++++++++
 tools/acvp/requirements.txt |   7 +
 5 files changed, 416 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



More information about the ci mailing list