X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-gfx.sh;fp=common%2Fscripts%2Fservice-check-gfx.sh;h=addfda9137ef17a111cab491abfc51608f2e7837;hb=cce67850a5fe9a912c9081cb7bf73ae3c1bd7cf0;hp=7e235cb4b9e1ee8f926c91f8dd6a7a57ce6a98c7;hpb=f48f8fed096c534b65a428c5c0618261ed1a04af;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 7e235cb..addfda9 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -4,13 +4,13 @@ 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 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 5 +sleep 10 for i in ${ALL} ; do echo -e "\n\n########## Test for service ${i} being active ##########\n\n"