[VVP] udpating scripts for casablanca 2
[vvp/validation-scripts.git] / ice_validator / tests / test_env_and_yaml_same_name.py
index 865845a..46a0917 100644 (file)
@@ -47,7 +47,7 @@ from os import path
 VERSION = '1.0.0'
 
 
-@validates('R-67205', 'R-35727', 'R-22656')
+@validates('R-38474', 'R-81725', 'R-53433')
 def test_env_and_yaml_same_name(template_dir):
     '''
     Check that all environment template filenames are identical to an
@@ -66,4 +66,5 @@ def test_env_and_yaml_same_name(template_dir):
                 and basename + '.yml' not in yaml_files):
             unmatched.append(filename)
     assert not unmatched, (
-            'files with no corresponding .y[a]ml %s' % unmatched)
+        'files with no corresponding .y[a]ml %s' % unmatched)
+