Skip to content

Commit 23cab0c

Browse files
committed
ENable disk topology flag in e2e tests
1 parent fecbaa8 commit 23cab0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/utils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func GCEClientAndDriverSetup(instance *remote.InstanceInfo, driverConfig DriverC
7171
"--allow-hdha-provisioning",
7272
"--device-in-use-timeout=10s", // Set lower than the usual value to expedite tests
7373
fmt.Sprintf("--fallback-requisite-zones=%s", strings.Join(driverConfig.Zones, ",")),
74+
"--disk-topology=true",
7475
}
7576

7677
extra_flags = append(extra_flags, fmt.Sprintf("--node-name=%s", utilcommon.TestNode))

0 commit comments

Comments
 (0)