From f760a31eea6b60178cc874a397c6f6760a41bfe1 Mon Sep 17 00:00:00 2001 From: Dominic Yin Date: Tue, 24 Dec 2019 10:15:59 +0800 Subject: [PATCH] fix broken link The folder structure of `test/e2e/framework` has changed since this PR (https://github.com/kubernetes/kubernetes/issues/66649), and `ingress_utils.go` was moved to `ingress/ingress_utils.go` --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index ec83244e1e..1bedfbd844 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -87,7 +87,7 @@ Testing for the Ingress controllers is divided between: The configuration for jenkins e2e tests are located [here](https://github.com/kubernetes/test-infra). The Ingress E2Es are located [here](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/network/ingress.go), -each controller added to that suite must consistently pass the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/ingress_utils.go#L129). +each controller added to that suite must consistently pass the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/ingress/ingress_utils.go#L208). ## An Ingress controller E2E is failing, what should I do?