summaryrefslogtreecommitdiff
path: root/tests/scripts/login-gobject-guest-fail-setup-script.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/login-gobject-guest-fail-setup-script.script')
-rw-r--r--tests/scripts/login-gobject-guest-fail-setup-script.script12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/scripts/login-gobject-guest-fail-setup-script.script b/tests/scripts/login-gobject-guest-fail-setup-script.script
index f46f0c12..9a75a855 100644
--- a/tests/scripts/login-gobject-guest-fail-setup-script.script
+++ b/tests/scripts/login-gobject-guest-fail-setup-script.script
@@ -1,14 +1,26 @@
+#
+# Check guest account fails gracefully if setup script fails
+#
+
RUNNER DAEMON-START
+
+# X server starts
XSERVER :.* START
XSERVER :.* INDICATE-READY
XSERVER :.* ACCEPT-CONNECT
+
+# Greeter starts
GREETER START
XSERVER :.* ACCEPT-CONNECT
GREETER CONNECT-XSERVER :.*
GREETER CONNECT-TO-DAEMON
GREETER CONNECTED-TO-DAEMON
+
+# Login as guest
GREETER LOGIN-GUEST
GREETER AUTHENTICATION-COMPLETE AUTHENTICATED=FALSE
+
+# Cleanup
*STOP-DAEMON
# Don't know what order they will terminate
(GREETER TERMINATE SIGNAL=15|XSERVER :.* TERMINATE SIGNAL=15)