Skip to content
Snippets Groups Projects
Commit 8c8e3334 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes timing tests

parent b8b2a4b5
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,12 @@ esac
if [ "$image" == "static" ]; then
systemctl start $image@$image.test
systemctl enable $image@$image.test
sleep 20
else
systemctl start lamp@$image.test
systemctl enable lamp@$image.test
sleep 60
fi
sleep 20
systemctl list-units | grep "$image\.test" | grep -c failed | grep 0
ip=`docker inspect --format {{.NetworkSettings.IPAddress}} $image.test`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment