summaryrefslogtreecommitdiff
path: root/nova/tests/functional/api_sample_tests/test_migrations.py
Commit message (Expand)AuthorAgeFilesLines
* Filter migrations by user_id/project_idzhangbailin2019-10-141-0/+122
* Add Migration.cross_cell_move and get_by_uuidMatt Riedemann2019-06-121-8/+18
* api-ref: Replace non UUID string with UUIDTakashi NATSUME2018-10-091-2/+2
* api-ref: add 'migrations' param to GET /os-migrationsMatt Riedemann2018-09-251-2/+2
* Resource retrieving: add changes-before filterzhangbailin2018-09-191-0/+13
* Rename changes-since test sample fileYikun Jiang2018-09-141-2/+2
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Add pagination and Changes-since filter support for os-migrations.Kevin_Zheng2018-01-101-0/+107
* Add uuid to migration object and migrate-on-loadDan Smith2017-08-281-2/+5
* Enable all extension for all remaining sample testsghanshyam2016-06-101-2/+2
* Remove v2 extension setting from functional testsghanshyam2016-06-081-10/+0
* Update functional tests for fixtures 3Andrew Laski2016-05-311-42/+43
* Move config options from nova/api directory (5)EdLeafe2016-05-171-5/+2
* complete the removal of api_version from rest client parametersSean Dague2016-02-291-0/+1
* Add new APIs and deprecate old API for migrationsShaoHe Feng2016-02-261-0/+106
* Replace stubs.Set with stub_out (functional tests)Diana Clarke2016-01-071-3/+2
* remove use of _get_regexes in samples testsSean Dague2016-01-051-2/+1
* Remove more 'v3' references from the codeEdLeafe2015-09-081-1/+1
* Fix order of arguments in assertEqualPranaliDeore2015-08-311-1/+1
* Cleanup for merging v2 and v2.1 functional tests.ghanshyam2015-08-261-4/+0
* Move the v2 api_sample functional testsHe Jie Xu2015-08-181-0/+94