Skip to content

Commit

Permalink
tests/container: Avoid lxc exec with guest not ready
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Sep 12, 2024
1 parent 1ba7509 commit 2146528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/container
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ IMAGE="ubuntu-minimal-daily:24.04"

echo "==> check that we can mount devpts and procfs in unprivileged container"
lxc launch "${IMAGE}" u1
waitInstanceBooted u1
lxc exec u1 -- mkdir /root/proc
lxc exec u1 -- mount -t proc proc /root/proc
lxc exec u1 -- mkdir /root/devpts
Expand Down

0 comments on commit 2146528

Please sign in to comment.