mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #32539 from quinton-hoole/2016-09-12-enable-remaining-federated-ingress-e2e-tests
Automatic merge from submit-queue Re-enable Federated Ingress e2e test to check connectivity to global load balancer ...Now that it works properly. Should not merge before #31600, as it will fail until then.
This commit is contained in:
commit
3206be19bd
@ -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
|
// we are about the ingress name
|
||||||
svcDNSNames := []string{
|
svcDNSNames := []string{
|
||||||
fmt.Sprintf("%s.%s", FederatedIngressServiceName, ns),
|
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))
|
discoverService(f, DNSName, true, "federated-ingress-e2e-discovery-pod-"+strconv.Itoa(i))
|
||||||
}
|
}
|
||||||
// TODO check dns record in global dns server
|
// 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
|
// check the traffic on federation ingress
|
||||||
jig.waitForFederatedIngress()
|
jig.waitForFederatedIngress()
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user