]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/unity-autologin.conf
Add regression tests for switching and the compositor failing to start/be ready
[sojka/lightdm.git] / tests / scripts / unity-autologin.conf
1 #
2 # Check can automatically login with Unity seat type
3 #
4
5 [SeatDefaults]
6 type=unity
7 autologin-user=have-password1
8
9 #?RUNNER DAEMON-START
10
11 # System compositor starts
12 #?UNITY-SYSTEM-COMPOSITOR START
13 #?*UNITY-SYSTEM-COMPOSITOR READY
14
15 # X server starts
16 #?XSERVER-0 START MIR-ID=0
17 #?XSERVER-0 INDICATE-READY
18    
19 # LightDM connects to X server
20 #?XSERVER-0 ACCEPT-CONNECT
21
22 # Session starts
23 #?SESSION-X-0 START USER=have-password1
24 #?XSERVER-0 ACCEPT-CONNECT
25 #?SESSION-X-0 CONNECT-XSERVER
26
27 # System compositor switches to session
28 #?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
29
30 # Cleanup
31 #?*STOP-DAEMON
32 #?SESSION-X-0 TERMINATE SIGNAL=15
33 #?XSERVER-0 TERMINATE SIGNAL=15
34 #?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
35 #?RUNNER DAEMON-EXIT STATUS=0