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:
Patrick Ohly 2019-07-25 16:16:01 +02:00
parent bbdd0557b6
commit be9f9091ca
2 changed files with 0 additions and 4 deletions

View File

@ -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 {

View File

@ -33,7 +33,6 @@ func TestDriverParameter(t *testing.T) {
"", // Default fsType
),
},
ShortName: "foo",
ClaimSize: "5Gi",
}
testcases := []struct {