X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test-suites%2Fshort-smoke%2Fservice-check.yaml;h=a7f7b1d6651edec32a23b46c8b7e8afd34c7855a;hb=refs%2Fheads%2Fkoi;hp=8c680c941ba50a93938b7297598b429d18226a4d;hpb=a2a853be927de72bf582efb8da256159f5aeaf68;p=src%2Fqa-testdefinitions.git diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml index 8c680c9..a7f7b1d 100644 --- a/test-suites/short-smoke/service-check.yaml +++ b/test-suites/short-smoke/service-check.yaml @@ -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}"