diff options
Diffstat (limited to 'test-suites/weekly-snapshot/service-check-nogfx.yaml')
-rw-r--r-- | test-suites/weekly-snapshot/service-check-nogfx.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suites/weekly-snapshot/service-check-nogfx.yaml b/test-suites/weekly-snapshot/service-check-nogfx.yaml new file mode 100644 index 0000000..310f223 --- /dev/null +++ b/test-suites/weekly-snapshot/service-check-nogfx.yaml @@ -0,0 +1,15 @@ +metadata: + name: services + format: "Lava-Test-Shell Test Definition 1.0" + description: "Check all services and sockets are up on the device" + maintainer: + - lollivier@baylibre.com + os: + - openembedded + scope: + - functional + +run: + steps: + - "cd common/scripts" + - "./service-check-nogfx.sh" |