Merge pull request #70987 from pohly/storage-volume-testsuites-names

e2e/storage: distinct test names for provisioning
This commit is contained in:
k8s-ci-robot 2018-11-15 15:00:21 -08:00 committed by GitHub
commit 90245bec24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ type provisioningTestInput struct {
}
func testProvisioning(input *provisioningTestInput) {
It("should provision storage", func() {
It("should provision storage with defaults", func() {
TestDynamicProvisioning(input.testCase, input.cs, input.pvc, input.sc)
})