aboutsummaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke/service-check.yaml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-26 11:30:43 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-09-26 11:30:43 +0000
commite29b660f31b1eac2690bd09b77e1fd6b8f4e2192 (patch)
tree8d7c06791058057538bc3fe33b40f2096ae4117d /test-suites/short-smoke/service-check.yaml
parent2fda23339e56d986da130781bc1d63fdd21ef211 (diff)
parent4548e39ad9be605cb180b5e94bb1d87ab8243d5d (diff)
Merge "[SPEC-272] Add service test"
Diffstat (limited to 'test-suites/short-smoke/service-check.yaml')
-rw-r--r--test-suites/short-smoke/service-check.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml
new file mode 100644
index 0000000..ca0b4c0
--- /dev/null
+++ b/test-suites/short-smoke/service-check.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check.sh"