summaryrefslogtreecommitdiff
path: root/nova/tests/unit/volume
Commit message (Expand)AuthorAgeFilesLines
...
* encryptors: Introduce encryption provider constantsLee Yarwood2016-11-231-24/+64
* encryptors: Workaround mangled passphrasesLee Yarwood2016-11-022-16/+115
* Replace mox with mock in test_cinderIldiko Vancsa2016-08-121-192/+312
* Don't check cinder volume states during attachWalter A. Boring IV2016-07-221-3/+3
* Clean up test_check_attach_availability_zone_differsMatt Riedemann2016-07-221-31/+13
* Merge "cinder: accommodate v1 cinder client in detach call"Jenkins2016-07-081-1/+14
|\
| * cinder: accommodate v1 cinder client in detach callCorey Wright2016-03-231-1/+14
* | Merge "Fix multipath iSCSI encrypted volume attach failure"Jenkins2016-07-051-2/+38
|\ \
| * | Fix multipath iSCSI encrypted volume attach failureTomoki Sekiyama2016-06-021-2/+38
* | | Port cinder unit tests to Python 3Victor Stinner2016-06-231-5/+7
* | | Stop using mox stubs in volume/encryptors/test_base.pyTakashi NATSUME2016-06-061-2/+1
|/ /
* | Merge "Replace key manager with Castellan"Jenkins2016-05-041-7/+4
|\ \
| * | Replace key manager with CastellanKaitlin Farr2016-04-271-7/+4
* | | config options: centralize cinder optionsJiajun Liu2016-03-151-4/+7
|/ /
* | Merge "Fixes hex decoding related unit tests"Jenkins2016-04-111-1/+4
|\ \
| * | Fixes hex decoding related unit testsClaudiu Belu2016-03-211-1/+4
| |/
* | Merge "Check if a exception has a code on it before read the code"Jenkins2016-04-091-0/+19
|\ \
| * | Check if a exception has a code on it before read the codeWenzhi Yu2016-04-061-0/+19
| |/
* | Translate OverLimit exceptions in Cinder callsRyan Rossiter2016-03-111-3/+24
|/
* Add Forbidden to caught cinder exceptionsRyan Rossiter2016-03-091-0/+10
* Use generic wrapper for cinder exceptionsRyan Rossiter2016-03-081-0/+41
* Provide correct connector for evacuate terminatemark.sturdevant2016-03-071-8/+15
* Revert "Pass host when call attach to Cinder"Ildiko Vancsa2016-01-271-4/+3
* Pass host when call attach to CinderIldiko Vancsa2016-01-201-3/+4
* Pass attachment_id to Cinder when detach a volumeKrisztian Gacsal2016-01-201-5/+34
* Delete dead test codeDiana Clarke2015-10-291-16/+0
* Ignore errorcode=4 when executing `cryptsetup remove` commandEli Qiao2015-10-141-2/+2
* Rollback is needed if initialize_connection times outJeegn Chen2015-10-021-0/+30
* Consolidate code to get the correct availability zone of an instanceHans Lindgren2015-09-091-2/+3
* Replace get_cinder_client_version in cinder.pyMichal Dulko2015-08-131-1/+0
* Merge "Handle KeyError when volume encryption is not supported"Jenkins2015-08-101-0/+13
|\
| * Handle KeyError when volume encryption is not supportedMatt Riedemann2015-07-091-0/+13
* | Try luksFormat up to 3 times in case the device is in useMatt Riedemann2015-07-011-2/+2
|/
* Make unit tests inherit from test.NoDBTestCaseMike Durnosvistov2015-03-061-1/+1
* fix 'Empty module name' exception attaching volumewanghao2015-02-251-0/+35
* Add log message to is_luks functionJoel Coffman2015-01-301-3/+18
* Merge "Check for LUKS device via 'isLuks' subcommand"Jenkins2015-01-272-17/+79
|\
| * Check for LUKS device via 'isLuks' subcommandJoel Coffman2015-01-272-17/+79
* | Don't translate logs in testsMike Durnosvistov2015-01-211-5/+5
* | Merge "Fix get_all API to pass search option filter to cinder api"Jenkins2014-12-231-2/+14
|\ \ | |/ |/|
| * Fix get_all API to pass search option filter to cinder apiSubhadeep De2014-11-191-2/+14
* | Replace stubs with mocksJoel Coffman2014-12-112-54/+86
* | Remove unused cinder codeJoe Gordon2014-12-051-80/+0
* | Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-11/+22
|/
* Merge "Use session in cinderclient"Jenkins2014-11-201-9/+5
|\
| * Use session in cinderclientJamie Lennox2014-11-181-9/+5
* | Better error message when check volume statusHe Jie Xu2014-11-171-5/+6
|/
* move all tests to nova/tests/unitSean Dague2014-11-127-0/+687