From 5ff7ed0cf3ac9e8110579ee4f0f711e30fb2511e Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Mon, 13 May 2019 14:01:09 -0500 Subject: [VVP] Update validations based on VNFRQTS-637 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 --- ice_validator/version.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ice_validator/version.py') 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" -- cgit 1.2.3-korg