nova/nova
Sergey Nikitin b6d30549c6 Added hacking rule for assertTrue/False(A in B)
The following replacements were done in tests to have
clearer messages in case of failure:
- assertTrue(a in b) with assertIn(a, b)
- assertTrue(a not in b) with assertNotIn(a, b)
- assertFalse(a in b) with assertNotIn(a, b)

The error message would now be like:
   'abc' not in ['a', 'b', 'c']
rather than:
   'False is not True'.

Change-Id: I92d039731f17b731d302c35fb619300078b8a638
2015-01-07 12:25:53 +03:00
..
CA
api Nuke XML support from Nova REST API - Phase 3 2015-01-06 12:59:52 -05:00
cells Make cells send Instance objects in build_instance() 2014-12-15 08:29:58 -08:00
cert Remove havana compat from nova.cert.rpcapi 2014-11-22 01:10:05 +00:00
cloudpipe Fixes potential reliablity issue with missing CONF import 2014-09-26 13:48:25 +09:30
cmd Merge "move eventlet GREENDNS override to top level" 2014-12-10 09:46:47 +00:00
compute Merge "vmware: delete cpu_info data from get_available_resource" 2015-01-06 17:26:01 +00:00
conductor Remove instance_uuids from request_spec 2014-12-18 14:39:45 +01:00
console Merge "Config bindings: remove redundant brackets" 2014-12-23 05:42:41 +00:00
consoleauth Replacement `_` on `_LW` in all LOG.warning part 1 2014-11-20 11:19:16 +02:00
db Merge "Reuse methods from netutils" 2015-01-05 17:21:32 +00:00
hacking Added hacking rule for assertTrue/False(A in B) 2015-01-07 12:25:53 +03:00
image Reuse methods from netutils 2014-12-29 14:47:20 +00:00
ipv6
keymgr Replacement `_` on `_LW` in all LOG.warning part 1 2014-11-20 11:19:16 +02:00
locale Imported Translations from Transifex 2015-01-04 06:14:28 +00:00
network Return floating_ip['fixed_ip']['instance_uuid'] from neutronv2 API 2015-01-06 09:11:24 -08:00
objects Merge "Add methods for calculating CPU pinning" 2015-01-06 17:24:18 +00:00
objectstore
openstack Sync latest from oslo-incubator 2014-11-26 12:53:20 -05:00
pci Support both list and dict for pci_passthrough_whitelist 2015-01-05 15:31:29 +00:00
rdp
scheduler Merge "ironic: delete cpu_info data from get_available_resource" 2015-01-06 17:26:23 +00:00
servicegroup Merge "Indicate whether service is down for mc driver" 2014-12-05 16:05:45 +00:00
spice
storage rename oslo.concurrency to oslo_concurrency 2014-12-06 23:30:05 +08:00
tests Added hacking rule for assertTrue/False(A in B) 2015-01-07 12:25:53 +03:00
virt Update eventlet API in libvirt driver 2015-01-06 21:53:05 +01:00
vnc Deduplicate some INFO and AUDIT level messages 2014-11-13 15:25:40 +11:00
volume Merge "Fix get_all API to pass search option filter to cinder api" 2014-12-23 06:21:13 +00:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
availability_zones.py
baserpc.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
block_device.py Add API schema for v2.1 block_device_mapping extension 2014-12-12 15:28:23 +09:00
config.py Set logging level for glanceclient to WARN 2014-10-21 10:59:43 -04:00
context.py Prevent admin role leak in context.elevated 2014-11-24 22:58:05 +00:00
crypto.py rename oslo.concurrency to oslo_concurrency 2014-12-06 23:30:05 +08:00
debugger.py Replacement `_` on `_LW` in all LOG.warning part 1 2014-11-20 11:19:16 +02:00
exception.py objects: add method to verify requested hugepages 2014-12-17 09:19:33 -05:00
filters.py Make scheduler filters/weighers only load once 2014-12-09 18:58:49 +01:00
hooks.py Update hooks from oslo-incubator copy 2014-10-28 01:24:31 +00:00
i18n.py Remove unused modules copied from oslo-incubator 2014-10-15 01:28:42 +00:00
loadables.py Use oslo.utils 2014-10-06 21:41:17 -04:00
manager.py
netconf.py Specify storage IP for iscsi connector 2014-11-13 11:06:11 -06:00
notifications.py Merge "Make notifications use Instance.get_flavor()" 2014-11-24 06:43:30 +00:00
paths.py
policy.py
quota.py Merge "Config bindings: remove redundant brackets" 2014-12-23 05:42:41 +00:00
rpc.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
safe_utils.py
service.py Use osapi_compute worker for api v2 service 2014-12-16 16:35:31 -08:00
test.py Nuke XML support from Nova REST API - Phase 2 2015-01-06 12:03:54 +00:00
utils.py Reuse methods from netutils 2014-12-29 14:47:20 +00:00
version.py Replacement `_` on `_LE` in all LOG.error 2014-10-21 06:40:05 +00:00
weights.py Make scheduler filters/weighers only load once 2014-12-09 18:58:49 +01:00
wsgi.py Merge "Eventlet green threads not released back to pool" 2014-12-02 13:04:26 +00:00