X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_unique_resources_across_all_templates.py;h=f6a5f3abb223365a15cc7e9e6ab24d60501a597b;hp=7682782652c96f15bee9c9043e802c29fa651303;hb=60d5ad7d00eadd6395eca186e6fa76a43df3c6cf;hpb=d27b72f2341b3b0657b850cc4fc29bb164d8f97a diff --git a/ice_validator/tests/test_unique_resources_across_all_templates.py b/ice_validator/tests/test_unique_resources_across_all_templates.py index 7682782..f6a5f3a 100644 --- a/ice_validator/tests/test_unique_resources_across_all_templates.py +++ b/ice_validator/tests/test_unique_resources_across_all_templates.py @@ -2,11 +2,11 @@ # ============LICENSE_START======================================================= # org.onap.vvp/validation-scripts # =================================================================== -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2018 AT&T Intellectual Property. All rights reserved. # =================================================================== # # Unless otherwise specified, all software contained herein is licensed -# under the Apache License, Version 2.0 (the “License”); +# under the Apache License, Version 2.0 (the "License"); # you may not use this software except in compliance with the License. # You may obtain a copy of the License at # @@ -21,7 +21,7 @@ # # # Unless otherwise specified, all documentation contained herein is licensed -# under the Creative Commons License, Attribution 4.0 Intl. (the “License”); +# under the Creative Commons License, Attribution 4.0 Intl. (the "License"); # you may not use this documentation except in compliance with the License. # You may obtain a copy of the License at # @@ -38,10 +38,14 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. # -import yaml import collections +from tests import cached_yaml as yaml +from .helpers import validates + + +@validates('R-16447') def test_unique_resources_across_all_yaml_files(yaml_files): ''' Check that all instance names are unique