From 11575952ece456be4e07c5f24ead3cf8783ddcba Mon Sep 17 00:00:00 2001 From: jobol Date: Wed, 14 Mar 2018 13:58:25 +0100 Subject: service-ids-check: Add check uid/gid of services This new test allows to check whether service run with expected uid and gid. This check doesn't check that the service runs because there is an other check for that. It currently only checks weston service to run as display/display but it can be easily extended for checking other services. Bug-AGL: SPEC-546 Signed-off-by: jobol --- test-suites/short-smoke/service-ids-check.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test-suites/short-smoke/service-ids-check.yaml (limited to 'test-suites') diff --git a/test-suites/short-smoke/service-ids-check.yaml b/test-suites/short-smoke/service-ids-check.yaml new file mode 100644 index 0000000..e491fec --- /dev/null +++ b/test-suites/short-smoke/service-ids-check.yaml @@ -0,0 +1,15 @@ +metadata: + name: service-ids-check + format: "Lava-Test-Shell Test Definition 1.0" + description: "Check the ids of services" + os: + - openembedded + scope: + - functional + maintainer: + - jose.bollo@iot.bzh + +run: + steps: + - "cd common/scripts" + - "./service-ids-check.sh" -- cgit 1.2.3-korg