heat/heat/tests/clients
Daniel Pawlik 36e53d3c2b Fix for None base_url for Monasca client
Heat engine tries to create client object using token, but the token
in Monsca client will be reauthenticated. It can't be reauthenticated,
because it doesn't have base_url in kwargs (Monasca client), so it
raises an error "AttributeError: 'NoneType' object has no attribute
'find'".
Using session instead of token fixes the issue.

Change-Id: I154c0360946043f6dbb12ef756aa01d674f6de8f
Closes-Bug: #1713050
2018-01-31 12:13:51 +00:00
..
__init__.py Move all client tests to /tests/clients 2015-07-03 11:02:18 +08:00
test_aodh_client.py Add aodh client plugin 2016-06-24 09:07:51 +00:00
test_barbican_client.py Enable client plugin to support dynamic api version 2016-05-09 14:39:49 +05:30
test_ceilometer_client.py Don't mock internal method of ceilometerclient 2017-01-27 10:46:04 +05:30
test_cinder_client.py Add cinder qos specs constraint 2016-08-31 01:03:11 +08:00
test_clients.py Move FakeKeystoneClient to engine.clients 2017-10-24 11:45:31 -04:00
test_designate_client.py Add designate recordset support 2017-01-09 09:36:45 +05:30
test_glance_client.py Don't use oslo-incubator in glance client plugin 2016-11-15 22:58:17 +05:30
test_heat_client.py Make standalone heat work with keystone v3 2017-07-17 02:59:03 +00:00
test_keystone_client.py Migrate to keystoneauth 2016-09-06 10:07:22 +05:30
test_magnum_client.py Add constraint for cluster template 2017-04-06 17:31:44 -05:00
test_manila_client.py Enable client plugin to support dynamic api version 2016-05-09 14:39:49 +05:30
test_mistral_client.py Use session and region_name in mistral client plugin 2017-04-27 10:31:25 +05:30
test_monasca_client.py Fix for None base_url for Monasca client 2018-01-31 12:13:51 +00:00
test_neutron_client.py Refactor neutron constraints 2017-05-23 12:46:15 +00:00
test_nova_client.py Fix wrong function description 2017-07-04 13:27:28 +08:00
test_octavia_client.py Add octavia client plugin and constraints 2017-12-23 12:37:33 +05:30
test_progress.py Rename test classes for consistency 2016-02-25 09:27:12 -06:00
test_sahara_client.py Add sahara constraints 2017-01-18 16:45:59 +04:00
test_sdk_client.py Add segment property for subnet 2017-04-25 10:44:53 +05:30
test_senlin_client.py Add policies property to cluster resource 2017-01-19 04:52:46 +00:00
test_swift_client.py Use correct raw string format 2017-11-16 18:23:58 -05:00
test_zaqar_client.py Use keystone session with zaqar client plugin 2016-12-01 18:39:44 +05:30
test_zun_client.py zun: delete container by using 'stop' option 2018-01-17 04:18:35 +00:00