Skip to content

Commit

Permalink
tests/container: add check for sysfs mount (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Aug 30, 2024
2 parents ed3f531 + ca2f148 commit 10b13c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/container
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ lxc exec u1 -- mkdir /root/proc
lxc exec u1 -- mount -t proc proc /root/proc
lxc exec u1 -- mkdir /root/devpts
lxc exec u1 -- mount -t devpts devpts /root/devpts
lxc exec u1 -- mkdir /root/sys
lxc exec u1 -- mount -t sysfs sysfs /root/sys
lxc delete -f u1

# shellcheck disable=SC2034
Expand Down

0 comments on commit 10b13c9

Please sign in to comment.