summaryrefslogtreecommitdiff
path: root/tests/scripts/restart-authentication.conf
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2012-08-17 12:13:57 -0400
committerMichael Terry <michael.terry@canonical.com>2012-08-17 12:13:57 -0400
commit902617f00b428cef10c524839e7d6940a03297d9 (patch)
treeb9b6ad352083a4a90dcc2a8c2296ed25ecc7cf89 /tests/scripts/restart-authentication.conf
parent70f4fd01ce49b9032e75302c2f4d90d78046a7db (diff)
parent4fb3abf0fe3c541d9d42183bf62029731bf4b027 (diff)
downloadlightdm-902617f00b428cef10c524839e7d6940a03297d9.tar.gz
merge from trunk
Diffstat (limited to 'tests/scripts/restart-authentication.conf')
-rw-r--r--tests/scripts/restart-authentication.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/scripts/restart-authentication.conf b/tests/scripts/restart-authentication.conf
new file mode 100644
index 00000000..f45edc89
--- /dev/null
+++ b/tests/scripts/restart-authentication.conf
@@ -0,0 +1,38 @@
+#
+# Check can restart authentication
+#
+
+[LightDM]
+minimum-display-number=50
+
+#?RUNNER DAEMON-START
+
+# X server starts
+#?XSERVER :50 START
+#?XSERVER :50 INDICATE-READY
+
+# LightDM connects to X server
+#?XSERVER :50 ACCEPT-CONNECT
+
+# Greeter starts
+#?GREETER :50 START
+#?XSERVER :50 ACCEPT-CONNECT
+#?GREETER :50 CONNECT-XSERVER
+#?GREETER :50 CONNECT-TO-DAEMON
+#?GREETER :50 CONNECTED-TO-DAEMON
+
+# Start authentication
+#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
+#?GREETER :50 SHOW-PROMPT TEXT="Password:"
+
+# Restart authentication
+#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
+#?GREETER :50 SHOW-PROMPT TEXT="Password:"
+
+# Cleanup
+#?*STOP-DAEMON
+# Don't know what order they will terminate
+#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
+#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
+#?RUNNER DAEMON-EXIT STATUS=0
+