~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/scripts/xdmcp-server-open-file-descriptors.conf

  • Committer: Robert Ancell
  • Date: 2013-08-22 03:18:34 UTC
  • Revision ID: robert.ancell@canonical.com-20130822031834-50l2i7tedbs1lre3
Backport test improvements from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Start a remote X server to log in with XDMCP
19
19
#?*START-XSERVER ARGS=":98 -query localhost -port 9999 -nolisten unix"
20
20
#?XSERVER-98 START
 
21
 
 
22
# Start sending XDMCP queries
 
23
#?*XSERVER-98 START-XDMCP
21
24
#?XSERVER-98 SEND-QUERY
22
25
 
23
26
# Negotiate with daemon
30
33
#?XSERVER-98 ACCEPT-CONNECT
31
34
 
32
35
# Greeter starts and connects to remote X server
33
 
#?GREETER-X-127.0.0.1:98 START
 
36
#?GREETER-X-127.0.0.1:98 START XDG_SESSION_COOKIE=ck-cookie-x127.0.0.1:98
34
37
#?XSERVER-98 ACCEPT-CONNECT
35
38
#?GREETER-X-127.0.0.1:98 CONNECT-XSERVER
36
39
#?GREETER-X-127.0.0.1:98 CONNECT-TO-DAEMON
45
48
#?GREETER-X-127.0.0.1:98 TERMINATE SIGNAL=15
46
49
 
47
50
# Session starts
48
 
#?SESSION-X-127.0.0.1:98 START USER=have-password1
 
51
#?SESSION-X-127.0.0.1:98 START XDG_SESSION_COOKIE=ck-cookie-x127.0.0.1:98 USER=have-password1
49
52
#?XSERVER-98 ACCEPT-CONNECT
50
53
#?SESSION-X-127.0.0.1:98 CONNECT-XSERVER
51
54