tests: dont auto-remove containers on exit to get logs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-10-07 16:25:46 +03:00
parent 06a0097653
commit 5cd1bd9325
6 changed files with 0 additions and 6 deletions

View File

@ -38,7 +38,6 @@ class TestProviderLDAP(SeleniumTestCase):
image=self.get_container_image("ghcr.io/goauthentik/dev-ldap"),
detach=True,
network_mode="host",
auto_remove=True,
environment={
"AUTHENTIK_HOST": self.live_server_url,
"AUTHENTIK_TOKEN": outpost.token.key,

View File

@ -44,7 +44,6 @@ class TestProviderOAuth2OIDC(SeleniumTestCase):
image="ghcr.io/beryju/oidc-test-client:latest",
detach=True,
network_mode="host",
auto_remove=True,
healthcheck=Healthcheck(
test=["CMD", "wget", "--spider", "http://localhost:9009/health"],
interval=5 * 100 * 1000000,

View File

@ -44,7 +44,6 @@ class TestProviderOAuth2OIDCImplicit(SeleniumTestCase):
image="ghcr.io/beryju/oidc-test-client:latest",
detach=True,
network_mode="host",
auto_remove=True,
healthcheck=Healthcheck(
test=["CMD", "wget", "--spider", "http://localhost:9009/health"],
interval=5 * 100 * 1000000,

View File

@ -43,7 +43,6 @@ class TestProviderSAML(SeleniumTestCase):
image="ghcr.io/beryju/saml-test-sp:latest",
detach=True,
network_mode="host",
auto_remove=True,
healthcheck=Healthcheck(
test=["CMD", "wget", "--spider", "http://localhost:9009/health"],
interval=5 * 100 * 1000000,

View File

@ -33,7 +33,6 @@ class OutpostDockerTests(ChannelsLiveServerTestCase):
image="library/docker:dind",
detach=True,
network_mode="host",
remove=True,
privileged=True,
healthcheck=Healthcheck(
test=["CMD", "docker", "info"],

View File

@ -33,7 +33,6 @@ class TestProxyDocker(ChannelsLiveServerTestCase):
image="library/docker:dind",
detach=True,
network_mode="host",
remove=True,
privileged=True,
healthcheck=Healthcheck(
test=["CMD", "docker", "info"],