Use the new arg --build-tags and the arg --device-tags
[src/qa-testdefinitions.git] / test-suites / short-smoke / service-check.yaml
index 8c680c9..a7f7b1d 100644 (file)
@@ -8,8 +8,11 @@ metadata:
         - openembedded
     scope:
         - functional
+params:
+  BUILD_TAGS: ""
+  DEVICE_TAGS: ""
 
 run:
     steps:
-        - "cd common/scripts"
-        - "./service-check-gfx.sh"
+        - cd common/scripts
+        - ./service-check-gfx.sh -b "${BUILD_TAGS}" -d "${DEVICE_TAGS}"