diff options
Diffstat (limited to 'test-suites/short-smoke/service-ids-check.yaml')
-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" |