From 31d5da59b39d38760cc519a2c5e5b70357b539e8 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 13 Sep 2018 16:49:43 -0700 Subject: [VVP] udpating scripts for casablanca adding new "infrastructure" scripts addresses bugs VVP-100, VVP-101, VVP-102 adding base tests updating tests where arguments have changed Adds traceability for task VVP-92 Change-Id: I067d8e80934403039e66fbc9fc93766587f67b4e Issue-ID: VVP-80 Signed-off-by: stark, steven --- .../pass/valid_template.yaml | 8 ++++---- .../pass/valid_template.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'ice_validator/tests/fixtures') diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml index 8b291bd..e219ab4 100644 --- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml +++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml @@ -97,11 +97,11 @@ parameters: description: db_int_intranet_v6_ip_0 db_int_intranet_ips: - type: string + type: comma_delimited_list description: db_int_intranet_ips db_int_intranet_v6_ips: - type: string + type: comma_delimited_list description: db_int_intranet_v6_ips db_int_intranet_floating_ip: @@ -121,11 +121,11 @@ parameters: description: lb_extnet_v6_ip_0 lb_extnet_ips: - type: string + type: comma_delimited_list description: lb_extnet_ips lb_extnet_v6_ips: - type: string + type: comma_delimited_list description: lb_extnet_v6_ips lb_extnet_floating_ip: diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml index cbd60b5..8bb53ac 100644 --- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml +++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml @@ -97,11 +97,11 @@ parameters: description: db_int_intranet_v6_ip_0 db_int_intranet_ips: - type: string + type: comma_delimited_list description: db_int_intranet_ips db_int_intranet_v6_ips: - type: string + type: comma_delimited_list description: db_int_intranet_v6_ips lb_extnet_ip_0: @@ -117,11 +117,11 @@ parameters: description: lb_extnet_v6_ip_0 lb_extnet_ips: - type: string + type: comma_delimited_list description: lb_extnet_ips lb_extnet_v6_ips: - type: string + type: comma_delimited_list description: lb_extnet_v6_ips resources: -- cgit 1.2.3-korg