X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ice_validator%2Ftests%2Ftest_unique_resources_across_all_templates.py;fp=ice_validator%2Ftests%2Ftest_unique_resources_across_all_templates.py;h=f6a5f3abb223365a15cc7e9e6ab24d60501a597b;hb=60d5ad7d00eadd6395eca186e6fa76a43df3c6cf;hp=d8fd066b1765e4be53aa80914b980bbd0d8dc928;hpb=31d5da59b39d38760cc519a2c5e5b70357b539e8;p=vvp%2Fvalidation-scripts.git 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 d8fd066..f6a5f3a 100644 --- a/ice_validator/tests/test_unique_resources_across_all_templates.py +++ b/ice_validator/tests/test_unique_resources_across_all_templates.py @@ -37,10 +37,13 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # -from .helpers import validates -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):