diff options
Diffstat (limited to 'docs/files')
-rw-r--r-- | docs/files/csar-validation.rst | 20 |
1 files changed, 19 insertions, 1 deletions
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 |