mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +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
|
# Nginx may not be up immediately as service startup is async
|
||||||
for s in $(seq 1 10)
|
for s in $(seq 1 10)
|
||||||
do
|
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
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
poweroff -f
|
poweroff
|
||||||
|
Loading…
Reference in New Issue
Block a user