From 13329bab4eb245aef71ebfc33caadca7ad101cac Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 6 Nov 2019 16:06:47 +0100 Subject: Cynagora: Replace cynara with cynagora Currently we disable ptests/socket tests to be enabled in SPEC-2940 and SPEC-2941. Shift from the permission database cynara to cynagora permission database with a compatibility library. Bug-AGL: SPEC-2844 Bug-AGL: SPEC-2941 Signed-off-by: Jose Bollo Change-Id: I673e47ae237a83926f15d003dd2d2623a08eefb5 --- common/scripts/service-check-gfx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/scripts/service-check-gfx.sh') 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 -- cgit 1.2.3-korg