summaryrefslogtreecommitdiff
path: root/tests/scripts/no-login1.conf
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-05-17 15:10:13 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-05-17 15:10:13 +1200
commit49723c2ffcd96b2a118ec8165a2865e891667ac5 (patch)
treec52309b67ea3605ce52eaccefcc002fa28af231b /tests/scripts/no-login1.conf
parentc2948bc534f99f8af0c8a726dce89d290c47e383 (diff)
downloadlightdm-49723c2ffcd96b2a118ec8165a2865e891667ac5.tar.gz
Override XCB to make X tests reliable and predictable. Had to remove keyboard layout and variant tests as they rely on specific X/xkb behaviour
Diffstat (limited to 'tests/scripts/no-login1.conf')
-rw-r--r--tests/scripts/no-login1.conf19
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/scripts/no-login1.conf b/tests/scripts/no-login1.conf
index cf3f71a9..e908c817 100644
--- a/tests/scripts/no-login1.conf
+++ b/tests/scripts/no-login1.conf
@@ -5,28 +5,25 @@
[test-runner-config]
disable-login1=true
-[LightDM]
-minimum-display-number=50
-
[SeatDefaults]
autologin-user=have-password1
#?RUNNER DAEMON-START
# X server starts
-#?XSERVER-50 START
-#?XSERVER-50 INDICATE-READY
+#?XSERVER-0 START
+#?XSERVER-0 INDICATE-READY
# LightDM connects to X server
-#?XSERVER-50 ACCEPT-CONNECT
+#?XSERVER-0 ACCEPT-CONNECT
# Session starts
-#?SESSION-X-50 START USER=have-password1
-#?XSERVER-50 ACCEPT-CONNECT
-#?SESSION-X-50 CONNECT-XSERVER
+#?SESSION-X-0 START USER=have-password1
+#?XSERVER-0 ACCEPT-CONNECT
+#?SESSION-X-0 CONNECT-XSERVER
# Cleanup
#?*STOP-DAEMON
-#?SESSION-X-50 TERMINATE SIGNAL=15
-#?XSERVER-50 TERMINATE SIGNAL=15
+#?SESSION-X-0 TERMINATE SIGNAL=15
+#?XSERVER-0 TERMINATE SIGNAL=15
#?RUNNER DAEMON-EXIT STATUS=0