X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_heat_parameter_section.py;h=e5792fc1fdbc9ff0e85f843a011a984ce7434b70;hb=c42086a36bbfaf9286e1c08330f25d1b06a35f4b;hp=c5d0b4c301c08984665dbfbf3f680394373a5063;hpb=655f39713cca2595a812ccd60cc738301aef8b2f;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_heat_parameter_section.py b/ice_validator/tests/test_heat_parameter_section.py index c5d0b4c..e5792fc 100644 --- a/ice_validator/tests/test_heat_parameter_section.py +++ b/ice_validator/tests/test_heat_parameter_section.py @@ -37,7 +37,7 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # - +from .helpers import validates import pytest import yaml @@ -68,6 +68,7 @@ def test_parameter_valid_keys(yaml_file): assert not set(invalid_params) +@validates('R-90526') def test_default_values(yaml_file): ''' Make sure no default values are set for any parameter.