summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Pass service ref to init_host(), if existsDan Smith2023-01-201-4/+5
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Merge "Correct test error"Zuul2022-02-211-1/+1
|\
| * Correct test errorsongwenping2021-02-021-1/+1
* | Add service version check workaround for FFUDan Smith2022-01-241-0/+23
* | Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
|/
* Restore retrying the RPC connection to conductorBalazs Gibizer2020-11-131-1/+11
* Prevent starting services with older than N-1 computesBalazs Gibizer2020-11-041-0/+8
* nova-net: Remove final references to nova-networkStephen Finucane2020-01-081-3/+0
* Move conductor wait_until_ready() delay before manager initDan Smith2018-08-311-0/+15
* Use nova.test.TestingExceptionTakashi NATSUME2018-06-281-5/+3
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-1/+1
* Fix test_rpc_consumer_isolation for oslo.messaging 5.31.0Matt Riedemann2017-09-061-3/+3
* Use enum value instead of string service nameBalazs Gibizer2017-07-251-2/+2
* service: use restart_method='mutate' for all servicesRoman Podoliaka2017-05-051-2/+4
* Use HostAddressOpt for opts that accept IP and hostnamesdineshbhor2017-04-031-3/+3
* Stop using mox from tests/unit/test_service.pyNguyen Phuong An2017-02-171-91/+58
* Merge "test: drop unused config option fake_manager"Jenkins2016-12-121-3/+0
|\
| * test: drop unused config option fake_managerChangBo Guo(gcb)2016-12-081-3/+0
* | Merge "conf: Remove config option compute_ manager"Jenkins2016-12-121-1/+2
|\ \ | |/
| * conf: Remove config option compute_ managerChangBo Guo(gcb)2016-12-081-1/+2
* | Remove invalid tests for config option osapi_compute_workersChangBo Guo(gcb)2016-12-031-22/+0
|/
* Cleanup before removal of conductor local apisHans Lindgren2016-10-181-1/+0
* Fix use of invalid assert callsJames Page2016-05-191-1/+1
* Fix service version to update the DBBrian Elliott2016-05-101-0/+17
* Add "__repr__" method to class "Service"Markus Zoeller2016-04-081-0/+11
* config options: Remove 'wsgi_' prefix from optsStephen Finucane2016-03-251-1/+1
* config options: Move wsgi options into a groupStephen Finucane2016-03-221-1/+1
* Reset the compute_rpcapi in Compute manager on SIGHUPDan Smith2015-12-041-0/+9
* Make some classes inherit from NoDBTestCasejichenjc2015-11-211-4/+7
* Add service records for nova-api servicesDan Smith2015-11-131-0/+15
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-3/+5
* Refactor some service tests and make them not require dbHans Lindgren2015-04-131-22/+29
* Convert service and servicegroup to objectsHans Lindgren2015-04-131-55/+16
* Remove usage of db.service_get_by_argsNikola Dipanov2015-03-061-14/+14
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Use osapi_compute worker for api v2 serviceJesse Keating2014-12-161-0/+20
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+370