Commit e1556c15 authored by Jan Safranek's avatar Jan Safranek

Fix hostpath driver name

parent d617dcb1
......@@ -126,7 +126,7 @@ func (h *hostpathCSIDriver) CreateDriver() {
OldDriverName: h.driverInfo.Name,
NewDriverName: testsuites.GetUniqueDriverName(h),
DriverContainerName: "hostpath",
DriverContainerArguments: []string{"--drivername=csi-mock-" + f.UniqueName},
DriverContainerArguments: []string{"--drivername=csi-hostpath-" + f.UniqueName},
ProvisionerContainerName: "csi-provisioner",
NodeName: nodeName,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment