Files
linea-besu/docker/tests/01/goss.yaml
Joshua Fernandes 407dcbf33d Updating docker tests to make it easier to follow & ensure it listens on the right interface on docker (#1851)
* making the tests easier to read
* updating tests to run inside a container so the goss executable works on osx

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-14 21:18:42 -07:00

28 lines
456 B
YAML

---
# runtime docker tests
file:
/opt/pantheon/bin/pantheon:
exists: true
mode: "0755"
owner: root
group: root
filetype: file
contains: []
/opt/pantheon/database:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/opt/pantheon/key:
exists: true
mode: "0600"
owner: root
group: root
filetype: file
contains: []
process:
java:
running: true