ingress-nginx-helm/test/e2e/settings
Nick Novitski e1958b8272 Run PodSecurityPolicy E2E test in parallel
Previously, this test modified a ClusterRole used by _every_ test.  It had to be run serially, with a special teardown function that restored the state of the ClusterRole for any other serial tests.

Now every test gets its own cluster role, which means this test can be safely run in parallel with all the others, without any special teardown.
2019-05-29 14:13:04 -07:00
..
configmap_change.go Refactor e2e test 2019-05-27 06:31:01 -04:00
default_ssl_certificate.go adjust default ssl cert e2e test 2019-04-13 15:00:44 -04:00
disable_catch_all.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
forwarded_headers.go properly parse x-forwarded-host 2019-03-31 15:10:45 -04:00
geoip2.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
global_access_block.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
global_external_auth.go Added Global External Authentication settings to configmap parameters incl. addons 2019-05-03 12:08:16 +02:00
ingress_class.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
main_snippet.go Remove e2e boilerplate 2018-10-29 22:38:15 -03:00
multi_accept.go Remove e2e boilerplate 2018-10-29 22:38:15 -03:00
no_auth_locations.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
pod_security_policy.go Run PodSecurityPolicy E2E test in parallel 2019-05-29 14:13:04 -07:00
proxy_host.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
proxy_protocol.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
server_tokens.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
tls.go replace some of the Nginx configuration to Lua code 2019-03-31 12:04:52 -04:00