Add e2e tests for CORS and more

Adds the missing e2e tests for Cross-Origin Resource Sharing(CORS).
This will include all the CORS annotations. Also adds more unit tests.
This commit is contained in:
Fernando Diaz 2018-08-29 21:58:40 -05:00
parent edc6e93c19
commit 2a990d2d2c
4 changed files with 419 additions and 24 deletions

View file

@ -28,7 +28,7 @@ import (
)
var _ = framework.IngressNginxDescribe("Annotations - Client-Body-Buffer-Size", func() {
f := framework.NewDefaultFramework("proxy")
f := framework.NewDefaultFramework("clientbodybuffersize")
BeforeEach(func() {
err := f.NewEchoDeploymentWithReplicas(2)