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
params:
  BUILD_TAGS: ""
  DEVICE_TAGS: ""

run:
    steps:
        - cd common/scripts
        - ./service-check-gfx.sh -b "${BUILD_TAGS}" -d "${DEVICE_TAGS}"