X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_network_format.py;fp=ice_validator%2Ftests%2Ftest_network_format.py;h=b291c535a3059f3af1b9dc066cf60180be64d673;hb=0c4e64d87728b89aa9cd4d41d738f5bfe64ceee3;hp=98fcd3785b1cb2aa3f244270df00ffde14b63824;hpb=2c04e79bb65a4ffcf4db5d443d6cc3e3ea3f10fe;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_network_format.py b/ice_validator/tests/test_network_format.py index 98fcd37..b291c53 100644 --- a/ice_validator/tests/test_network_format.py +++ b/ice_validator/tests/test_network_format.py @@ -38,7 +38,6 @@ # from itertools import chain -import pytest import re from tests import cached_yaml as yaml @@ -78,10 +77,6 @@ def test_network_has_subnet(yaml_file): with open(yaml_file) as fh: yml = yaml.load(fh) - # skip if resources are not defined - if "resources" not in yml: - pytest.skip("No resources specified in the heat template") - networks = [] for k, v in yml["resources"].items():