Skip to content

Commit 4ad0a36

Browse files
committed
Always use /dev/loop0
It shouldn't be though. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 2d8dd18 commit 4ad0a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_drives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_rescan_dev(test_microvm_with_ssh, network_config):
9494

9595
# "losetup --find" may slow down tests due to
9696
# https://github.com/firecracker-microvm/firecracker-containerd/issues/141
97-
loopback_device = f'/dev/loop{os.getpid()}'
97+
loopback_device = '/dev/loop0'
9898
losetup = ['losetup', loopback_device, fs2.path]
9999
run(losetup, check=True)
100100

0 commit comments

Comments
 (0)