mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
* 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>
28 lines
456 B
YAML
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
|