aboutsummaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke
diff options
context:
space:
mode:
Diffstat (limited to 'test-suites/short-smoke')
-rw-r--r--test-suites/short-smoke/service-check-nogfx.yaml15
-rw-r--r--test-suites/short-smoke/service-check.yaml2
2 files changed, 16 insertions, 1 deletions
diff --git a/test-suites/short-smoke/service-check-nogfx.yaml b/test-suites/short-smoke/service-check-nogfx.yaml
new file mode 100644
index 0000000..310f223
--- /dev/null
+++ b/test-suites/short-smoke/service-check-nogfx.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-nogfx.sh"
diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml
index ca0b4c0..8c680c9 100644
--- a/test-suites/short-smoke/service-check.yaml
+++ b/test-suites/short-smoke/service-check.yaml
@@ -12,4 +12,4 @@ metadata:
run:
steps:
- "cd common/scripts"
- - "./service-check.sh"
+ - "./service-check-gfx.sh"