Files
nova/nova
Jay Pipes 1870c75c45 placement: correct improper test case inheritance
nova/tests/unit/scheduler/client/test_report.py had a bunch of tests in
a base test class instead of just the setUp(). This resulted in
re-running a whole bunch of tests unnecessarily.

Before:

Ran: 61 tests in 35.0000 sec.
- Passed: 61
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 11.8261 sec.

after:

Ran: 35 tests in 35.0000 sec.
- Passed: 35
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 5.0003 sec.

Same test content and coverage, just not re-running tests unnecessarily.

Change-Id: Icbdf8dd4e221259fd4a2683cb12cc26dc87733bd
2016-12-25 18:03:53 +00:00
..
2016-12-14 03:33:50 +00:00
2016-10-27 08:19:38 +00:00
2016-12-21 22:20:00 -05:00
2016-12-21 22:20:00 -05:00
2016-11-28 04:07:12 +08:00
2016-12-09 10:30:43 -08:00
2016-09-23 20:10:24 +00:00