Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Update docker_smoketest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkk0 committed Mar 20, 2015
1 parent eead0b0 commit 86e1a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Entering FIC2Lab smoke test sequence. Vendor\'s validation procedure of SN
echo "Run smoke test for getting index.html"

echo -n "Waiting service to launch"
while ! (netcat -vz localhost 12345 &> /dev/null); do echo -n "."; sleep 5; done
while ! (netcat -vz localhost $PORT &> /dev/null); do echo -n "."; sleep 5; done
echo ""
echo "service is running."

Expand Down

0 comments on commit 86e1a70

Please sign in to comment.