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