diff --git a/roles/mail_forwarder/molecule/default/tests/test_mandatory.py b/roles/mail_forwarder/molecule/default/tests/test_mandatory.py index 77987ffa153ca7271cb361eb612a59ed71c5e39f..f35897bebc768f888a0479ab80c47633b91a85b4 100644 --- a/roles/mail_forwarder/molecule/default/tests/test_mandatory.py +++ b/roles/mail_forwarder/molecule/default/tests/test_mandatory.py @@ -9,16 +9,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('parameters-mandatory') -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/truststore.pem", "r").read().rstrip() - - def test_smtp_mailname(host): """ Tests if SMTP mailname configuration file has correct content.