summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaércio de Sousa <lbsousajr@gmail.com>2014-09-03 12:04:03 -0300
committerLaércio de Sousa <lbsousajr@gmail.com>2014-09-03 12:04:03 -0300
commit7435755692ddae2b7d49ee6d6173f195165038b8 (patch)
treef422f6744c6c27ab01dbbf972febbfa5e0f24d10 /tests
parent164a1039ebe06d10513bc563e7bb7351977590e8 (diff)
downloadlightdm-7435755692ddae2b7d49ee6d6173f195165038b8.tar.gz
Remove dashes from logind seat IDs in test script
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/multi-seat-globbing-config-sections.conf28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/scripts/multi-seat-globbing-config-sections.conf b/tests/scripts/multi-seat-globbing-config-sections.conf
index e31d9acf..3109e649 100644
--- a/tests/scripts/multi-seat-globbing-config-sections.conf
+++ b/tests/scripts/multi-seat-globbing-config-sections.conf
@@ -9,10 +9,10 @@ user-session=default
[Seat:seat*Foo]
autologin-user-timeout=99
-[Seat:seat-AAA-Foo]
+[Seat:seatAAAFoo]
autologin-user=have-password2
-[Seat:seat-BBB*]
+[Seat:seatBBB*]
autologin-user=have-password3
#?*START-DAEMON
@@ -30,17 +30,17 @@ autologin-user=have-password3
#?XSERVER-0 ACCEPT-CONNECT
#?SESSION-X-0 CONNECT-XSERVER
-# Add seat-AAA-Foo
-#?*ADD-SEAT ID=seat-AAA-Foo
+# Add seatAAAFoo
+#?*ADD-SEAT ID=seatAAAFoo
-# seat-AAA-Foo starts
-#?XSERVER-1 START SEAT=seat-AAA-Foo SHAREVTS=TRUE
+# seatAAAFoo starts
+#?XSERVER-1 START SEAT=seatAAAFoo SHAREVTS=TRUE
#?*XSERVER-1 INDICATE-READY
#?XSERVER-1 INDICATE-READY
#?XSERVER-1 ACCEPT-CONNECT
# Greeter starts
-#?GREETER-X-1 START XDG_SEAT=seat-AAA-Foo XDG_SESSION_CLASS=greeter
+#?GREETER-X-1 START XDG_SEAT=seatAAAFoo XDG_SESSION_CLASS=greeter
#?LOGIN1 ACTIVATE-SESSION SESSION=c1
#?XSERVER-1 ACCEPT-CONNECT
#?GREETER-X-1 CONNECT-XSERVER
@@ -57,22 +57,22 @@ autologin-user=have-password3
#?GREETER-X-1 TERMINATE SIGNAL=15
# Session starts for configured user
-#?SESSION-X-1 START XDG_SEAT=seat-AAA-Foo XDG_GREETER_DATA_DIR=.*/have-password2 XDG_SESSION_TYPE=x11 XDG_SESSION_DESKTOP=default USER=have-password2
+#?SESSION-X-1 START XDG_SEAT=seatAAAFoo XDG_GREETER_DATA_DIR=.*/have-password2 XDG_SESSION_TYPE=x11 XDG_SESSION_DESKTOP=default USER=have-password2
#?LOGIN1 ACTIVATE-SESSION SESSION=c2
#?XSERVER-1 ACCEPT-CONNECT
#?SESSION-X-1 CONNECT-XSERVER
-# Add seat-BBB-Foo
-#?*ADD-SEAT ID=seat-BBB-Foo
+# Add seatBBBFoo
+#?*ADD-SEAT ID=seatBBBFoo
-# seat-BBB-Foo starts
-#?XSERVER-2 START SEAT=seat-BBB-Foo SHAREVTS=TRUE
+# seatBBBFoo starts
+#?XSERVER-2 START SEAT=seatBBBFoo SHAREVTS=TRUE
#?*XSERVER-2 INDICATE-READY
#?XSERVER-2 INDICATE-READY
#?XSERVER-2 ACCEPT-CONNECT
# Greeter starts
-#?GREETER-X-2 START XDG_SEAT=seat-BBB-Foo XDG_SESSION_CLASS=greeter
+#?GREETER-X-2 START XDG_SEAT=seatBBBFoo XDG_SESSION_CLASS=greeter
#?LOGIN1 ACTIVATE-SESSION SESSION=c3
#?XSERVER-2 ACCEPT-CONNECT
#?GREETER-X-2 CONNECT-XSERVER
@@ -89,7 +89,7 @@ autologin-user=have-password3
#?GREETER-X-2 TERMINATE SIGNAL=15
# Session starts for configured user
-#?SESSION-X-2 START XDG_SEAT=seat-BBB-Foo XDG_GREETER_DATA_DIR=.*/have-password3 XDG_SESSION_TYPE=x11 XDG_SESSION_DESKTOP=default USER=have-password3
+#?SESSION-X-2 START XDG_SEAT=seatBBBFoo XDG_GREETER_DATA_DIR=.*/have-password3 XDG_SESSION_TYPE=x11 XDG_SESSION_DESKTOP=default USER=have-password3
#?LOGIN1 ACTIVATE-SESSION SESSION=c4
#?XSERVER-2 ACCEPT-CONNECT
#?SESSION-X-2 CONNECT-XSERVER