X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_network_format.py;h=df49e669a90b5380931fcd0d60a85138722ad8f6;hb=refs%2Fchanges%2F45%2F77845%2F2;hp=514e83eb4d41d0b97157f3847d7b7feab0889f39;hpb=912ea4cdf9721f66339c47bbfdcf4315ca7bd424;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_network_format.py b/ice_validator/tests/test_network_format.py index 514e83e..df49e66 100644 --- a/ice_validator/tests/test_network_format.py +++ b/ice_validator/tests/test_network_format.py @@ -52,12 +52,12 @@ NETWORK_RESOURCE_TYPES = ["OS::Neutron::Net", "OS::ContrailV2::VirtualNetwork"] @validates("R-62983", "R-86182") -def test_network_format(heat_template): +def test_network_format(yaml_file): """ Make sure all network properties use the allowed naming conventions """ - with open(heat_template) as fh: + with open(yaml_file) as fh: yml = yaml.load(fh) # skip if resources are not defined