openstack-python-openstackc.../openstackclient/tests
Tang Chen c57fc41c33 Initialize _keys in __init__() in FakeFlavorResource
_keys is defined as a class attribute in FakeFlavorResource. So when
we call set_keys() to update it, it changes. And this change may bring
trouble to the other tests afterward.

So define and initialize it in __init__() as an object attribute.

Change-Id: Ib18c03877b67e1b7c2e107f598076b928a58e4fb
Closes-bug: #1548378
2016-02-23 00:14:56 +08:00
..
api when fetching object store properties use lower() 2015-12-14 12:23:44 -05:00
common Support unscoped token request 2016-02-19 16:07:13 -08:00
compute Initialize _keys in __init__() in FakeFlavorResource 2016-02-23 00:14:56 +08:00
identity Support unscoped token request 2016-02-19 16:07:13 -08:00
image Fix DisplayCommandBase comments for cliff ShowOne subclass tests 2016-02-10 13:31:38 +08:00
network Refactor: Set "project_id" for FakeXXX in a consistent style 2016-02-20 16:39:06 +08:00
object Use assertIsNone() instead of assertEqual(None, xxx) 2016-02-19 17:14:08 +08:00
volume Fix DisplayCommandBase comments for cliff ShowOne subclass tests 2016-02-10 13:31:38 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Refactor network endpoint enablement checking 2016-01-04 13:49:49 -06:00
test_shell.py Add all regions to cloud configuration 2015-12-23 12:48:45 -06:00
utils.py Check volume status before extending size 2015-02-06 09:05:41 -08:00