mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Make TLS tests more reliable (#2354)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
dfd649262a
commit
9bcc3df74a
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue