diff options
author | Loys Ollivier <lollivier@baylibre.com> | 2017-09-22 16:30:22 +0200 |
---|---|---|
committer | Loys Ollivier <lollivier@baylibre.com> | 2017-09-22 17:03:29 +0200 |
commit | cd9adce8ead7115c770cdef1e21fae0db5b92f76 (patch) | |
tree | 7ff8c1a83c23f1c29a310b024c5ea77c1f0a58c6 /templates | |
parent | 1bd6162cb9ab717b55ce0f0635bea7c1366b07e6 (diff) |
[Test] Add service test definition
Add a new test definition. This test checks wether a list of services
is running on the platform and reports the result for each service.
Change-Id: I433da8387edd7c066296e1b4966ba867da58d239
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/smoke.jinja2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/tests/smoke.jinja2 b/templates/tests/smoke.jinja2 index c3e62dc..7f39628 100644 --- a/templates/tests/smoke.jinja2 +++ b/templates/tests/smoke.jinja2 @@ -9,4 +9,7 @@ from: git path: test-suites/short-smoke/smoke-tests-basic.yaml name: smoke-tests-basic - + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/service-check.yaml + name: service-check |