aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_unique_name_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_unique_name_resources.py')
-rw-r--r--ice_validator/tests/test_unique_name_resources.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice_validator/tests/test_unique_name_resources.py b/ice_validator/tests/test_unique_name_resources.py
index c154c28..a89dd1d 100644
--- a/ice_validator/tests/test_unique_name_resources.py
+++ b/ice_validator/tests/test_unique_name_resources.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-40899')
def test_unique_name_resources(yaml_files):
'''
Check that all resource names are unique across all yaml files.