summaryrefslogtreecommitdiff
path: root/tests/scripts/xremote-autologin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/xremote-autologin.conf')
-rw-r--r--tests/scripts/xremote-autologin.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/scripts/xremote-autologin.conf b/tests/scripts/xremote-autologin.conf
new file mode 100644
index 00000000..251a418c
--- /dev/null
+++ b/tests/scripts/xremote-autologin.conf
@@ -0,0 +1,30 @@
+#
+# Check can automatically log into a remote X server
+#
+
+[Seat:*]
+type=xremote
+autologin-user=have-password1
+user-session=default
+xserver-display-number=98
+
+# Start a remote X server to use
+#?*START-XSERVER ARGS=":98"
+#?XSERVER-98 START LISTEN-TCP
+
+#?*START-DAEMON
+#?RUNNER DAEMON-START
+
+# LightDM connects to X server
+#?XSERVER-98 ACCEPT-CONNECT
+
+# Session starts
+#?SESSION-X-127.0.0.1:98 START XDG_SEAT=seat0 XDG_SESSION_TYPE=x11 XDG_SESSION_DESKTOP=default USER=have-password1
+#?LOGIN1 ACTIVATE-SESSION SESSION=c0
+#?XSERVER-98 ACCEPT-CONNECT
+#?SESSION-X-127.0.0.1:98 CONNECT-XSERVER
+
+# Cleanup
+#?*STOP-DAEMON
+#?SESSION-X-127.0.0.1:98 TERMINATE SIGNAL=15
+#?RUNNER DAEMON-EXIT STATUS=0