tempest/tempest/lib
zhufl effafa3230 Get func.__class__.__name__ if no attribute __name__
In call_until_true, if func is wrapped with functools.partial,
getattr(func, '__name__') will get "AttributeError:
'functools.partial' object has no attribute '__name__'"

Now call_until_true supports args and kwargs that are passed
to func, so functools.partial is no longer needed, but it's
better for call_until_true to get func.__class__.__name__
if func has not attritube __name__.

Change-Id: Icc734e44af925655a31e7dcac04620352093cbeb
Closes-Bug: #1744210
2018-01-19 13:37:05 +08:00
..
api_schema Handle creating an image from a server with microversion > 2.35 2018-01-11 15:17:49 -05:00
cli CLI tests: Identity v3 (project name, api version) 2018-01-11 10:26:54 +01:00
cmd Remove duplication of skip_tracker 2017-04-21 12:12:42 +09:00
common Get func.__class__.__name__ if no attribute __name__ 2018-01-19 13:37:05 +08:00
services Handle creating an image from a server with microversion > 2.35 2018-01-11 15:17:49 -05:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Add proxy_url to get_credentials in auth 2017-10-23 16:53:34 +02:00
base.py Add a space between super's and setUpClass 2016-08-31 11:50:03 +00:00
decorators.py Remove deprecated skip_unless_attr decorator 2017-11-29 14:37:04 +00:00
exceptions.py Change Conflict's error message 2017-11-23 16:51:37 +08:00