~robert-ancell/lightdm/xorg-displayfd

« back to all changes in this revision

Viewing changes to tests/scripts/restart-authentication.conf

  • Committer: Robert Ancell
  • Date: 2012-08-02 12:17:41 UTC
  • Revision ID: robert.ancell@canonical.com-20120802121741-hkoy718ijz0drird
Correctly reap unused authentication sessions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check can restart authentication
 
3
#
 
4
 
 
5
[LightDM]
 
6
minimum-display-number=50
 
7
 
 
8
#?RUNNER DAEMON-START
 
9
 
 
10
# X server starts
 
11
#?XSERVER :50 START
 
12
#?XSERVER :50 INDICATE-READY
 
13
 
 
14
# LightDM connects to X server
 
15
#?XSERVER :50 ACCEPT-CONNECT
 
16
 
 
17
# Greeter starts
 
18
#?GREETER :50 START
 
19
#?XSERVER :50 ACCEPT-CONNECT
 
20
#?GREETER :50 CONNECT-XSERVER
 
21
#?GREETER :50 CONNECT-TO-DAEMON
 
22
#?GREETER :50 CONNECTED-TO-DAEMON
 
23
 
 
24
# Start authentication
 
25
#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
 
26
#?GREETER :50 SHOW-PROMPT TEXT="Password:"
 
27
 
 
28
# Restart authentication
 
29
#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
 
30
#?GREETER :50 SHOW-PROMPT TEXT="Password:"
 
31
 
 
32
# Cleanup
 
33
#?*STOP-DAEMON
 
34
# Don't know what order they will terminate
 
35
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
36
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
37
#?RUNNER DAEMON-EXIT STATUS=0
 
38