summaryrefslogtreecommitdiffstats
path: root/csarvalidation/src/main/resources/open-cli-schema/vtp-validate-csar.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-01-20Add release parameter to rulesBogumil Zebek1-1/+8
- All vnf/pnf rules where updated. Release parameter was added into the info->metadata section. - VNFSDK validation logic supports optional release parameter. Parameter defines which rules should be used during validation process. By default: all rules are used during validation process. --release parameter defines which rules (parent with ancestors) should be used. For example: if user run validation with --release=dublin, then amsterdam, casablanca and dublin rules will be used during validation. Rules order is defined in the vnfreqs.properties file. Change-Id: I3e9dc1e7a899fa51c266808cbcb73e04a2e252cc Issue-ID: VNFSDK-731 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-10-29Add rules parameter for selected rules validationBartosz Gardziejewski1-1/+8
This commit will add extra, optional parameter for csar-validation command. New parameter is named "rules", and it allows to specify rules that will be validated. Using this parameter allows to use refrepo/marketplace to validate selected rules and at the same time guarantee that response format will be exactly the same as for validating all rules, this is in contrast for validating one rule using csar-validate-<rule>, that returns json significantly different then csar-validate. Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I6eb228d360354c0e249032d013e6a23d1f2713ff Issue-ID: VNFSDK-700
2019-08-29Set the product to onap-dublinKanagaraj Manickam k003651061-2/+2
Issue-ID: VNFSDK-424 Change-Id: If9b32e045bb282c0f3cfdf12564ceb529453cc5a Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-04-18Security TC op2Bogumil Zebek1-0/+1
Change-Id: I247c1223b5731c8dbea1480ca88db1cff78cb633 Issue-ID: VNFSDK-342 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-04-10Separate list of TCSBogumil Zebek1-0/+6
Change-Id: I15bed6fe97e2d4bc025ddcd38f8b2bd72364257a Issue-ID: AAI-391 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-03-15Add SOL001 test case place holderKanagaraj Manickam k003651061-1/+1
Issue-ID: VNFSDK-352 Change-Id: I8fc71d456054dc66bede1cc9f53f83e4e519f534 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-02-28CVC TOSCA CSAR Validation Test casesKanagaraj Manickam k003651061-4/+26
Add the planned test cases with incubation of test coverage. This would help to cvc. Issue-ID: VNFSDK-276 Change-Id: Id3429c606f9370bf6e373abd8b7b76067f013dd1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-09-05VTP: add VTP validate csar testKanagaraj Manickam k003651061-0/+41
Based on OCLIP, add the plugin for validating CSAR Issue-ID: VNFSDK-305 Change-Id: Ia9576c27e7078571cbcd42f5dc79576ed6966848 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>