heat-tempest-plugin/heat_tempest_plugin/tests/scenario
Pavlo Shchelokovskyy ab1725eb6b Allow to pass --insecure options into VMs
currently Heat tests have troubles running when self-signed SSL CA is
used on public Heat API and standard upstream images (Cirros, Ubuntu)
are used as those lack trust to those CA - example is DevStack
with tls-proxy service enabled.

A workaround is to set [clients_heat]insecure=True, but that is
not really a production-ready setting, and does not work for CFN-style
signaling, only for WaitConditions.

Instead, this patch adds an extra config option
`vm_to_heat_api_insecure` (defaults to False), and when enabled tests will
pass the correct option to the curl or cfn-signal commands running from
instance's user data via new parameters that test templates are now
accepting.

Change-Id: I94a82caf1fcb6999151ff1e6fbbe1e2ba211bbb9
2019-10-05 16:23:38 +08:00
..
templates Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00
__init__.py Initial movement to new repo with cleanup 2017-11-14 20:28:32 +05:30
scenario_base.py Include file content in scenario tests 2018-06-19 15:51:59 -04:00
test_aodh_alarm.py Use utctime when adding measures 2018-11-21 07:04:47 +05:30
test_autoscaling_lb.py Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00
test_autoscaling_lbv2.py Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00
test_base_resources.py Add tempest ids for functional and scenario tests 2018-02-07 12:04:37 +08:00
test_octavia_lbaas.py Check for lb provisioning_status in octavia tests 2018-09-27 11:03:49 +05:30
test_remote_deeply_nested.py Use floating_network_name instead of 'public' 2019-07-01 22:17:43 +09:00
test_server_cfn_init.py Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00
test_server_signal.py Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00
test_server_software_config.py Fix test_server_software_config scenario test 2019-02-01 22:18:44 +05:30
test_volumes.py Allow to pass --insecure options into VMs 2019-10-05 16:23:38 +08:00