summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-2/+2
* Fix test_launcher_app to ensure service actually got startedJohannes Erdfelt2012-05-011-1/+5
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-6/+15
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-2/+0
* Port nova.flags to cfgMark McLoughlin2011-12-081-0/+4
* rename the test methodVishvananda Ishaya2011-08-181-1/+1
* switch FLAGS.* = in tests to self.flags(...)Chris Behrens2011-08-031-1/+0
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-170/+0
* I accidently the whole unittest2Brian Lamar2011-06-281-1/+0
* pep8 fixBrian Lamar2011-06-211-0/+1
* Tests for WSGI/LauncherBrian Lamar2011-06-211-0/+30
* changes per reviewtermie2011-05-261-2/+4
* Always create Service consumers no matter if report_interval is 0Chris Behrens2011-05-251-6/+51
* merge with trunk. moved scheduler_manager into manager. fixed testsSandy Walsh2011-03-171-0/+42
|\
| * fix pep8 checkKei Masumoto2011-03-101-3/+3
| * fixed based on reviewer's comment.Kei Masumoto2011-03-101-47/+30
| * 1. merged trunk rev749Kei Masumoto2011-03-011-7/+0
| |\
| * | Fixed based on reviewer's comment.Kei Masumoto2011-02-221-5/+1
| * | Merge request candidate version.Kei Masumoto2011-02-151-5/+11
| |\ \
| * | | 1. Merged to rev654(?)Kei Masumoto2011-02-101-7/+4
| |\| |
| * | | adding testcodeKei Masumoto2011-01-271-1/+60
| |/ /
* | | Tests all working againSandy Walsh2011-02-231-11/+14
* | | tests passingSandy Walsh2011-03-031-0/+6
| |/ |/|
* | updates to nova.flags to get help working bettertermie2011-02-231-7/+0
|/
* mergeEldar Nugaev2011-01-071-4/+11
* pep8 fixesTodd Willey2011-01-031-0/+1
|\
* | Add flag --enable_new_services to toggle default state of service when created.Todd Willey2010-12-281-0/+25
|/
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+227