From: Jan-Simon Möller Date: Tue, 17 Oct 2017 22:13:06 +0000 (+0200) Subject: Rename check for homescreen and remove lightmediascanner service X-Git-Tag: 4.99.2~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9756eaf5e1cb3bc8a0750a26dd1abaeadcc3ae8b;p=src%2Fqa-testdefinitions.git Rename check for homescreen and remove lightmediascanner service This change corrects the service-check-gfx.sh script. HomeScreen.service is actually named homescreen.service. lightmediascanner.service does not exist in the target rootfs. Change-Id: Ief1a1641e2e5242f155255af02b1c250b377ae12 Signed-off-by: Jan-Simon Möller --- diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 726035a..7e235cb 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -4,7 +4,7 @@ export LANG=C export TERM=dumb REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket" -REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service HomeScreen.service lightmediascanner.service bluetooth.service" +REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service homescreen.service bluetooth.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown"