X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-gfx.sh;h=63e557e38cbb773aae353f77745095d3bdde031d;hb=5bec50058c8773be1bbf5f7c5a5f665cad4df884;hp=d7cfd85590aeea0a58416312d91e65a0c6efd72e;hpb=ea963ccbd7f2e41ed3f881a6dca7ce3df88a173d;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index d7cfd85..63e557e 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -19,8 +19,8 @@ while getopts ":b:d:" option; do esac done -REQUIREDSOCKETS="dbus.socket security-manager.socket" -REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service bluetooth.service" +REQUIREDSOCKETS="dbus.socket" +REQUIREDSERVICES="connman.service weston.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown"