File diff cc53faac4b27 → e0dc1c1cfaa8
roles/mail_server/molecule/default/tests/test_optional.py
Show inline comments
 
@@ -51,13 +51,13 @@ def test_postfix_main_cf_file_content(host):
 

	
 
def test_local_aliases(host):
 
    """
 
    Tests if local aliases are configured correctly.
 
    """
 

	
 
    message_id = str(uuid.uuid4())
 
    message_id = "%s@localhost" % str(uuid.uuid4())
 

	
 
    send = host.run('swaks --header %s --suppress-data --to root@localhost', "Message-Id: <%s>" % message_id)
 
    time.sleep(1)
 
    assert send.rc == 0
 

	
 
    with host.sudo():