X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fservice-check-nogfx.sh;h=68bc36abbf5f058cde01e41835bfae53794f8661;hb=f911ecf332aca722c13590a5c0bf085a37d4841e;hp=48288052b61e6a3ffdbc822912d5c4a1c729890f;hpb=e8873adc4df0a228a768013d46730457198809e1;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh index 4828805..68bc36a 100755 --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.sh @@ -4,8 +4,8 @@ export LANG=C export TERM=dumb export COLUMNS=1000 -REQUIREDSOCKETS="dbus.socket security-manager.socket" -REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service" +REQUIREDSOCKETS="dbus.socket" +REQUIREDSERVICES="connman.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown"