X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_heat_numeric_parameters.py;fp=ice_validator%2Ftests%2Ftest_heat_numeric_parameters.py;h=ef29987ea5b9d8c27a9cd4044b83c113817e11e6;hp=e4390153a8ae6515caed67f54ba3088939cf31d8;hb=c42086a36bbfaf9286e1c08330f25d1b06a35f4b;hpb=7e08a8738145295de2937f00231e4ec13db1e9b0 diff --git a/ice_validator/tests/test_heat_numeric_parameters.py b/ice_validator/tests/test_heat_numeric_parameters.py index e439015..ef29987 100644 --- a/ice_validator/tests/test_heat_numeric_parameters.py +++ b/ice_validator/tests/test_heat_numeric_parameters.py @@ -37,11 +37,12 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # - +from .helpers import validates import pytest import yaml +@validates('R-88863') def test_numeric_parameter(yaml_file): ''' Make sure all numeric parameters has either `range` or `allowed_values`