From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C2ACCA00BE for ; Thu, 17 Feb 2022 15:27:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9C6240150; Thu, 17 Feb 2022 15:27:53 +0100 (CET) Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171]) by mails.dpdk.org (Postfix) with ESMTP id 81A9440042 for ; Thu, 17 Feb 2022 15:27:52 +0100 (CET) Received: by mail-il1-f171.google.com with SMTP id c14so2374433ilm.4 for ; Thu, 17 Feb 2022 06:27:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=D28vQNhIjUi2ECQCCqAiFLp5FdI7tTK5UlCqe6zOucs=; b=WQfhtCfj2j9M0Cl2VqjQNpv4bZX0XK8XIBPGUc7uK8NFVEiO/pjgBaeWtAfPvF3YC+ WnvWycqEkxenLv5zKAP3ZLe/6Zw39UNXFB54/4aWDwH7VjYMF2uz+dDjJgTtiYW50K6/ u35X4uFf/yRd8wJJX+tnMTofziheBoREWGKZw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=D28vQNhIjUi2ECQCCqAiFLp5FdI7tTK5UlCqe6zOucs=; b=i06wApoyBdeQElbaHntJnukpq/NfD9ZgZKhLKfdrBImdpPsf+8cfF0PEs++hQf++zM 73q4FozqcD/qZESnIYpxkgFp8EsXMp/aAGgnPSUw4yOYg33hbI5uDVsJvGqo7t2h6/Y3 Ol6BhVU5UV16fmmcK6ekmx1Ht76OpDnm0AhiqmcGAvViUI4JFwR25m+wCgWyNv5X0Sf8 +95DWbyaEdNNJBtY6rDrPVLMy6QU+Gm1bswX6frd+Ix05hSzbtWulUBJo71YbwZm6cPy wdQ+vTOmasGx85s2niTvqMLxIQyC/KuajPsxKpg0XHrMXseGPsRaT+Dku1XGHhSxfA/L 07Ow== X-Gm-Message-State: AOAM531NEFJQg0BBwNi/yCAnjOrSFReTO8QdZgeFgZT8ArE7ms+ps1YF oEwDvRe0gP/Ny98B0zwxecAl4zqQoEASAbGyDVzMkw== X-Google-Smtp-Source: ABdhPJy/cjaHCNL2G2jVcDVv8iljX27cMNybNVRtSBx8kyjmzDWIXWIAzl0vdmTHsIPB+pp8dNd43hmuJdDzr2uMDjs= X-Received: by 2002:a92:c567:0:b0:2b8:b4d1:ba3c with SMTP id b7-20020a92c567000000b002b8b4d1ba3cmr2243164ilj.50.1645108071876; Thu, 17 Feb 2022 06:27:51 -0800 (PST) MIME-Version: 1.0 References: <20220126181649.770364-1-blo@iol.unh.edu> <20220202150445.28995-1-blo@iol.unh.edu> In-Reply-To: <20220202150445.28995-1-blo@iol.unh.edu> From: Brandon Lo Date: Thu, 17 Feb 2022 09:27:16 -0500 Message-ID: Subject: Re: [PATCH v3 0/4] Add ACVP tool To: Ali Alnubani , Aaron Conole Cc: ci@dpdk.org, Thomas Monjalon Content-Type: text/plain; charset="UTF-8" X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org On Wed, Feb 2, 2022 at 10:04 AM Brandon Lo wrote: > > 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 > Adding Ali and Aaron to the discussion. -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu