Added check on logs regarding permission that occured sometimes...

This commit is contained in:
Thomas VIAL 2016-09-11 13:44:55 +02:00
parent c8086135a4
commit 6fe814ebad
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 4 additions and 0 deletions

View File

@ -554,6 +554,10 @@
[ "$status" -eq 1 ]
run docker exec mail_pop3 grep ': error:' /var/log/mail/mail.log
[ "$status" -eq 1 ]
run docker exec mail_pop3 grep -i 'is not writable' /var/log/mail/mail.log
[ "$status" -eq 1 ]
run docker exec mail_pop3 grep -i 'permission denied' /var/log/mail/mail.log
[ "$status" -eq 1 ]
}
@test "checking system: sets the server fqdn" {