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 | |
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')
-rw-r--r-- | test-suites/short-smoke/service-check-nogfx.yaml | 15 | ||||
-rw-r--r-- | test-suites/short-smoke/service-check.yaml | 2 |
2 files changed, 16 insertions, 1 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" diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml index ca0b4c0..8c680c9 100644 --- a/test-suites/short-smoke/service-check.yaml +++ b/test-suites/short-smoke/service-check.yaml @@ -12,4 +12,4 @@ metadata: run: steps: - "cd common/scripts" - - "./service-check.sh" + - "./service-check-gfx.sh" |