Merge pull request #82367 from jsafrane/cinder-block-tests

Enable block tests for Cinder
This commit is contained in:
Kubernetes Prow Robot 2019-09-11 15:27:07 -07:00 committed by GitHub
commit 7efc8e33d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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