X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_heat_template_structure.py;h=0d8242eeb221250da5d144cb4131024bb60e846f;hb=c42086a36bbfaf9286e1c08330f25d1b06a35f4b;hp=3bbca3182495fc2fb138db1cea620ea0b3f06a54;hpb=cc21b8b08b6dbcec577bfb26ff397ac899da8002;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_heat_template_structure.py b/ice_validator/tests/test_heat_template_structure.py index 3bbca31..0d8242e 100644 --- a/ice_validator/tests/test_heat_template_structure.py +++ b/ice_validator/tests/test_heat_template_structure.py @@ -37,7 +37,7 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # - +from .helpers import validates import yaml @@ -54,6 +54,7 @@ def test_heat_template_structure(yaml_file): assert any(map(lambda v: v in yml, key_values)) +@validates('27078', 'R-39402', 'R-35414') def test_heat_template_structure_contains_required_sections(yaml_file): ''' Check that all heat templates have the required sections