Merge "test_can_loopback_mode: Add ip util version check"
[src/qa-testdefinitions.git] / common / scripts / service-check-nogfx.sh
index 16ecbee..a584e4e 100755 (executable)
@@ -2,8 +2,9 @@
 
 export LANG=C
 export TERM=dumb
+export COLUMNS=1000
 
-REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket"
+REQUIREDSOCKETS="dbus.socket security-manager.socket"
 REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service"
 
 ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
@@ -40,4 +41,4 @@ echo "------------------------------------------------"
 ( systemctl list-units | grep failed ) || true
 
 
-exit 0
\ No newline at end of file
+exit 0