Commit fb4a58ac by Jesse Zoldak

Merge pull request #2439 from edx/zoldak/add-postfix-test

Add test for postfix install on jenkins worker
parents 972d3c2d ee5d890c
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
# Assert that it was modified at least within the hour # Assert that it was modified at least within the hour
- "{{ testfile.stat.mtime }} - {{ edxvenv.stat.mtime }} < 3600" - "{{ 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 # # Tear Down #
- name: Remove test file - name: Remove test file
file: path=testfile state=absent 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