integration: remove check if on us-central-1

There's no obvious reason why those tests can only be run on
us-central-1, remove the check.

It was added with 1577b90c6
This commit is contained in:
Iago López Galeiras
2017-03-08 15:27:39 +01:00
committed by Alban Crequy
parent 9920c4ea48
commit 0e05198162

View File

@@ -5,12 +5,6 @@
start_suite "Test short lived connections from the Internet"
if ! echo "$HOST1" | grep "us-central1-a"; then
echo "Skipping; test needs to be run against VMs on GCE."
scope_end_suite
exit
fi
weave_on "$HOST1" launch
scope_on "$HOST1" launch
docker_on "$HOST1" run -d -p 80:80 --name nginx nginx