X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_network_format.py;h=b291c535a3059f3af1b9dc066cf60180be64d673;hb=5706da0c7f430c01a0cebb534f1a965ee9b5cca7;hp=98fcd3785b1cb2aa3f244270df00ffde14b63824;hpb=d78c645df31a19567667d3e6d3acdf0474f39bf1;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():