Skip to content

Commit e7ae92c

Browse files
Merge pull request #15766 from danwinship/fix-nodeport-test
Automatic merge from submit-queue (batch tested with PRs 16226, 16377, 15766, 16299, 16153) Fix NodePort test Pulls in the k8s test utils fix from kubernetes/kubernetes#49025 to make the NodePort test work on non-cloud installs again. Fixes #15253
2 parents 8452500 + c96875b commit e7ae92c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

test/extended/networking.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export SHELLOPTS
1616
#
1717
# The EmptyDir test is a canary; it will fail if mount propagation is
1818
# not properly configured on the host.
19-
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Feature:OSNetworkPolicy|EmptyDir volumes should support \(root,0644,tmpfs\)}"
19+
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Services should be able to create a functioning NodePort service|Feature:OSNetworkPolicy|EmptyDir volumes should support \(root,0644,tmpfs\)}"
2020
NETWORKING_E2E_SKIP="${NETWORKING_E2E_SKIP:-}"
2121

2222
DEFAULT_SKIP_LIST=(

test/extended/util/test.go

-3
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ var (
298298
`validates resource limits of pods that are allowed to run`, // SchedulerPredicates
299299
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
300300

301-
// fails without a cloud provider
302-
"should be able to create a functioning NodePort service",
303-
304301
// TODO undisable:
305302
"should be schedule to node that don't match the PodAntiAffinity terms",
306303
"should perfer to scheduled to nodes pod can tolerate",

vendor/k8s.io/kubernetes/test/e2e/framework/service_util.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/k8s.io/kubernetes/test/e2e/service.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)