cinder/cinder/tests/unit/api
Michal Dulko dde6fba200 Check for None on service's updated_at
We weren't checking if service's updated_at is None when passing it to
timeutils.normalize_time which caused an exception. This commit adds
the check to cinder-manage and cinder-api (services and hosts). Also
regression unit tests are added.

Change-Id: Ia6ee28dc2cd20cece1e21d07692f47e3858d707d
Closes-Bug: 1495938
2015-09-16 20:03:42 +02:00
..
contrib Check for None on service's updated_at 2015-09-16 20:03:42 +02:00
extensions Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
middleware Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
openstack Allow 0 length name 2015-08-17 08:36:20 -06:00
v1 Service object 2015-09-01 07:09:08 +00:00
v2 Service object 2015-09-01 07:09:08 +00:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
common.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Add Cinder API wsgi application 2015-08-25 13:48:03 +03:00
test_common.py Merge "Fix order of arguments in assertEqual" 2015-09-14 22:25:42 +00:00
test_extensions.py Fix order of arguments in assertEqual 2015-09-05 15:18:22 +08:00
test_router.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_versions.py Fix wrong response with version details 2015-05-27 08:13:34 +08:00
test_xmlutil.py Merge "Correct usage of assertEqual for boolean values" 2015-09-06 17:47:23 +00:00