Commit ee5d890c by Jesse Zoldak

Add test for postfix install on jenkins worker

parent e436f208
......@@ -34,6 +34,10 @@
# Assert that it was modified at least within the hour
- "{{ testfile.stat.mtime }} - {{ edxvenv.stat.mtime }} < 3600"
# Verify that postfix (mail server) is listening
- wait_for: host={{ inventory_hostname }} port=25
delegate_to: localhost
# Tear Down #
- name: Remove test file
file: path=testfile state=absent
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment