From cd9adce8ead7115c770cdef1e21fae0db5b92f76 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Fri, 22 Sep 2017 16:30:22 +0200 Subject: [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 --- templates/tests/smoke.jinja2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/tests') 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 -- cgit 1.2.3-korg