mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #70987 from pohly/storage-volume-testsuites-names
e2e/storage: distinct test names for provisioning
This commit is contained in:
commit
90245bec24
@ -173,7 +173,7 @@ type provisioningTestInput struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testProvisioning(input *provisioningTestInput) {
|
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)
|
TestDynamicProvisioning(input.testCase, input.cs, input.pvc, input.sc)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user