[VVP] add bug fixes and reserve port updates 29/44229/1
authorstark, steven <ss820f@att.com>
Mon, 23 Apr 2018 15:49:34 +0000 (08:49 -0700)
committerstark, steven <ss820f@att.com>
Mon, 23 Apr 2018 15:49:34 +0000 (08:49 -0700)
commit655f39713cca2595a812ccd60cc738301aef8b2f
treeb643a746b17ed00575b980c2bb233ce7cbf2109b
parent671ada85afbb8112a7ae854950cea24756be4dd3
[VVP] add bug fixes and reserve port updates

Adding test script updates and reserve port

Change-Id: I2af5263a48a53117021f166d08395685e89fd122
Issue-ID: VVP-56
Signed-off-by: stark, steven <ss820f@att.com>
37 files changed:
.gitignore
ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml
ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml
ice_validator/tests/fixtures/test_referenced_and_defined_parameters_match/fail/missing_param_reference.yaml [deleted file]
ice_validator/tests/fixtures/test_referenced_and_defined_parameters_match/pass/params_referenced_are_defined_and_vice_versa_1.yaml
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_format/fail/invalid_base_naming_for_fixed_ips.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_format/pass/valid_base_heat_template.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_has_base_outputs/fail/invalid_base_heat_template_1.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_has_base_outputs/fail/invalid_base_heat_template_2.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_has_base_outputs/pass/valid_base_heat_template_1.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_fixed_ips_has_base_outputs/pass/valid_base_heat_template_2.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_only_in_base_template/fail/invalid_base_naming_for_fixed_ips.yaml [moved from ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_internal_network_resource.yaml with 78% similarity]
ice_validator/tests/fixtures/test_reserve_port_only_in_base_template/pass/valid_base_heat_template_1.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_only_in_base_template/pass/valid_base_heat_template_2.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_only_in_base_template/pass/valid_base_heat_template_3.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_reserve_port_only_in_base_template/pass/valid_module_heat_template.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml
ice_validator/tests/test_allowed_address_pair_format.py
ice_validator/tests/test_base_template_names.py
ice_validator/tests/test_fixed_ips_format.py
ice_validator/tests/test_fixed_ips_format_use_get_param.py
ice_validator/tests/test_heat_parameter_section.py
ice_validator/tests/test_network_format.py
ice_validator/tests/test_port_resource_ids.py
ice_validator/tests/test_reserve_port_fixed_ips_format.py [new file with mode: 0644]
ice_validator/tests/test_reserve_port_fixed_ips_has_base_outputs.py [new file with mode: 0644]
ice_validator/tests/test_reserve_port_only_in_base_template.py [new file with mode: 0644]
ice_validator/tests/test_subnet_format.py
ice_validator/tests/test_unique_resources_across_all_templates.py
ice_validator/tests/utils/nested_iterables.py
ice_validator/tests/utils/network_roles.py
ice_validator/tests/utils/ports.py