summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_virtapi.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make test_wait_for_instance_event_* test time independent"Zuul2022-08-041-6/+14
|\
| * Make test_wait_for_instance_event_* test time independentBalazs Gibizer2022-06-151-6/+14
* | Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
|/
* Log which instance event was timed outBalazs Gibizer2021-12-091-6/+142
* Log instance event wait timesDan Smith2021-11-101-1/+5
* db: Remove 'nova.db.base' moduleStephen Finucane2021-06-161-1/+0
* Reduce gen conflict in COMPUTE_STATUS_DISABLED handlingBalazs Gibizer2020-07-101-1/+2
* Add a way to exit early from a wait_for_instance_event()Dan Smith2019-12-021-0/+27
* Add VirtAPI.update_compute_provider_statusMatt Riedemann2019-07-021-0/+49
* Clean up test_virtapiMatt Riedemann2019-07-011-29/+2
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Use nova.test.TestingExceptionTakashi NATSUME2018-06-281-9/+4
* Fix cancel_all_events event name parsingMatt Riedemann2018-04-021-7/+12
* Remove mox from nova/tests/unit/compute/test_virtapi.pyNguyen Hung Phuong2016-11-281-16/+14
* Remove unused provider firewall rules functionality in novaHans Lindgren2016-02-011-3/+0
* Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+188