[VVP] decorators for 5.2.7 and 5.2.8
[vvp/validation-scripts.git] / ice_validator / tests / test_no_unused_parameters_between_env_and_templates.py
index 03bae8f..4845751 100644 (file)
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
+from .helpers import validates
 
 
+@validates('R-90279', 'R-01896', 'R-26124')
 def test_no_unused_parameters_between_env_and_templates(environment_pair):
     '''
     Check all defined parameters are used in the appropiate Heat template.