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:
parent
edc6e93c19
commit
2a990d2d2c
4 changed files with 419 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue