mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #3065 from rn/wireguard
tests: Fix wireguard test shutdown
This commit is contained in:
commit
154a5b3ea6
@ -20,8 +20,8 @@ fi
|
||||
# Nginx may not be up immediately as service startup is async
|
||||
for s in $(seq 1 10)
|
||||
do
|
||||
wget -O - http://192.168.2.1/ && echo "success" > /tmp/ok && halt
|
||||
wget -O - http://192.168.2.1/ && echo "success" > /tmp/ok && poweroff
|
||||
sleep 1
|
||||
done
|
||||
|
||||
poweroff -f
|
||||
poweroff
|
||||
|
Loading…
Reference in New Issue
Block a user