Use the new arg --build-tags and the arg --device-tags
[src/qa-testdefinitions.git] / test-suites / short-smoke / service-check.yaml
1 metadata:
2     name: services
3     format: "Lava-Test-Shell Test Definition 1.0"
4     description: "Check all services and sockets are up on the device"
5     maintainer:
6         - lollivier@baylibre.com
7     os:
8         - openembedded
9     scope:
10         - functional
11 params:
12   BUILD_TAGS: ""
13   DEVICE_TAGS: ""
14
15 run:
16     steps:
17         - cd common/scripts
18         - ./service-check-gfx.sh -b "${BUILD_TAGS}" -d "${DEVICE_TAGS}"