~robert-ancell/lightdm/private-mir-connection-merge

« back to all changes in this revision

Viewing changes to tests/scripts/unity-plymouth.conf

  • Committer: Robert Ancell
  • Date: 2013-07-23 02:24:45 UTC
  • mfrom: (1723 trunk)
  • mto: This revision was merged to the branch mainline in revision 1741.
  • Revision ID: robert.ancell@canonical.com-20130723022445-gpaq8vtkp4hods7r
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check Plymouth quits when Unity System compositor server is started.  Plymouth is on an active VT so it handshakes with u-s-c.
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
type=unity
 
7
autologin-user=have-password1
 
8
user-session=default
 
9
 
 
10
[test-plymouth-config]
 
11
enabled=true
 
12
has-active-vt=true
 
13
active=true
 
14
 
 
15
#?RUNNER DAEMON-START
 
16
 
 
17
# Check if Plymouth is running
 
18
#?PLYMOUTH PING ACTIVE=TRUE
 
19
#?PLYMOUTH HAS-ACTIVE-VT=TRUE
 
20
#?PLYMOUTH DEACTIVATE
 
21
 
 
22
# System compositor starts
 
23
#?UNITY-SYSTEM-COMPOSITOR START VT=7
 
24
#?*UNITY-SYSTEM-COMPOSITOR READY
 
25
 
 
26
# Plymouth quits but keeps image in framebuffer
 
27
#?PLYMOUTH QUIT RETAIN-SPLASH=TRUE
 
28
 
 
29
# X server starts
 
30
#?XSERVER-0 START MIR-ID=0
 
31
 
 
32
# Daemon connects when X server is ready
 
33
#?*XSERVER-0 INDICATE-READY
 
34
#?XSERVER-0 INDICATE-READY
 
35
#?XSERVER-0 ACCEPT-CONNECT
 
36
 
 
37
# Session starts
 
38
#?SESSION-X-0 START USER=have-password1
 
39
#?XSERVER-0 ACCEPT-CONNECT
 
40
#?SESSION-X-0 CONNECT-XSERVER
 
41
 
 
42
# System compositor switches to session
 
43
#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
 
44
 
 
45
# Cleanup
 
46
#?*STOP-DAEMON
 
47
#?SESSION-X-0 TERMINATE SIGNAL=15
 
48
#?XSERVER-0 TERMINATE SIGNAL=15
 
49
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
 
50
#?RUNNER DAEMON-EXIT STATUS=0