summaryrefslogtreecommitdiff
path: root/tests/scripts/unity-plymouth.conf
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-19 23:03:29 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-19 23:03:29 +1200
commitd415c15410173cddcff6e22a15dd9510a0bacf8f (patch)
tree01b4a381bafd4c86b25fde55d0d7bfb9f7f4113a /tests/scripts/unity-plymouth.conf
parentd0c3287e437674305fdcefb316c3ec9868fcfbc1 (diff)
downloadlightdm-git-d415c15410173cddcff6e22a15dd9510a0bacf8f.tar.gz
Add a test for Plymouth working in Unity seat
Diffstat (limited to 'tests/scripts/unity-plymouth.conf')
-rw-r--r--tests/scripts/unity-plymouth.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/scripts/unity-plymouth.conf b/tests/scripts/unity-plymouth.conf
new file mode 100644
index 00000000..879785ea
--- /dev/null
+++ b/tests/scripts/unity-plymouth.conf
@@ -0,0 +1,49 @@
+#
+# Check Plymouth quits when Unity System compositor server is started. Plymouth is on an active VT so it handshakes with u-s-c.
+#
+
+[SeatDefaults]
+type=unity
+autologin-user=have-password1
+user-session=default
+
+[test-plymouth-config]
+enabled=true
+has-active-vt=true
+active=true
+
+#?RUNNER DAEMON-START
+
+# Check if Plymouth is running
+#?PLYMOUTH PING ACTIVE=TRUE
+#?PLYMOUTH HAS-ACTIVE-VT=TRUE
+#?PLYMOUTH DEACTIVATE
+
+# System compositor starts
+#?UNITY-SYSTEM-COMPOSITOR START VT=7
+#?*UNITY-SYSTEM-COMPOSITOR READY
+
+# Plymouth quits but keeps image in framebuffer
+#?PLYMOUTH QUIT RETAIN-SPLASH=TRUE
+
+# X server starts
+#?XSERVER-0 START MIR-ID=0
+#?XSERVER-0 INDICATE-READY
+
+# LightDM connects to X server
+#?XSERVER-0 ACCEPT-CONNECT
+
+# Session starts
+#?SESSION-X-0 START USER=have-password1
+#?XSERVER-0 ACCEPT-CONNECT
+#?SESSION-X-0 CONNECT-XSERVER
+
+# System compositor switches to session
+#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
+
+# Cleanup
+#?*STOP-DAEMON
+#?SESSION-X-0 TERMINATE SIGNAL=15
+#?XSERVER-0 TERMINATE SIGNAL=15
+#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
+#?RUNNER DAEMON-EXIT STATUS=0