summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_instance_action.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-3/+3
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-6/+4
* Store instance action event exc_val fault detailsMatt Riedemann2020-03-211-8/+39
* Make serialize_args handle exception messages safelyDan Smith2020-03-211-2/+3
* Add InstanceAction/Event create() methodMatt Riedemann2019-08-071-0/+35
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Add host field to InstanceActionEventYikun Jiang2018-03-231-0/+1
* Add instance action db and obj pagination support.Yikun Jiang2017-12-111-1/+2
* Update Instance action's updated_at when action event updated.Yikun Jiang2017-12-111-0/+2
* Fix invalid uuid warnings in objects testcasessrushti2016-04-201-4/+5
* Use TimeFixture from oslo_utils to override time in testsHans Lindgren2015-12-181-18/+19
* Replace unicode with six.text_typeVictor Stinner2015-05-121-2/+4
* Fix some straggling uses of passing context to remotable methods in testsDan Smith2015-03-091-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+365