Cynagora: Replace cynara with cynagora
[src/qa-testdefinitions.git] / common / scripts / service-check-nogfx.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5b74ff1..6515377
@@ -3,12 +3,15 @@
 export LANG=C
 export TERM=dumb
 
-REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket"
+REQUIREDSOCKETS="dbus.socket security-manager.socket"
 REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service"
 
 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"
 
@@ -37,4 +40,4 @@ echo "------------------------------------------------"
 ( systemctl list-units | grep failed ) || true
 
 
-exit 0
\ No newline at end of file
+exit 0