Skip to content

Commit

Permalink
test: Add HostPort conformance to upstream-k8s
Browse files Browse the repository at this point in the history
Now that we enable portmap chaining by default in the upstream-k8s
conformance testing script, we can enable the hostport tests.

In future we can also support this test with kube-proxy-replacement but
that requires solving a couple of additional bugs first, see issue 14287.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Aug 4, 2021
1 parent 5370825 commit fa81a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/kubernetes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,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

0 comments on commit fa81a5e

Please sign in to comment.