Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add HostPort conformance to upstream-k8s #17048

Merged
merged 2 commits into from
Aug 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/kubernetes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ helm template --validate install/kubernetes/cilium \
--set ipv6.enabled=true \
--set identityChangeGracePeriod="0s" \
--set kubeProxyReplacement=probe \
--set cni.chainingMode=portmap \
> cilium.yaml

kubectl apply -f cilium.yaml
Expand Down Expand Up @@ -78,6 +79,8 @@ export KUBE_MASTER_IP=192.168.36.11
export KUBE_MASTER_URL="https://192.168.36.11:6443"

echo "Running upstream services conformance tests"
${HOME}/go/bin/kubetest --provider=local --test \
--test_args="--ginkgo.focus=HostPort.*\[Conformance\].* --e2e-verify-service-account=false --host ${KUBE_MASTER_URL}"
${HOME}/go/bin/kubetest --provider=local --test \
--test_args="--ginkgo.focus=Services.*\[Conformance\].* --e2e-verify-service-account=false --host ${KUBE_MASTER_URL}"

Expand Down