Skip to content

Commit a694fe9

Browse files
committed
Remove VAC name from Driver name
1 parent 6e43a14 commit a694fe9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/k8s-integration/config/test-config-template.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Timeouts:
1414
{{ end }}
1515
{{end}}
1616
DriverInfo:
17-
Name: csi-gcepd-{{.StorageClass}}--{{.SnapshotClass}}--{{.VolumeAttributesClass}}
17+
Name: csi-gcepd-{{.StorageClass}}--{{.SnapshotClass}}
1818
SupportedFsType:
1919
{{range .SupportedFsType}} {{ . }}:
2020
{{end}}

test/k8s-integration/driver-config.go

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ func generateDriverConfigFile(testParams *testParameters) (string, error) {
160160
SnapshotClassFile: absSnapshotClassFilePath,
161161
SnapshotClass: snapshotClassName,
162162
VolumeAttributesClassFile: absVacFilePath,
163-
VolumeAttributesClass: vacName,
164163
SupportedFsType: fsTypes,
165164
Capabilities: caps,
166165
MinimumVolumeSize: minimumVolumeSize,

0 commit comments

Comments
 (0)