kubernetes/test/e2e/storage/external/testdata/example.yaml
Jiawei Wang 5dc491758c Storage testsuite refactor & cleanup
Cleanup all the f.BeforeEach() before new framework to move all the
testskips in the new SkipUnsupportedTests() to make the structure easier.
And provide the standard way of RegisterTests()

Add a InitCustomXXXTestSuite(patterns []patterns) function for each
TestSuite to enable custom test suite definition.
2020-12-10 11:12:51 -08:00

22 lines
427 B
YAML

StorageClass:
FromExistingClassName: example
DriverInfo:
Name: example
RequiredAccessModes:
- ReadWriteOnce
Capabilities:
persistence: true
multipods: true
exec: true
block: true
fsGroup: true
topology: true
controllerExpansion: true
nodeExpansion: true
volumeLimits: false
snapshotDataSource: true
StressTestOptions:
NumPods: 10
NumRestarts: 20
NumSnapshots: 10