Skip to content

Commit

Permalink
Merge pull request #848 from spencerhance/add-more-ilb-e2e-tests
Browse files Browse the repository at this point in the history
Add more e2e tests for L7-ILB
  • Loading branch information
k8s-ci-robot committed Sep 15, 2019
2 parents 8e35505 + 1ea6148 commit b1d2ea7
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/e2e-test/basic_https_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestBasicHTTPS(t *testing.T) {

for i, h := range tc.hosts {
name := fmt.Sprintf("cert%d--%s", i, s.Namespace)
cert, err := e2e.NewCert(name, h, tc.certType)
cert, err := e2e.NewCert(name, h, tc.certType, false)
if err != nil {
t.Fatalf("Error initializing cert: %v", err)
}
Expand Down
Loading

0 comments on commit b1d2ea7

Please sign in to comment.