Comment 14 for bug 1177924

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/29047
Committed: http://github.com/openstack/ceilometer/commit/1a723a05c74361d8fe52220061b0697de8003221
Submitter: Jenkins
Branch: master

commit 1a723a05c74361d8fe52220061b0697de8003221
Author: Angus Salkeld <email address hidden>
Date: Sat May 18 18:06:38 2013 +1000

    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