summaryrefslogtreecommitdiff
path: root/tests/scripts/dbus.conf
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-19 20:52:05 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-19 20:52:05 +1200
commit8bea9525803aeb5bd9e8e4b7778bd8e92967d5e2 (patch)
treecbc91d508a5e9b19f9ad95ead85b54a22746007c /tests/scripts/dbus.conf
parentba43d1cf198adac03a3c6a811325163ed5154f7c (diff)
downloadlightdm-git-8bea9525803aeb5bd9e8e4b7778bd8e92967d5e2.tar.gz
Add missing file
Diffstat (limited to 'tests/scripts/dbus.conf')
-rw-r--r--tests/scripts/dbus.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/scripts/dbus.conf b/tests/scripts/dbus.conf
new file mode 100644
index 00000000..7451d121
--- /dev/null
+++ b/tests/scripts/dbus.conf
@@ -0,0 +1,51 @@
+#
+# Check can login
+#
+
+[SeatDefaults]
+user-session=default
+
+#?RUNNER DAEMON-START
+
+# X server starts
+#?XSERVER-0 START VT=7
+#?XSERVER-0 INDICATE-READY
+
+# LightDM connects to X server
+#?XSERVER-0 ACCEPT-CONNECT
+
+# Greeter starts
+#?GREETER-X-0 START
+#?XSERVER-0 ACCEPT-CONNECT
+#?GREETER-X-0 CONNECT-XSERVER
+#?GREETER-X-0 CONNECT-TO-DAEMON
+#?GREETER-X-0 CONNECTED-TO-DAEMON
+
+#?*LIST-SEATS
+#?RUNNER LIST-SEATS SEATS=/org/freedesktop/DisplayManager/Seat0
+#?*LIST-SESSIONS
+#?RUNNER LIST-SESSIONS SESSIONS=
+
+# Log into account with a password
+#?*GREETER-X-0 AUTHENTICATE USERNAME=have-password1
+#?GREETER-X-0 SHOW-PROMPT TEXT="Password:"
+#?*GREETER-X-0 RESPOND TEXT="password"
+#?GREETER-X-0 AUTHENTICATION-COMPLETE USERNAME=have-password1 AUTHENTICATED=TRUE
+#?*GREETER-X-0 START-SESSION
+#?GREETER-X-0 TERMINATE SIGNAL=15
+
+# Session starts
+#?SESSION-X-0 START USER=have-password1
+#?XSERVER-0 ACCEPT-CONNECT
+#?SESSION-X-0 CONNECT-XSERVER
+
+#?*LIST-SEATS
+#?RUNNER LIST-SEATS SEATS=/org/freedesktop/DisplayManager/Seat0
+#?*LIST-SESSIONS
+#?RUNNER LIST-SESSIONS SESSIONS=/org/freedesktop/DisplayManager/Session0
+
+# Cleanup
+#?*STOP-DAEMON
+#?SESSION-X-0 TERMINATE SIGNAL=15
+#?XSERVER-0 TERMINATE SIGNAL=15
+#?RUNNER DAEMON-EXIT STATUS=0