diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-09-07 13:30:04 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-09-07 13:30:04 +1000 |
commit | 1fa9f9a2520906cb7f5da381b642c25699c6a511 (patch) | |
tree | 47e5813b66a3b1d79f75eb45ac7befc829a4c78d /tests/scripts/plymouth-active-vt.conf | |
parent | f7f401b2c8454d89ff84794974c7d7b48872cb75 (diff) | |
download | lightdm-1fa9f9a2520906cb7f5da381b642c25699c6a511.tar.gz |
Merge .script and .conf files in tests
Diffstat (limited to 'tests/scripts/plymouth-active-vt.conf')
-rw-r--r-- | tests/scripts/plymouth-active-vt.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/scripts/plymouth-active-vt.conf b/tests/scripts/plymouth-active-vt.conf index cb3e3fc7..c97ee9a0 100644 --- a/tests/scripts/plymouth-active-vt.conf +++ b/tests/scripts/plymouth-active-vt.conf @@ -1,4 +1,39 @@ +# +# Check Plymouth quits when X server is started. Plymouth is on an active VT so it handshakes with the X server. +# + [test-plymouth-config] enabled=true has-active-vt=true active=true + +#?RUNNER DAEMON-START + +# Check if Plymouth is running +#?PLYMOUTH PING ACTIVE=TRUE +#?PLYMOUTH HAS-ACTIVE-VT=TRUE +#?PLYMOUTH DEACTIVATE + +# X server starts +#?XSERVER :50 START +#?XSERVER :50 INDICATE-READY + +# Plymouth quits but keeps image in framebuffer +#?PLYMOUTH QUIT RETAIN-SPLASH=TRUE + +# LightDM connects to X server +#?XSERVER :50 ACCEPT-CONNECT + +# Greeter starts +#?GREETER START +#?XSERVER :50 ACCEPT-CONNECT +#?GREETER CONNECT-XSERVER :50 +#?GREETER CONNECT-TO-DAEMON +#?GREETER CONNECTED-TO-DAEMON + +# Cleanup +#?*STOP-DAEMON +# Don't know what order they will terminate +#?(GREETER TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15) +#?(GREETER TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15) +#?RUNNER DAEMON-EXIT STATUS=0 |