[VVP] add decorators to test cases
[vvp/validation-scripts.git] / ice_validator / tests / test_heat_numeric_parameters.py
index e439015..ef29987 100644 (file)
 #
 # 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`