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=825ed7af038241465143d94efb308614f61c3b75;hb=13329bab4eb245aef71ebfc33caadca7ad101cac;hp=9064dbd8f3de1fb9de21b34576568cbae7c04575;hpb=2f2798ff66a627a69749d43bbfe4a4915fce215b;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 9064dbd..825ed7a 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -18,7 +18,7 @@ while getopts ":b:d:" option; do esac done -REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket" +REQUIREDSOCKETS="dbus.socket security-manager.socket" REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service bluetooth.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" @@ -60,4 +60,4 @@ echo "Only the failed systemd units:" echo "------------------------------------------------" ( systemctl list-units | grep failed ) || true -exit 0 \ No newline at end of file +exit 0