[VVP] decorators for 5.2.7 and 5.2.8 01/57901/1
authorstark, steven <ss820f@att.com>
Fri, 27 Jul 2018 19:31:18 +0000 (12:31 -0700)
committerstark, steven <ss820f@att.com>
Fri, 27 Jul 2018 19:31:18 +0000 (12:31 -0700)
update decorator for validation script corresponding to 5.2.8 of VNFRTQS
update decorator for validation script corresponding to 5.2.7 of VNFRTQS

Change-Id: Ibb5bb639908538c8ce07e2f2913a0fb447c27746
Issue-ID: VVP-94
Signed-off-by: stark, steven <ss820f@att.com>
ice_validator/tests/test_env_and_yaml_same_name.py
ice_validator/tests/test_volume_format_outputs.py

index 884d965..86270fd 100644 (file)
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
+from .helpers import validates
 
 from os import listdir
 from os import path
 
 
 
 from os import listdir
 from os import path
 
 
+@validates('R-67205', 'R-35727', 'R-22656')
 def test_env_and_yaml_same_name(template_dir):
     '''
     Check that all environment template filenames are identical to an
 def test_env_and_yaml_same_name(template_dir):
     '''
     Check that all environment template filenames are identical to an
index 00c6871..02ab9c2 100644 (file)
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
+from .helpers import validates
 
 import yaml
 import pytest
 
 
 
 import yaml
 import pytest
 
 
+@validates('R-79531')
 def test_volume_format_outputs(volume_template):
     '''
     Check that the values are properly provided to the outputs section
 def test_volume_format_outputs(volume_template):
     '''
     Check that the values are properly provided to the outputs section