From ef3e0da3f42e17280a3b702ca332bdf2f632f793 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Tue, 21 Jan 2020 15:32:48 -0800 Subject: [VVP] base module is allowed to not have params - R-35413 was updated to exclude base modules. - Also updating other tests in file to use same logic. Issue-ID: VVP-365 Signed-off-by: stark, steven Change-Id: I1073981ab1c4d98c4d9669b712231a6a4c45f121 --- .../tests/fixtures/test_heat_template_structure/pass/base.yaml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ice_validator/tests/fixtures/test_heat_template_structure') diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml index 2737b4b..cfb4f3a 100644 --- a/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml +++ b/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml @@ -37,13 +37,3 @@ heat_template_version: 2015-04-30 description: test - -parameters: - a: - type: string - description: Name of key-pair to be used for compute instance - -outputs: - a: - description: a value - value: { get_param: a } -- cgit 1.2.3-korg