diff options
author | jobol <jose.bollo@iot.bzh> | 2018-03-14 13:58:25 +0100 |
---|---|---|
committer | jobol <jose.bollo@iot.bzh> | 2018-03-14 13:58:25 +0100 |
commit | 11575952ece456be4e07c5f24ead3cf8783ddcba (patch) | |
tree | 3bcedc7f83f897960770472617b61ab5ba0b10a7 /test-suites/short-smoke | |
parent | 9aae8071429333a24277a9b5685cf06e4f593892 (diff) |
service-ids-check: Add check uid/gid of servicesflounder_5.99.1flounder/5.99.15.99.1
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'test-suites/short-smoke')
-rw-r--r-- | test-suites/short-smoke/service-ids-check.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
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" |