summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_server_group.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mocking... againBalazs Gibizer2022-12-011-10/+5
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-4/+3
* tests: Move remaining non-libvirt fixturesStephen Finucane2021-05-121-3/+2
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* Use _evacuate_server helper in func testBalazs Gibizer2020-11-041-32/+19
* functional: Add and use 'GlanceFixture'Stephen Finucane2020-09-161-12/+4
* Merge "Update scheduler instance info at confirm resize"Zuul2020-05-161-17/+6
|\
| * Update scheduler instance info at confirm resizeBalazs Gibizer2020-03-251-17/+6
* | Merge "Reproduce bug 1869050"Zuul2020-05-151-0/+47
|\ \ | |/
| * Reproduce bug 1869050Balazs Gibizer2020-03-251-0/+47
* | func tests: move _run_periodics() into base classArtom Lifshitz2020-03-241-2/+2
|/
* functional: Add unified '_build_server' helper functionStephen Finucane2020-01-151-10/+6
* functional: Remove 'api' parameterStephen Finucane2019-12-061-21/+15
* Make API always RPC cast to conductor for resize/migrateMatt Riedemann2019-11-131-5/+8
* Replace time.sleep(10) with service forced_down in testsmelanie witt2019-11-081-49/+20
* Merge "Remove global state from the FakeDriver"Zuul2019-06-271-14/+0
|\
| * Remove global state from the FakeDriverBalazs Gibizer2019-06-211-14/+0
* | hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
|/
* Remove duplicate cleanup in functional testsTakashi NATSUME2019-03-071-4/+2
* Use external placement in functional testsChris Dent2018-12-121-2/+3
* Add functional test for live migrate with anti-affinity groupMatt Riedemann2018-08-291-0/+96
* Make scheduler.utils.setup_instance_group query all cellsmelanie witt2018-08-241-8/+3
* Add functional test for affinity with multiple cellsmelanie witt2018-08-131-2/+85
* Improve NeutronFixture and remove unncessary stubbingBalazs Gibizer2018-08-021-2/+0
* Merge "Microversion 2.64 - Use new format policy in server group"Zuul2018-07-161-4/+53
|\
| * Microversion 2.64 - Use new format policy in server groupYikun Jiang2018-07-131-4/+53
* | Use nova.db.api directlyChris Dent2018-07-101-1/+1
|/
* Add late server group policy check to rebuildBalazs Gibizer2018-02-061-7/+7
* Set server status to ERROR if rebuild failedint32bit2018-01-231-4/+4
* Fix false positive server group functional testsBalazs Gibizer2017-12-191-5/+19
* Scheduler calling the Placement APISylvain Bauza2017-01-271-0/+6
* Fix server group functional test by using all filtersSylvain Bauza2017-01-261-8/+37
* Move quota options to a config group.Michael Still2017-01-041-1/+1
* Enable Neutron by defaultMatt Riedemann2017-01-041-4/+1
* conf: Remove config option compute_ managerChangBo Guo(gcb)2016-12-081-1/+1
* conf: Remove deprecated service manager optsChangBo Guo(gcb)2016-12-051-1/+1
* conf: Group scheduler optionsAlexis Lee2016-10-071-11/+9
* Set enforce_type=True in method flagsChangBo Guo(gcb)2016-08-091-2/+2
* Fix invalid import orderbhagyashris2016-07-041-1/+1
* Moving test helpers to a common placeBalazs Gibizer2016-06-271-63/+32
* Merge "Fix resize to same host failed using anti-affinity group"Jenkins2016-05-231-0/+15
|\
| * Fix resize to same host failed using anti-affinity groupzte-hanrong2016-04-251-0/+15
* | Remove legacy v2 API functional testsHe Jie Xu2016-05-041-26/+18
|/
* Properly clean up BDMs when _provision_instances failsMatt Riedemann2016-04-151-0/+30
* Drop the use of magic openstack project_idSean Dague2016-03-081-1/+4
* Merge "complete the removal of api_version from rest client parameters"Jenkins2016-03-021-55/+141
|\
| * complete the removal of api_version from rest client parametersSean Dague2016-02-291-56/+142
* | Cleanup service.kill calls in functional testsMatt Riedemann2016-02-281-7/+2
|/
* Replace stubs.Set with stub_out (fakes)Diana Clarke2016-01-131-1/+1
* Merge "api: add soft-affinity policies for server groups"Jenkins2016-01-091-27/+298
|\