diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2019-04-26 08:05:20 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2019-04-26 08:05:20 +0200 |
commit | 5222844a7befd0adaed24c7dbe6e90c63add9655 (patch) | |
tree | 6c89ad7036c2ed7a966a1a30c259a6a9018187cd /csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml | |
parent | 089d8c3fb0a277351a55371dff8c2b27bd3f4ed5 (diff) |
Basic PNFD validation
Change-Id: I959324f3fc0ba89d99a291d0608aa5a5ba778077
Issue-ID: VNFSDK-341
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml')
-rw-r--r-- | csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml b/csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml index 1a824da..3556c6d 100644 --- a/csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml +++ b/csarvalidation/src/main/resources/open-cli-schema/sol001/vtp-validate-csar-r35854.yaml @@ -17,8 +17,8 @@ open_cli_schema_version: 1.0 name: csar-validate-r35854 description: | - The VNF Descriptor (VNFD) provided by VNF vendor MUST comply with TOSCA/YAML based Service template - for VNF descriptor specified in ETSI NFV-SOL001. + The VNF/PNF Descriptor (VNFD/PNFD) provided by VNF/PNF vendor MUST comply with TOSCA/YAML based Service template + for VNF/PNF descriptor specified in ETSI NFV-SOL001. info: product: onap-vtp @@ -33,7 +33,13 @@ parameters: short_option: b type: binary is_optional: false - + - name: pnf + description: CSAR file contains PNF + long_option: pnf + short_option: p + type: bool + is_optional: true + default_value: false results: direction: landscape attributes: |