diff --git a/roles/mail_forwarder/molecule/default/tests/test_optional.py b/roles/mail_forwarder/molecule/default/tests/test_optional.py index ea1441c69781911a5a1cfa627dd1aba3629d4f20..389efe7e15bc6b3e67bfa718cbd3b3f776e5e193 100644 --- a/roles/mail_forwarder/molecule/default/tests/test_optional.py +++ b/roles/mail_forwarder/molecule/default/tests/test_optional.py @@ -9,16 +9,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('parameters-optional') -def test_smtp_relay_truststore_file(host): - """ - Tests if SMTP relay truststore has correct content. - """ - - truststore = host.file('/etc/ssl/certs/smtp_relay_truststore.pem') - - assert truststore.content_string == open("tests/data/x509/ca.cert.pem", "r").read().rstrip() - - def test_smtp_mailname(host): """ Tests if SMTP mailname has been configured correctly.