1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-06 05:26:04 +02:00

Make TLS tests more reliable (#2354)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Casper 2022-01-01 16:20:17 +01:00 committed by GitHub
parent dfd649262a
commit 9bcc3df74a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ function collect_cipherlist_data() {
"${NAME}" # Image name
assert_success
wait_for_finished_setup_in_container tls_test_cipherlists
wait_for_tcp_port_in_container 25 tls_test_cipherlists
# NOTE: An rDNS query for the container IP will resolve to `<container name>.<network name>.`
# Make directory with test user ownership. Avoids Docker creating with root ownership.