Permalink
@@ -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 | ||
} |