change if bad to assert not bad, message
[vvp/validation-scripts.git] / ice_validator / tests / test_env_no_resource_registry.py
index 5d6949a..aa9170f 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf8 -*-
-# ============LICENSE_START=======================================================
+# ============LICENSE_START====================================================
 # org.onap.vvp/validation-scripts
 # ===================================================================
-# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
 # ===================================================================
 #
 # Unless otherwise specified, all software contained herein is licensed
 #
 # ============LICENSE_END============================================
 #
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 
-import yaml
+"""test env file has no resource_registry
+"""
+
+from tests import cached_yaml as yaml
 
 from .helpers import validates