X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-gfx.sh;h=addfda9137ef17a111cab491abfc51608f2e7837;hb=ed797c46ca3b8be1c6f0b172d7c00f2668e49b9f;hp=f9bfa8740a18374cdc21a0052cc4cfc555c4c6ee;hpb=84870c22625876a5ecc369eef21b18597d967571;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index f9bfa87..addfda9 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -4,11 +4,14 @@ 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 bluetooth.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" +# add delay for services to fully start +sleep 10 + for i in ${ALL} ; do echo -e "\n\n########## Test for service ${i} being active ##########\n\n"