Skip to content

Commit

Permalink
tests/spread/integration: add tests for systemd and mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Aug 30, 2024
1 parent c18a0fe commit 4556bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ backends:
echo "Allocating $SPREAD_SYSTEM..."
docker_image=$(echo $SPREAD_SYSTEM | awk -F '-' '{print $1":"$2}')
docker_arch=$(echo $SPREAD_SYSTEM | awk -F '-' '{print $NF}')
docker run --rm -e DEBIAN_FRONTEND=noninteractice \
docker run --cap-add SYS_ADMIN --security-opt apparmor=unconfined \
--rm -e DEBIAN_FRONTEND=noninteractice \
-e usr=$SPREAD_SYSTEM_USERNAME -e pass=$SPREAD_SYSTEM_PASSWORD \
--name $SPREAD_SYSTEM -d $docker_arch/$docker_image sh -c '
set -x
Expand Down

0 comments on commit 4556bad

Please sign in to comment.