Skip to content

Commit 2e54c68

Browse files
committed
Re-enable NodePort test
1 parent 10319bc commit 2e54c68

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/extended/networking.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 3 deletions
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",

0 commit comments

Comments
 (0)