summaryrefslogtreecommitdiff
path: root/nova/tests/functional/api_sample_tests/test_volumes.py
Commit message (Expand)AuthorAgeFilesLines
* api: Introduce microversion 2.89 adjusting os-volume_attachmentsLee Yarwood2021-08-241-1/+9
* functional: Enable real policy fixture by defaultStephen Finucane2020-09-161-0/+2
* Allow PUT volume attachments API to modify delete_on_terminationzhangbailin2020-04-021-0/+30
* Use multiple attachments in test_list_volume_attachmentsMatt Riedemann2019-09-111-0/+9
* Remove stubs from VolumeAttachmentsSample API sample testMatt Riedemann2019-09-071-131/+25
* Add delete_on_termination to volume-attach APIzhangbailin2019-09-051-1/+19
* Rename CinderFixtureNewAttachFlow to CinderFixtureEric Fried2019-07-011-1/+1
* Follow-up for I6a777b4b7a5729488f939df8c40e49bd40aec3ddStephen Finucane2019-06-271-31/+0
* Drop pre-cinder 3.44 version compatibilityMatt Riedemann2019-06-271-11/+2
* Add microversion to expose virtual device tagsMatt Riedemann2019-02-211-3/+30
* Make VolumeAttachmentsSampleV249 test other methodsMatt Riedemann2019-02-141-51/+9
* Minimal construct plumbing for nova show when a cell is downSurya Seetharaman2018-10-311-1/+2
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+3
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Fix invalid UUIDs in remaining testsEd Leafe2018-01-301-1/+2
* Implement new attach Cinder flowJohn Griffith2017-12-071-0/+70
* Cleanup unnecessary logic in os-volume_attachments controller codeMatt Riedemann2017-08-011-17/+28
* API support for tagged device attachmentArtom Lifshitz2017-06-301-0/+30
* Fixes to get all functional tests working on py35Davanum Srinivas2017-01-141-4/+4
* objects: you want'emMatt Riedemann2016-06-201-6/+3
* Enable all extension for all remaining sample testsghanshyam2016-06-101-3/+3
* Remove v2 extension setting from functional testsghanshyam2016-06-081-27/+0
* Merge "Update functional tests for fixtures 3"Jenkins2016-06-021-50/+56
|\
| * Update functional tests for fixtures 3Andrew Laski2016-05-311-50/+56
* | Remove the usage of RateLimitingMiddlewareKen'ichi Ohmichi2016-06-011-1/+0
|/
* Move config options from nova/api directory (5)EdLeafe2016-05-171-5/+2
* Pass attachment_id to Cinder when detach a volumeKrisztian Gacsal2016-01-201-3/+8
* Merge "Adapt the code to the new get_by_volume BDM functions"Jenkins2016-01-161-1/+1
|\
| * Adapt the code to the new get_by_volume BDM functionsIldiko Vancsa2016-01-141-1/+1
* | Merge "Replace stubs.Set with stub_out (fakes)"Jenkins2016-01-151-1/+1
|\ \ | |/ |/|
| * Replace stubs.Set with stub_out (fakes)Diana Clarke2016-01-131-1/+1
* | Replace stubs.Set with stub_out (functional tests)Diana Clarke2016-01-071-34/+39
|/
* remove use of _get_regexes in samples testsSean Dague2016-01-051-24/+9
* Merge "Fix order of arguments in assertEqual"Jenkins2015-09-181-8/+8
|\
| * Fix order of arguments in assertEqualPranaliDeore2015-09-031-8/+8
* | Remove more 'v3' references from the codeEdLeafe2015-09-081-1/+1
|/
* Cleanup for merging v2 and v2.1 functional tests.ghanshyam2015-08-261-13/+0
* Move the v2 api_sample functional testsHe Jie Xu2015-08-181-0/+354