Remove deprecated service check 05/16805/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Sep 2018 21:42:19 +0000 (23:42 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Sep 2018 21:42:19 +0000 (23:42 +0200)
homescreen.service is no longer supported.

Change-Id: Icc0595e9aac9522e0b55fb9e524066187cd0efeb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
common/scripts/service-check-gfx.sh

index 7e235cb..addfda9 100755 (executable)
@@ -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"