diff options
author | stark, steven <ss820f@att.com> | 2018-09-13 16:49:43 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-09-13 17:21:45 -0700 |
commit | 31d5da59b39d38760cc519a2c5e5b70357b539e8 (patch) | |
tree | 7298d118aefb1e7494afa5cbedaa5e499b78373d /ice_validator/tests/fixtures | |
parent | 8de26dd1cc9ed33c3ab85a5014ac949f174db932 (diff) |
[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 <ss820f@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures')
2 files changed, 8 insertions, 8 deletions
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: |