mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Uniquify the http firewall rule between different runs of the e2e tests.
This commit is contained in:
parent
9bafb8c541
commit
aa9d0d774c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user