~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to tests/scripts/xdmcp-client.conf

  • Committer: Robert Ancell
  • Date: 2015-11-18 00:41:59 UTC
  • Revision ID: robert.ancell@canonical.com-20151118004159-p3kryfx74fyvxojm
Backport more tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check can run a local XDMCP client
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
xdmcp-manager=localhost
 
7
xdmcp-port=9999
 
8
 
 
9
#?*START-DAEMON
 
10
#?RUNNER DAEMON-START
 
11
 
 
12
# X server starts
 
13
#?XSERVER-0 START VT=7
 
14
#?*XSERVER-0 INDICATE-READY
 
15
#?XSERVER-0 INDICATE-READY
 
16
#?XSERVER-0 ACCEPT-CONNECT
 
17
 
 
18
# Starts sending XDMCP queries
 
19
#?*XSERVER-0 START-XDMCP
 
20
#?XSERVER-0 SEND-QUERY
 
21
 
 
22
# Wait to check a greeter is not started
 
23
#?*WAIT
 
24
 
 
25
# Cleanup
 
26
#?*STOP-DAEMON
 
27
#?XSERVER-0 TERMINATE SIGNAL=15
 
28
#?RUNNER DAEMON-EXIT STATUS=0