added test for "checking configuration: user-patches.sh executed" - should fail with this commit
This commit is contained in:
parent
5e6969e594
commit
437d3b74cc
|
@ -27,6 +27,11 @@ function count_processed_changes() {
|
||||||
# configuration checks
|
# configuration checks
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@test "checking configuration: user-patches.sh executed" {
|
||||||
|
run docker logs mail | grep "Default user-patches.sh successfully executed!"
|
||||||
|
assert_output "Default user-patches.sh successfully executed!"
|
||||||
|
}
|
||||||
|
|
||||||
@test "checking configuration: hostname/domainname" {
|
@test "checking configuration: hostname/domainname" {
|
||||||
run docker run `docker inspect --format '{{ .Config.Image }}' mail`
|
run docker run `docker inspect --format '{{ .Config.Image }}' mail`
|
||||||
assert_success
|
assert_success
|
||||||
|
|
Loading…
Reference in New Issue