ceilometer/tests/api/v2
Angus Salkeld 1a723a05c7 Replace nose with testr
- add .testr.conf (in base dir and nova_tests)
- remove all references to nose
- adjust paths: A couple of tests would assume the current directory
  was ./tests/ but it is now ./
- don't run the tests in parallel as the db tests have one connection
  per test class.

nova_tests hackery:
It seems testtools/testr imports everything and I just don't see a way of
running things in tests/ and nova_tests/ seperately but in one .test.conf.
So if you want to use testr directly you will need to:
 testr run
 cd nova_tests
 testr run

part of bug 1177924
Change-Id: I41875dcf94463fa5f9c07a7840c37089226c59ad
2013-05-18 18:06:38 +10:00
..
__init__.py Implement V2 API with Pecan and WSME 2012-12-04 12:57:58 -05:00
base.py Simplify ceilometer-api and checks Keystone middleware parsing 2013-01-25 13:45:06 +01:00
test_acl.py Fix config setting references in API tests 2013-05-14 11:06:26 -04:00
test_alarm.py Don't use trivial alarm_id's like "1" in the test cases. 2013-05-10 11:58:27 +10:00
test_app.py Replace nose with testr 2013-05-18 18:06:38 +10:00
test_compute_duration_by_resource.py Convert storage drivers to return models 2013-04-02 14:55:21 -04:00
test_list_events.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00
test_list_meters.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00
test_list_resources.py Fix config setting references in API tests 2013-05-14 11:06:26 -04:00
test_max_project_volume.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00
test_max_resource_volume.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00
test_post_samples.py Use flake8 instead of pep8 2013-05-13 15:27:14 +02:00
test_statistics.py Get all tests to use tests.base.TestCase 2013-05-15 11:37:48 -04:00
test_sum_project_volume.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00
test_sum_resource_volume.py Move meter signature computing into meter_publish 2013-05-06 14:02:15 +02:00