mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #41533 from tonglil/ingress-typos
Automatic merge from submit-queue Ingress e2e typos **What this PR does / why we need it**: fix typos in e2e test **Special notes for your reviewer**: none **Release note**: ```release-note NONE ```
This commit is contained in:
commit
8c1313913f
@ -158,7 +158,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() {
|
|||||||
// framework.GetMasterHost(), "glbc", glbcHealthzPort, restartPollInterval, restartTimeout)
|
// framework.GetMasterHost(), "glbc", glbcHealthzPort, restartPollInterval, restartTimeout)
|
||||||
// restarter.restart()
|
// restarter.restart()
|
||||||
// By("should continue serving on provided static-ip for 30 seconds")
|
// By("should continue serving on provided static-ip for 30 seconds")
|
||||||
// ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient))
|
// framework.ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient))
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: Implement a multizone e2e that verifies traffic reaches each
|
// TODO: Implement a multizone e2e that verifies traffic reaches each
|
||||||
|
@ -130,7 +130,7 @@ func createComformanceTests(jig *testJig, ns string) []conformanceTests {
|
|||||||
fmt.Sprintf("waiting for HTTPS updates to reflect in ingress"),
|
fmt.Sprintf("waiting for HTTPS updates to reflect in ingress"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fmt.Sprintf("should update SSL certificated with modified hostname %v", updatedTLSHost),
|
fmt.Sprintf("should update SSL certificate with modified hostname %v", updatedTLSHost),
|
||||||
func() {
|
func() {
|
||||||
jig.update(func(ing *extensions.Ingress) {
|
jig.update(func(ing *extensions.Ingress) {
|
||||||
newRules := []extensions.IngressRule{}
|
newRules := []extensions.IngressRule{}
|
||||||
|
Loading…
Reference in New Issue
Block a user