diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-01-04 10:56:16 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-01-04 10:57:06 +0100 |
commit | 3e85acd336554f2dace69e9d005bd43389263a14 (patch) | |
tree | 23b7f09487a437cb57a099cbba06e51f7ef47598 /docs/files/csar-validation.rst | |
parent | 9ec61d91042059ea0e32e353fd4457b40e33ad92 (diff) |
Add tables with active validation rules generated automatically
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I0f52ee9f2729a6b9a9a9fd2bf8f402b51e8dfdb5
Issue-ID: VNFSDK-696
Diffstat (limited to 'docs/files/csar-validation.rst')
-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 |