authelia/suites
Clement Michaud b2ced06402 Fix Kubernetes suite tests.
Also deploy kubernetes dashboard prior to authelia services to ease
debugging of the suite.
2019-11-16 23:39:26 +01:00
..
Basic Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
BypassAll Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
DuoPush Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
HighAvailability Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
LDAP Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
Mariadb Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
NetworkACL Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
ShortTimeouts Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
Standalone Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
Traefik Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_http.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_login.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_logout.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_mail.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_register.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_totp.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
action_visit.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
constants.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
docker.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
environment.go Add logs before and after waiting for Authelia service in suites. 2019-11-16 23:39:26 +01:00
kubernetes.go Fix Kubernetes suite tests. 2019-11-16 23:39:26 +01:00
registry.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
scenario_one_factor_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
scenario_two_factor_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_bypass_all.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_bypass_all_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_duo_push.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_duo_push_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_high_availability.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_high_availability_test.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_kubernetes.go Fix Kubernetes suite tests. 2019-11-16 23:39:26 +01:00
suite_kubernetes_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_ldap.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_ldap_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_mariadb.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_mariadb_test.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_network_acl.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_network_acl_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_short_timeouts.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_short_timeouts_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_standalone.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_standalone_test.go Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
suite_traefik.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suite_traefik_test.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
suites.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_body_contains.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_is_first_factor_page.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_is_second_factor_page.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_notification.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_secret_authorized.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
verify_url_is.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
webdriver.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00