Enable block tests for Cinder

Cinder volume plugin has implemented block mode a long while ago.
This commit is contained in:
Jan Safranek
2019-09-05 13:17:13 +02:00
parent 84fe3db5cf
commit 6a433ee5ba

View File

@@ -988,6 +988,7 @@ func InitCinderDriver() testsuites.TestDriver {
testsuites.CapPersistence: true, testsuites.CapPersistence: true,
testsuites.CapFsGroup: true, testsuites.CapFsGroup: true,
testsuites.CapExec: true, testsuites.CapExec: true,
testsuites.CapBlock: true,
// Cinder supports volume limits, but the test creates large // Cinder supports volume limits, but the test creates large
// number of volumes and times out test suites. // number of volumes and times out test suites.
testsuites.CapVolumeLimits: false, testsuites.CapVolumeLimits: false,