X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_unique_name_resources.py;h=a89dd1df0d4b2290fcfb48b686aa67b35a459bbd;hp=c154c281d3e05f7a11cd79cf63d9111782ad6e5e;hb=0feaec6790274f87c2d35a039676a3b1c2702a4d;hpb=e99347bb14318a57307e2809c3d9577fc29bcb68 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.