~robert-ancell/lightdm/docstrings

« back to all changes in this revision

Viewing changes to tests/scripts/switch-to-user-active.conf

  • Committer: Robert Ancell
  • Date: 2013-09-20 15:14:03 UTC
  • mfrom: (1709.1.87 trunk)
  • Revision ID: robert.ancell@canonical.com-20130920151403-4z1ogvhct73bunp7
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check that switching to a user who is the active session does nothing
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
autologin-user=no-password1
 
7
user-session=default
 
8
 
 
9
#?RUNNER DAEMON-START
 
10
#?*WAIT
 
11
 
 
12
# X server starts
 
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
# Session starts
 
21
#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 USER=no-password1
 
22
#?XSERVER-0 ACCEPT-CONNECT
 
23
#?SESSION-X-0 CONNECT-XSERVER
 
24
 
 
25
# Switch to this user
 
26
#?*SWITCH-TO-USER USERNAME=no-password1
 
27
#?RUNNER SWITCH-TO-USER USERNAME=no-password1
 
28
 
 
29
# Nothing happends
 
30
#?*WAIT
 
31
 
 
32
# Cleanup
 
33
#?*STOP-DAEMON
 
34
#?SESSION-X-0 TERMINATE SIGNAL=15
 
35
#?XSERVER-0 TERMINATE SIGNAL=15
 
36
#?RUNNER DAEMON-EXIT STATUS=0