mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
e2e: remove unused ShortName from external driver definition
The name was meant to be used as shorter replacement for potentially long CSI driver names, but was never used in practice.
This commit is contained in:
parent
bbdd0557b6
commit
be9f9091ca
3
test/e2e/storage/external/external.go
vendored
3
test/e2e/storage/external/external.go
vendored
@ -144,9 +144,6 @@ type driverDefinition struct {
|
||||
// the default file system are enabled.
|
||||
DriverInfo testsuites.DriverInfo
|
||||
|
||||
// ShortName is used to create unique names for test cases and test resources.
|
||||
ShortName string
|
||||
|
||||
// StorageClass must be set to enable dynamic provisioning tests.
|
||||
// The default is to not run those tests.
|
||||
StorageClass struct {
|
||||
|
1
test/e2e/storage/external/external_test.go
vendored
1
test/e2e/storage/external/external_test.go
vendored
@ -33,7 +33,6 @@ func TestDriverParameter(t *testing.T) {
|
||||
"", // Default fsType
|
||||
),
|
||||
},
|
||||
ShortName: "foo",
|
||||
ClaimSize: "5Gi",
|
||||
}
|
||||
testcases := []struct {
|
||||
|
Loading…
Reference in New Issue
Block a user