diff options
author | stark, steven <steven.stark@att.com> | 2019-02-04 16:20:15 -0800 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-02-04 16:37:13 -0800 |
commit | 10535815da964c683e5f91030934652bfb3f53b8 (patch) | |
tree | 129390448c758b104b677a4c89e2aac89ecdfd73 /ice_validator/tests/fixtures | |
parent | 912ea4cdf9721f66339c47bbfdcf4315ca7bd424 (diff) |
[VVP] enhance tests for nested templates
Change-Id: I17047fa3df555fafcdae566fad50b8c19ddca16f
Issue-ID: VVP-158
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures')
3 files changed, 3 insertions, 3 deletions
diff --git a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/nested.yaml b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/nested.yaml index 910cdf3..fc88415 100644 --- a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/nested.yaml +++ b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/nested.yaml @@ -40,7 +40,7 @@ heat_template_version: 2015-04-30 description: Simple template to deploy a single compute instance parameters: - availability_zone_9: + availability_zone_0: type: string label: Key Name description: Name of key-pair to be used for compute instance diff --git a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/nested.yaml b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/nested.yaml index 9283663..d033d0a 100644 --- a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/nested.yaml +++ b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/nested.yaml @@ -40,7 +40,7 @@ heat_template_version: 2015-04-30 description: Simple template to deploy a single compute instance parameters: - vm1_nr1_ip_4: + vm1_nr1_ip_0: type: string label: Key Name description: Name of key-pair to be used for compute instance diff --git a/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/pass/nested.yaml b/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/pass/nested.yaml index 71d5419..1a9cccf 100644 --- a/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/pass/nested.yaml +++ b/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/pass/nested.yaml @@ -40,7 +40,7 @@ heat_template_version: 2015-04-30 description: Simple template to deploy a single compute instance parameters: - vm1_name_16: + vm1_name_0: type: string label: Key Name description: Name of key-pair to be used for compute instance |