summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Add graceful service shutdown support to LauncherBrian Elliott2013-06-301-0/+27
* Improve usability when backdoor_port is nonzeroRaymond Pekowski2013-06-231-4/+58
* Enable hacking H404 test.Dina Belova2013-06-111-3/+1
* Enable hacking H402 testSergey Lukjanov2013-06-031-1/+1
* Pass backdoor_port to services being launchedBrian Elliott2013-05-091-0/+10
* Use print_function __future__ importMark McLoughlin2013-04-221-0/+3
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Removes unused imports in the tests moduleZhongyue Luo2013-03-201-2/+0
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Use testtools as test base class.Monty Taylor2013-01-241-5/+4
* Fix test cases in tests.unit.test_serviceHengqing Hu2013-01-031-28/+26
* Log CONF from ProcessLauncher.wait, like ServiceLauncherDavid Ripton2012-10-311-1/+11
* Add the rpc service and delete managerAngus Salkeld2012-09-261-3/+2
* Add threadgroup to manage timers and greenthreads.Angus Salkeld2012-08-201-1/+11
* Add multiprocess service launcherAngus Salkeld2012-08-201-1/+136
* Basic service launching infrastructureAngus Salkeld2012-08-151-0/+40