summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_compute_mgr.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* tests: Move remaining non-libvirt fixturesStephen Finucane2021-05-121-2/+1
* Bump the Compute RPC API to version 6.0Sylvain Bauza2021-03-251-1/+1
* Remove future importsStephen Finucane2020-03-241-2/+0
* Unplug VIFs as part of cleanup of networksStephen Finucane2020-02-261-2/+10
* Fup for the bandwidth seriesBalazs Gibizer2019-02-271-1/+0
* Pass resource provider mapping to neutronv2 apiBalazs Gibizer2019-02-211-0/+1
* Use a static resource tracker in compute managerEric Fried2019-01-171-1/+1
* Transform compute_task notificationsAlex Szarka2018-11-211-1/+5
* remove unnecessary conf importsMatthew Edmonds2018-03-091-4/+0
* Pass RequestSpec to ConductorTaskAPI.build_instancesMatt Riedemann2017-12-201-2/+4
* Stop using mox stubs in cast_as_call.pyTakashi NATSUME2017-07-251-1/+1
* rt: use a single ResourceTracker object instanceJay Pipes2017-01-161-1/+5
* conf: Remove deprecated service manager optsChangBo Guo(gcb)2016-12-051-2/+1
* conf: Group scheduler optionsAlexis Lee2016-10-071-1/+1
* Stop using mox from unit/fake_server_actions.pyDao Cong Tien2016-06-211-1/+1
* Add a functional test for instance fault message with retrymelanie witt2016-05-121-0/+74