diff options
-rw-r--r-- | ice_validator/tests/test_env_and_yaml_same_name.py | 2 | ||||
-rw-r--r-- | ice_validator/tests/test_volume_format_outputs.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ice_validator/tests/test_env_and_yaml_same_name.py b/ice_validator/tests/test_env_and_yaml_same_name.py index 884d965..86270fd 100644 --- a/ice_validator/tests/test_env_and_yaml_same_name.py +++ b/ice_validator/tests/test_env_and_yaml_same_name.py @@ -37,11 +37,13 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # +from .helpers import validates 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 diff --git a/ice_validator/tests/test_volume_format_outputs.py b/ice_validator/tests/test_volume_format_outputs.py index 00c6871..02ab9c2 100644 --- a/ice_validator/tests/test_volume_format_outputs.py +++ b/ice_validator/tests/test_volume_format_outputs.py @@ -37,11 +37,13 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # +from .helpers import validates 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 |