mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Merge pull request #82367 from jsafrane/cinder-block-tests
Enable block tests for Cinder
This commit is contained in:
@@ -987,6 +987,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,
|
||||||
|
|||||||
Reference in New Issue
Block a user