From 3e85acd336554f2dace69e9d005bd43389263a14 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Mon, 4 Jan 2021 10:56:16 +0100 Subject: Add tables with active validation rules generated automatically Signed-off-by: Bartosz Gardziejewski Change-Id: I0f52ee9f2729a6b9a9a9fd2bf8f402b51e8dfdb5 Issue-ID: VNFSDK-696 --- docs/files/csar-validation.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'docs/files') diff --git a/docs/files/csar-validation.rst b/docs/files/csar-validation.rst index a4bc4f4..989c26b 100644 --- a/docs/files/csar-validation.rst +++ b/docs/files/csar-validation.rst @@ -21,6 +21,24 @@ testcase: csar-validate And every VNFREQS is modeled as separate test case with name csar-validate-rxxxxx, where xxxxx represents the VNFREQS. +Active VNF requirements +======================= + +.. csv-table:: Table of VNF active requirements. + :delim: ; + :header: "Release", "Requirement No.", "Description" + :widths: 5, 5, 50 + :url: https://nexus.onap.org/content/sites/raw/org.onap.vnfsdk.validation/master/VnfActiveRulesTable.csv + +Active PNF requirements +======================= + +.. csv-table:: Table of PNF active requirements. + :delim: ; + :header: "Release", "Requirement No.", "Description" + :widths: 5, 5, 50 + :url: https://nexus.onap.org/content/sites/raw/org.onap.vnfsdk.validation/master/PnfActiveRulesTable.csv + Casablanca Implemented requirements =================================== @@ -225,4 +243,4 @@ Sign csar file with the private key Verify signature ---------------- - openssl dgst -sha256 -verify <(openssl x509 -in "pnf.cert" -pubkey -noout) -signature pnf.sha256.cms pnf.csar \ No newline at end of file + openssl dgst -sha256 -verify <(openssl x509 -in "pnf.cert" -pubkey -noout) -signature pnf.sha256.cms pnf.csar -- cgit 1.2.3-korg