summaryrefslogtreecommitdiff
path: root/nova/tests/functional/api_sample_tests/test_server_migrations.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-1/+1
* functional: Enable real policy fixture by defaultStephen Finucane2020-09-161-2/+7
* Filter migrations by user_id/project_idzhangbailin2019-10-141-0/+61
* nova-net: Remove explicit 'USE_NEUTRON = True'Stephen Finucane2019-10-021-3/+0
* Reject migrate with port having resource requestBalazs Gibizer2019-01-281-0/+3
* Replace ThreadPoolExecutor with GreenThreadPoolExecutorBalazs Gibizer2018-12-131-2/+2
* Fix ServerMigrationSampleJsonTests to use sample files from version dirghanshyam2018-07-191-1/+1
* API: add support to abort queued live migration in microversion 2.65Kevin_Zheng2018-07-161-0/+19
* Fix ServerMigrationSampleJsonTestsV2_24 to use its own sample fileKevin_Zheng2018-07-161-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Add pagination and Changes-since filter support for os-migrations.Kevin_Zheng2018-01-101-0/+16
* Fix data error in api samples docint32bit2016-11-161-4/+4
* Fix invalid import orderbhagyashris2016-07-041-0/+1
* Enable all extension for all remaining sample testsghanshyam2016-06-101-5/+3
* force_live_migration remove redundant checkTimofey Durakov2016-05-111-0/+1
* complete the removal of api_version from rest client parametersSean Dague2016-02-291-3/+4
* Abort an ongoing live migrationAndrea Rosa2016-02-261-0/+51
* Add new APIs and deprecate old API for migrationsShaoHe Feng2016-02-261-0/+108
* make microversion a client level construct for testsSean Dague2016-02-241-2/+2
* Add new API to force live migration to completePawel Koniszewski2016-02-081-0/+52