From 68ceb5d032c46e4542abd89bad8e5dcce82648f8 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Fri, 9 Sep 2016 12:04:43 -0400 Subject: [PATCH] Test passing --- tests/image.bats | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/image.bats diff --git a/tests/image.bats b/tests/image.bats new file mode 100644 index 0000000..e14978f --- /dev/null +++ b/tests/image.bats @@ -0,0 +1,7 @@ +#!/usr/bin/env bats + +load ../common + +@test "COmanage directory created" { + docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-$version +} \ No newline at end of file