Uniquify the http firewall rule between different runs of the e2e tests.

This commit is contained in:
Brendan Burns 2014-08-19 16:35:11 -07:00
parent 9bafb8c541
commit aa9d0d774c

View File

@ -358,7 +358,7 @@ function test-setup {
--target_tags ${MINION_TAG} \
--allowed tcp:80,tcp:8080 \
--network ${NETWORK} \
${MINION_TAG}-http-alt
${MINION_TAG}-${INSTANCE_PREFIX}-http-alt
fi
}
@ -370,7 +370,7 @@ function test-teardown {
--project ${PROJECT} \
--norespect_terminal_width \
--force \
${MINION_TAG}-http-alt || true > /dev/null
${MINION_TAG}-${INSTANCE_PREFIX}-http-alt || true > /dev/null
$(dirname $0)/../cluster/kube-down.sh > /dev/null
}