From bedf554898d38059094d772b09460c99a285db9c Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 17 Oct 2016 16:41:01 -0400 Subject: [PATCH] Good socat failure --- tests/haproxy.bats | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/haproxy.bats diff --git a/tests/haproxy.bats b/tests/haproxy.bats new file mode 100644 index 0000000..1ad8ab0 --- /dev/null +++ b/tests/haproxy.bats @@ -0,0 +1,9 @@ +#!/usr/bin/env bats + +load ../common + +# These tests assume the pipeline will start and stop the container. + +@test "socat process exists" { + docker run -i haproxy which socat +} \ No newline at end of file