Skip to content

Commit b393525

Browse files
authored
Merge pull request #1787 from Sneha-at/data-cache
Add missing dependency
2 parents 2360b7a + 1735b14 commit b393525

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ COPY --from=debian /usr/lib/tmpfiles.d/lvm2.conf /usr/lib/tmpfiles.d/lvm2.conf
7070
COPY --from=debian /sbin/lv* /sbin/
7171
COPY --from=debian /sbin/pv* /sbin/
7272
COPY --from=debian /sbin/vg* /sbin/
73+
COPY --from=debian /bin/lsblk /bin/lsblk
7374
COPY --from=debian /sbin/modprobe /sbin/modprobe
7475
COPY --from=debian /lib/udev /lib/udev
7576
COPY --from=debian /lib/udev/rules.d /lib/udev/rules.d

test/e2e/tests/single_zone_e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ var _ = Describe("GCE PD CSI Driver", func() {
14141414
p, z, _ := testContext.Instance.GetIdentity()
14151415
client := testContext.Client
14161416
instance := testContext.Instance
1417-
volName, volID := createAndValidateUniqueZonalDisk(client, p, z, hdtDiskType)
1417+
volName, volID := createAndValidateUniqueZonalDisk(client, p, z, standardDiskType)
14181418
defer deleteVolumeOrError(client, volID)
14191419

14201420
// Attach Disk
@@ -1448,7 +1448,7 @@ var _ = Describe("GCE PD CSI Driver", func() {
14481448
client := testContextForVm1.Client
14491449
firstInstance := testContextForVm1.Instance
14501450

1451-
volName, volID := createAndValidateUniqueZonalDisk(client, p, z, hdtDiskType)
1451+
volName, volID := createAndValidateUniqueZonalDisk(client, p, z, standardDiskType)
14521452
defer deleteVolumeOrError(client, volID)
14531453

14541454
testContextForVm2 := testZoneContexts[1]

0 commit comments

Comments
 (0)