summaryrefslogtreecommitdiff
path: root/tests/scripts/unity-compositor-fallback.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/unity-compositor-fallback.conf')
-rw-r--r--tests/scripts/unity-compositor-fallback.conf42
1 files changed, 0 insertions, 42 deletions
diff --git a/tests/scripts/unity-compositor-fallback.conf b/tests/scripts/unity-compositor-fallback.conf
deleted file mode 100644
index 8908d174..00000000
--- a/tests/scripts/unity-compositor-fallback.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# Check seat type falls back when the compositor fails to start
-#
-
-[unity-system-compositor-config]
-return-value=1
-
-[Seat:*]
-type=unity;INVALID;unity;local;
-
-#?*START-DAEMON
-#?RUNNER DAEMON-START
-
-# System compositor fails to start
-#?UNITY-SYSTEM-COMPOSITOR START FILE=/run/mir_socket VT=7 XDG_VTNR=7
-#?UNITY-SYSTEM-COMPOSITOR EXIT CODE=1
-
-# System compositor fails to start a second time
-#?UNITY-SYSTEM-COMPOSITOR START FILE=/run/mir_socket VT=7 XDG_VTNR=7
-#?UNITY-SYSTEM-COMPOSITOR EXIT CODE=1
-
-# X server starts in VT mode
-#?XSERVER-0 START VT=7 SEAT=seat0
-
-# Daemon connects when X server is ready
-#?*XSERVER-0 INDICATE-READY
-#?XSERVER-0 INDICATE-READY
-#?XSERVER-0 ACCEPT-CONNECT
-
-# Greeter starts
-#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
-#?LOGIN1 ACTIVATE-SESSION SESSION=c0
-#?XSERVER-0 ACCEPT-CONNECT
-#?GREETER-X-0 CONNECT-XSERVER
-#?GREETER-X-0 CONNECT-TO-DAEMON
-#?GREETER-X-0 CONNECTED-TO-DAEMON
-
-# Cleanup
-#?*STOP-DAEMON
-#?GREETER-X-0 TERMINATE SIGNAL=15
-#?XSERVER-0 TERMINATE SIGNAL=15
-#?RUNNER DAEMON-EXIT STATUS=0