We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8e14d commit 5f49be4Copy full SHA for 5f49be4
e2e/tests/process_manager/data/haproxy.cfg
@@ -1,6 +1,8 @@
1
# _version=42
2
3
global
4
+ expose-deprecated-directives
5
+ master-worker
6
log 127.0.0.1 local2
7
chroot /var/lib/haproxy
8
pidfile /var/run/haproxy.pid
e2e/tests/ssl_front_use/test.bats
@@ -63,4 +63,6 @@ cert=/etc/haproxy/ssl/cert.pem
63
resource_get "$(ssl_front_uses_path front1)"
64
assert_equal "$SC" "200"
65
assert_equal "$(get_json_path "$BODY" '.|length')" 0
66
+
67
+ run docker exec "${DOCKER_CONTAINER_NAME}" rm $cert
68
}
0 commit comments