panko/ceilometer/tests
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
agent use oslo.messaging dispatch filter 2015-04-08 15:09:17 -04:00
alarm Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
api Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
compute Use oslo_vmware instead of deprecated oslo.vmware 2015-04-06 09:59:12 +00:00
data_processing Use oslo_config instead of deprecated oslo.config 2015-01-15 12:51:18 +04:00
dispatcher rebuild event model only for database writes 2015-05-07 14:51:00 +00:00
energy Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
event Merge "stop mocking os.path in test_setup_events_default_config" 2015-04-29 14:03:57 +00:00
gabbi Update a test to properly anticipate HTTP 405 for RestController 2015-05-12 07:08:23 -07:00
hardware Add hardware memory buffer and cache metrics 2015-05-06 01:13:19 +00:00
identity Attempt to set user_id for identity events 2015-03-11 03:17:47 +00:00
image Ceilometer retrieve all images by 'all-tenants' 2015-03-25 08:16:17 +00:00
ipmi Add more power and thermal data 2015-03-10 00:59:54 +00:00
key_value_storage Added metering for magnetodb 2015-01-06 22:17:18 +05:30
network Fix None TypeError in neutron process notifications 2015-04-23 12:31:49 -04:00
objectstore Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
orchestration Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
profiler Switch to oslotest 2014-08-21 11:42:15 +02:00
publisher Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
storage Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
volume Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
__init__.py Skeleton for API server 2012-07-27 10:34:36 -04:00
base.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
constants.py Correct alarm timestamp field in unittest code 2014-11-07 11:02:39 +08:00
db.py Validate default values in config 2015-02-10 10:50:36 +01:00
mocks.py [HBase] Improves speed of unit tests on real HBase backend 2014-09-24 15:08:36 +04:00
pipeline_base.py Make interval optional in pipeline 2015-05-05 12:31:42 +08:00
test_bin.py Add the function of deleting alarm history 2015-04-23 10:46:30 +08:00
test_collector.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
test_coordination.py correctly leave group when process is stopped 2015-02-12 15:57:52 +08:00
test_decoupled_pipeline.py Fix duplication in sinks names 2015-02-09 10:40:53 +04:00
test_deprecated_pipeline.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_event_pipeline.py add option to store raw notification 2015-03-03 14:44:46 -05:00
test_hacking.py enable oslo namespace check for ceilometer project 2015-02-11 16:09:19 +08:00
test_messaging.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
test_middleware.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_neutronclient.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_notification.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
test_notifier.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_novaclient.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_sample.py Add __repr__ method for sample.Sample 2014-10-30 00:07:53 +08:00
test_utils.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00