[VVP] udpating scripts for casablanca 83/66483/4
authorstark, steven <ss820f@att.com>
Thu, 13 Sep 2018 23:49:43 +0000 (16:49 -0700)
committerstark, steven <ss820f@att.com>
Fri, 14 Sep 2018 00:21:45 +0000 (17:21 -0700)
commit31d5da59b39d38760cc519a2c5e5b70357b539e8
tree7298d118aefb1e7494afa5cbedaa5e499b78373d
parent8de26dd1cc9ed33c3ab85a5014ac949f174db932
[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>
39 files changed:
ice_validator/__init__.py [deleted file]
ice_validator/heat_requirements.json [new file with mode: 0644]
ice_validator/tests/cached_yaml.py [moved from ice_validator/tests/test_env_files_provided.py with 79% similarity]
ice_validator/tests/conftest.py
ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml
ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
ice_validator/tests/helpers.py
ice_validator/tests/parametrizers.py
ice_validator/tests/report.html.jinja2 [new file with mode: 0644]
ice_validator/tests/structures.py
ice_validator/tests/test_all_referenced_resources_exists.py [deleted file]
ice_validator/tests/test_allowed_address_pair_format.py [deleted file]
ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py
ice_validator/tests/test_availability_zone_get_param.py [deleted file]
ice_validator/tests/test_base_template_outputs_consumed.py [deleted file]
ice_validator/tests/test_fixed_ips_format.py [deleted file]
ice_validator/tests/test_fixed_ips_format_use_get_param.py [deleted file]
ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py
ice_validator/tests/test_heat_template_and_env_file_extension.py [deleted file]
ice_validator/tests/test_heat_templates_provided.py [deleted file]
ice_validator/tests/test_nested_templates.py [deleted file]
ice_validator/tests/test_nested_templates_invalid_nesting.py [deleted file]
ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py
ice_validator/tests/test_nova_servers_correct_parameter_types.py [deleted file]
ice_validator/tests/test_parse_yaml.py [deleted file]
ice_validator/tests/test_referenced_and_defined_parameters_match.py [deleted file]
ice_validator/tests/test_required_parameters_specified_in_env_files.py
ice_validator/tests/test_reserve_port_fixed_ips_format.py [deleted file]
ice_validator/tests/test_reserve_port_fixed_ips_has_base_outputs.py [deleted file]
ice_validator/tests/test_reserve_port_only_in_base_template.py [deleted file]
ice_validator/tests/test_volume_templates_outputs_resources.py
ice_validator/tests/utils/nested_dict.py
ice_validator/tests/utils/nested_files.py
ice_validator/tests/utils/network_roles.py
ice_validator/tests/utils/ports.py
ice_validator/tests/utils/vm_types.py
ice_validator/tests/utils/volumes.py
requirements.txt
tox.ini