X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-gfx.sh;h=63e557e38cbb773aae353f77745095d3bdde031d;hb=2e5067e302bcfe08f970212f8d5c183561bf1f55;hp=d7cfd85590aeea0a58416312d91e65a0c6efd72e;hpb=e8873adc4df0a228a768013d46730457198809e1;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"