summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-13/+13
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* Remove service_uuids_online_data_migrationMatt Riedemann2019-11-081-14/+0
* trivial: Use NoDBTestCase instead of TestCaseTakashi NATSUME2019-08-091-1/+1
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-0/+1
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-1/+1
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Use nova.db.api directlyChris Dent2018-07-101-15/+15
* Make service all-cells min version helper use scatter-gatherDan Smith2018-04-271-0/+44
* Make conductor pass and use host_listsEd Leafe2017-12-211-1/+1
* Versioned notifications for service create and deleteliyingjun2017-11-271-5/+10
* Use enum value instead of string service nameBalazs Gibizer2017-07-251-1/+1
* Add get_minimum_version_all_cells() helper for serviceDan Smith2017-06-071-0/+46
* objects: add Service.get_by_uuid methodMatt Riedemann2017-05-041-0/+4
* Add uuid to Service modelDan Peschman2017-04-111-0/+36
* Remove mox from nova/tests/unit/objects/test_service.pyAnusha Unnam2017-02-171-65/+54
* Add objects.ServiceList.get_all_computes_by_hv_typeJim Rollenhagen2016-08-011-0/+10
* Move notification objects to a separate packageBalazs Gibizer2016-06-081-54/+0
* Fix service version to update the DBBrian Elliott2016-05-101-16/+0
* Add Service.get_minimum_version_multi() for multiple binariesDan Smith2016-03-311-8/+35
* Add include_disabled parameter to service_get_all_by_binarypcarlton2016-03-101-17/+49
* Object: Give more helpful error message in TestServiceVersionEli Qiao2016-02-021-1/+2
* enginefacade: 'service'Pavel Kholkin2016-01-251-17/+17
* Add service status notificationBalazs Gibizer2016-01-201-0/+55
* Add caching of service_min_versions in the conductorNikola Dipanov2016-01-111-0/+17
* Merge "Fix up Service object for manifest-based backports"Jenkins2015-10-231-23/+7
|\
| * Fix up Service object for manifest-based backportsDan Smith2015-10-141-23/+7
* | Fix service_version minimum calculation for compute RPCDan Smith2015-10-141-9/+25
|/
* Make service create/update fail if version is too oldDan Smith2015-10-051-1/+23
* Add get_minimum_version() to Service object and DB APIDan Smith2015-10-051-0/+18
* rebuild: RPC sends additional args and claims are doneNikola Dipanov2015-09-221-7/+8
* Make ComputeNode.service_id nullable to match db schemaHans Lindgren2015-08-131-2/+4
* Add version counter to Service objectDan Smith2015-08-121-4/+69
* Introducing new forced_down field for a Service objectRoman Dobosz2015-07-131-0/+1
* Make readonly field tests use exception from oslo.versionedobjectsDan Smith2015-06-221-1/+2
* fix "down" nova-compute service spuriously marked as "up"Chris Friesen2015-06-101-0/+1
* Standardize on assertJsonEqual in testsDavanum Srinivas2015-05-291-11/+4
* Fix ComputeNode backport for Service.obj_make_compatibleSylvain Bauza2015-03-131-0/+18
* Fix some straggling uses of passing context to remotable methods in testsDan Smith2015-03-091-2/+1
* Remove usage of db.service_get_by_argsNikola Dipanov2015-03-061-5/+19
* Add Service.get_by_host_and_binary and ServiceList.get_by_binaryDan Smith2015-03-041-0/+12
* Fix how the Service object is loading the compute_node fieldSylvain Bauza2015-03-031-10/+24
* Remove computenode relationship on service_getSylvain Bauza2015-02-171-15/+0
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Merge "initialize objects with context in Service object tests"Jenkins2015-01-191-12/+12
|\
| * initialize objects with context in Service object testsmelanie witt2015-01-151-12/+12
* | Fix inconsistencies in the ComputeNode object about serviceSylvain Bauza2015-01-161-4/+4
|/
* Add pci_device_pools to ComputeNode objectPaul Murray2014-12-171-2/+15
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+226