diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 23:06:21 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 23:06:21 +0200 |
commit | a2a853be927de72bf582efb8da256159f5aeaf68 (patch) | |
tree | c5e164230b1a2af0d42f85ef670a104397478c38 /test-suites/short-smoke/service-check-nogfx.yaml | |
parent | b3186538163e873fd58986184586ac5a4463fd17 (diff) |
Prepare the nogfx variant of the service check
and enhance verbosity.
Change-Id: Ia95a6236ffc4229703714ad58b70b21c00884c5c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'test-suites/short-smoke/service-check-nogfx.yaml')
-rw-r--r-- | test-suites/short-smoke/service-check-nogfx.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suites/short-smoke/service-check-nogfx.yaml b/test-suites/short-smoke/service-check-nogfx.yaml new file mode 100644 index 0000000..310f223 --- /dev/null +++ b/test-suites/short-smoke/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" |