X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test-suites%2Fshort-smoke%2Fservice-check.yaml;h=a7f7b1d6651edec32a23b46c8b7e8afd34c7855a;hb=9c3c11e82280d72d34a6c0f32d255d6a0f1b23c8;hp=ca0b4c0c0985505fc3f6ab37c02d25d3440735c4;hpb=e29b660f31b1eac2690bd09b77e1fd6b8f4e2192;p=src%2Fqa-testdefinitions.git diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml index ca0b4c0..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.sh" + - cd common/scripts + - ./service-check-gfx.sh -b "${BUILD_TAGS}" -d "${DEVICE_TAGS}"