X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-nogfx.sh;h=16ecbee0112c663af84bf56067f47ccfbb579909;hb=c532114e01614de3885686e849c59746003bfacf;hp=5b74ff148277588b9395fb7a34d5a3df58d1e92c;hpb=84870c22625876a5ecc369eef21b18597d967571;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh old mode 100644 new mode 100755 index 5b74ff1..16ecbee --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.sh @@ -9,6 +9,9 @@ REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service blueto ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" +# add delay for services to fully start +sleep 5 + for i in ${ALL} ; do echo -e "\n\n########## Test for service ${i} being active ##########\n\n"