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:
Kubernetes Submit Queue 2017-02-16 01:52:29 -08:00 committed by GitHub
commit 8c1313913f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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{}