Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added test to check link of cache directory
villadalmine committed Nov 16, 2016
1 parent 892b9ae commit 0f55a9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/image.bats
@@ -20,6 +20,10 @@ load ../common
docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-$version
}

@test "COmanage cache link directory created" {
docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-$version/local/tmp -links 1

}
@test "Autoexec firstrun capability detected" {
docker run -i $maintainer/$imagename find /opt/autoexec/bin/firstrun.sh
}

0 comments on commit 0f55a9a

Please sign in to comment.