From 2e54c686bc41f30855b42e13e64bda8474c96430 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 14 Aug 2017 13:01:21 -0400 Subject: [PATCH] Re-enable NodePort test --- test/extended/networking.sh | 2 +- test/extended/util/test.go | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/test/extended/networking.sh b/test/extended/networking.sh index 764ca007dcba..270802c3a166 100755 --- a/test/extended/networking.sh +++ b/test/extended/networking.sh @@ -16,7 +16,7 @@ export SHELLOPTS # # The EmptyDir test is a canary; it will fail if mount propagation is # not properly configured on the host. -NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Feature:OSNetworkPolicy|EmptyDir volumes should support \(root,0644,tmpfs\)}" +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\)}" NETWORKING_E2E_SKIP="${NETWORKING_E2E_SKIP:-}" DEFAULT_SKIP_LIST=( diff --git a/test/extended/util/test.go b/test/extended/util/test.go index 4ce8901f8ab9..2303d3845b41 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -298,9 +298,6 @@ var ( `validates resource limits of pods that are allowed to run`, // SchedulerPredicates `should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance] - // fails without a cloud provider - "should be able to create a functioning NodePort service", - // TODO undisable: "should be schedule to node that don't match the PodAntiAffinity terms", "should perfer to scheduled to nodes pod can tolerate",