Fixed long server name comment, improved dhparam check
This commit is contained in:
parent
b0de1f19d3
commit
83a28f47d7
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ RUN apk add --no-cache --virtual .run-deps \
|
||||||
ca-certificates bash wget openssl \
|
ca-certificates bash wget openssl \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
||||||
# Configure Nginx and apply fix for very long server names
|
# Configure Nginx
|
||||||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# Install Forego
|
# Install Forego
|
||||||
|
|
|
@ -78,9 +78,11 @@ function setup {
|
||||||
assert_success
|
assert_success
|
||||||
docker_wait_for_log $SUT_CONTAINER 9 "Watching docker events"
|
docker_wait_for_log $SUT_CONTAINER 9 "Watching docker events"
|
||||||
|
|
||||||
|
sleep 3
|
||||||
|
run docker logs $SUT_CONTAINER
|
||||||
|
|
||||||
# THEN
|
# THEN
|
||||||
run docker exec $SUT_CONTAINER ps aux
|
refute_output -p "Generating DH parameters"
|
||||||
refute_output -p "openssl"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "[$TEST_FILE] stop all bats containers" {
|
@test "[$TEST_FILE] stop all bats containers" {
|
||||||
|
|
Loading…
Reference in a new issue