diff options
author | 2021-01-20 14:53:39 +0100 | |
---|---|---|
committer | 2021-01-20 14:53:39 +0100 | |
commit | 398dcd3e75651e047e307a3207fb2b8dc1207ab0 (patch) | |
tree | 14b0e7fbf8445b2a207d094fc3525efe2b0e82db /pmdictionaryvalidation | |
parent | 59010375b15438297c5e25e6864fd88b76c80760 (diff) |
Add release parameter to rules
- 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>
Diffstat (limited to 'pmdictionaryvalidation')
-rw-r--r-- | pmdictionaryvalidation/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pmdictionaryvalidation/pom.xml b/pmdictionaryvalidation/pom.xml index 731a595..8046fb4 100644 --- a/pmdictionaryvalidation/pom.xml +++ b/pmdictionaryvalidation/pom.xml @@ -26,16 +26,12 @@ </repository> </repositories> <properties> - <log4j-slf4j-impl.version>2.13.3</log4j-slf4j-impl.version> - <snakeyaml.version>1.26</snakeyaml.version> <junit.version>5.7.0</junit.version> <assertj-core.version>3.18.1</assertj-core.version> <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> <mockito-core.version>3.5.0</mockito-core.version> <mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version> <gson.version>2.8.6</gson.version> - <cli-framework.version>5.0.3</cli-framework.version> - <cli-main.version>5.0.2</cli-main.version> </properties> <dependencies> <dependency> |