Skip to content
Snippets Groups Projects
Commit 5b2c1994 authored by Nithin Mysore Nagesh's avatar Nithin Mysore Nagesh
Browse files

Use busybox dd in system-device-sharing.yaml

parent b653b912
No related branches found
No related tags found
1 merge request!588Use busybox dd
Pipeline #660591 passed
......@@ -30,7 +30,7 @@ run:
- "# Ensure we have loop device:"
- modprobe loop
- "# Create the random file and map it to loop0 device on host:"
- dd if=/dev/urandom of=/var/test.img bs=1M count=1
- busybox dd if=/dev/urandom of=/var/test.img bs=1M count=1
- losetup /dev/loop0 /var/test.img
- "# Check that a simple loop device created on the host can be shared with the container and accessed from inside it:"
- lavatests/test-device-sharing --ospack "$OSPACK" -t lxc/lxc-tiny-connectivity --aa-namespace "lxc-apertis-tiny-system"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment