Changes required for running CI tests (Pike pod). 91/37691/8
authorspisarski <s.pisarski@cablelabs.com>
Tue, 18 Jul 2017 15:37:07 +0000 (09:37 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Thu, 20 Jul 2017 17:27:52 +0000 (11:27 -0600)
commitdc7c6640c95a40623603964df6fde4adcca41e5c
tree39f7441e2ccf3345add2888dc49b3ed739d2533e
parentacda399def76b37345f298c7df14ae2594cdc147
Changes required for running CI tests (Pike pod).

Added support for HTTPS proxies
HTTPS OSCreds settings for both RC file and os_env.yaml
OSCreds 'cacert' T/F and cert file path support
OSCreds API version support cleanup including the addition
of heat
Added more OSCreds test validations
Disabling of InsecureRequestWarning
PEP8 line width refactoring
heat_utils_test.py fix when stack status is error
test suite for CI
removed default flavor metadata of mem_page_size: Any to None

JIRA: SNAPS-80

Change-Id: I333e83ca79d7403bf43a9b74da4c072b4da976ba
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
snaps/openstack/os_credentials.py
snaps/openstack/tests/conf/os_credentials_tests.py
snaps/openstack/tests/create_instance_tests.py
snaps/openstack/tests/openstack_tests.py
snaps/openstack/tests/os_source_file_test.py
snaps/openstack/utils/heat_utils.py
snaps/openstack/utils/keystone_utils.py
snaps/openstack/utils/nova_utils.py
snaps/openstack/utils/tests/heat_utils_tests.py
snaps/test_runner.py
snaps/test_suite_builder.py