~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/scripts/script-hook-fail-session-setup.conf

  • Committer: Robert Ancell
  • Date: 2014-03-13 02:15:38 UTC
  • Revision ID: robert.ancell@canonical.com-20140313021538-u2mxfxrrfw5u58ic
Tags: 1.4.7
Releasing 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check LightDM stops returns to the greeter if the session setup script fails
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
session-setup-script=test-script-hook SESSION-SETUP 1
 
7
autologin-user=have-password1
 
8
user-session=default
 
9
 
 
10
#?RUNNER DAEMON-START
 
11
 
 
12
# One X server should start by default
 
13
#?XSERVER-0 START VT=7
 
14
 
 
15
# Daemon connects when X server is ready
 
16
#?*XSERVER-0 INDICATE-READY
 
17
#?XSERVER-0 INDICATE-READY
 
18
#?XSERVER-0 ACCEPT-CONNECT
 
19
 
 
20
# Setup script fails
 
21
#?SCRIPT-HOOK SESSION-SETUP
 
22
 
 
23
# Greeter starts
 
24
#?GREETER-X-0 START XDG_SESSION_COOKIE=ck-cookie-x:0
 
25
#?XSERVER-0 ACCEPT-CONNECT
 
26
#?GREETER-X-0 CONNECT-XSERVER
 
27
#?GREETER-X-0 CONNECT-TO-DAEMON
 
28
#?GREETER-X-0 CONNECTED-TO-DAEMON
 
29
 
 
30
# Cleanup
 
31
#?*STOP-DAEMON
 
32
#?GREETER-X-0 TERMINATE SIGNAL=15
 
33
#?XSERVER-0 TERMINATE SIGNAL=15
 
34
#?RUNNER DAEMON-EXIT STATUS=0