nova/nova/tests/integrated
ChangBo Guo(gcb) 0bea84ac20 Removes the use of mutables as default args
Passing mutable objects as default args is a known Python pitfall.
We'd better avoid this. This commit changes mutable default args with
None, then use 'arg = arg or {}', 'arg = arg or []'. For unit code which
doesn't use the args , just set with None. This commit also adds hacking
check.

Closes-Bug: #1327473
Change-Id: I5a8492bf8ffef8e000b13b6bdfaef1968b96f816
2014-06-18 12:59:02 +08:00
..
api Don't translate debug level logs in nova.spice, storage, tests and vnc 2014-05-01 03:57:19 -07:00
api_samples Fix doc for service list 2014-06-16 16:57:23 +00:00
v3 Removes the use of mutables as default args 2014-06-18 12:59:02 +08:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api_samples_test_base.py Remove spaces from SSH public key comment 2014-05-20 12:08:07 +02:00
integrated_helpers.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_api_samples.py Removes the use of mutables as default args 2014-06-18 12:59:02 +08:00
test_extensions.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_login.py Don't translate debug level logs in nova.spice, storage, tests and vnc 2014-05-01 03:57:19 -07:00
test_multiprocess_api.py Fixed many typos. 2014-04-25 21:47:41 -07:00
test_servers.py Change conductor to cast to build_and_run_instance 2014-05-28 13:02:55 -04:00
test_xml.py Remove vi modelines 2014-02-03 14:19:44 +00:00