mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Re-enable e2e test to check connectivity to global load balancer, now that it works properly.
This commit is contained in:
@@ -149,7 +149,7 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func(
|
||||
}
|
||||
})
|
||||
|
||||
PIt("should be able to discover a federated ingress service", func() {
|
||||
PIt("should be able to discover a federated ingress service via DNS", func() {
|
||||
// we are about the ingress name
|
||||
svcDNSNames := []string{
|
||||
fmt.Sprintf("%s.%s", FederatedIngressServiceName, ns),
|
||||
@@ -163,7 +163,8 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func(
|
||||
discoverService(f, DNSName, true, "federated-ingress-e2e-discovery-pod-"+strconv.Itoa(i))
|
||||
}
|
||||
// TODO check dns record in global dns server
|
||||
|
||||
})
|
||||
It("should be able to connect to a federated ingress via its load balancer", func() {
|
||||
// check the traffic on federation ingress
|
||||
jig.waitForFederatedIngress()
|
||||
})
|
||||
|
Reference in New Issue
Block a user