aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/version.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-05-13 14:01:09 -0500
committerTrevor Lovett <trevor.lovett@att.com>2019-05-17 18:51:36 +0000
commit5ff7ed0cf3ac9e8110579ee4f0f711e30fb2511e (patch)
tree62b1e12ca2cb07511cbdd2199167d8422b930106 /ice_validator/version.py
parent0e2e6cdfb6b659c29ad1a59ac37d3a50191577a0 (diff)
[VVP] Update validations based on VNFRQTS-637dublin
Update to the latest bundled requirements text Update aap_exempt message to better reflect verbiage Remove unneeded test: tests_neutron_port_addresses (requirement removed) Map aap_exempt requirement to associated tests Also adding new helper scripts to help detect divergences between VNF Requirements and VVP as well as other VVP best practices: checks.py - Pre-commit checks - requirements are up-to-date with VNFRQTS - all testable requirements have tests - all non-testable requirements are *not* mapped to tests - flake8 passes - self-test passes update_reqs.py - Updates the the contents of heat_requirements.json with latest req'ts from VNFRQTS Nexus artifact Change-Id: Ia197de3254a1a0369224939f66a5f98c601a314d Issue-ID: VVP-216 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/version.py')
-rw-r--r--ice_validator/version.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice_validator/version.py b/ice_validator/version.py
index 207b8ff..16e3058 100644
--- a/ice_validator/version.py
+++ b/ice_validator/version.py
@@ -38,3 +38,5 @@
#
VERSION = "4.0.0"
+BRANCH = "master"
+RELEASE = "dublin"