summaryrefslogtreecommitdiff
path: root/tests/src/test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* Add some tests and more work on remote sessionsRobert Ancell2012-08-211-0/+3
* and drop --config being passed in test-runner again; rob says it is unneededMichael Terry2012-08-171-1/+0
* add tests for multi-promptMichael Terry2012-04-241-0/+2
* pass --config to lightdm, fixing testsMichael Terry2012-04-241-0/+1
* Fix PAM conversations after authentication from locking up sessionsRobert Ancell2012-04-051-0/+2
* Handle failures in pam_setcredRobert Ancell2012-03-281-0/+6
* Check lightdm handles pam_open_session failingRobert Ancell2012-03-281-2/+4
* Add test for home directory being created on pam_open_sessionRobert Ancell2012-03-281-0/+2
* Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-14/+13
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-6/+10
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-6/+22
* Add tests for multiply PAM info prompts and two factor authenticationRobert Ancell2012-03-191-0/+4
* Add regression test for PAM conversations that have an informational promptRobert Ancell2012-03-151-0/+2
* Add ConsoleKit testRobert Ancell2012-03-011-5/+29
* Add regression tests for PAM crashing (disabled for now, enable once session-...Robert Ancell2012-02-291-2/+4
* Check autologin fails if prompted for a passwordRobert Ancell2012-02-281-15/+17
* Rename user0, user1, rename-user-invalidRobert Ancell2012-02-281-5/+5
* Split up and rename test user accountsRobert Ancell2012-02-281-13/+31
* Add tests for autologin when accounts are denied or expiredRobert Ancell2012-02-281-10/+16
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-17/+116
* Run lightdm from the pathRobert Ancell2012-02-281-3/+3
* Match full patterns in testsRobert Ancell2012-02-281-1/+9
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-151-15/+0
* Detect and handle correctly PAM modules that return user accounts that don't ...Robert Ancell2012-02-151-0/+3
* Add a regression test to check PAM renaming users worksRobert Ancell2012-02-151-0/+2
* allow asking for list of configured layouts for a given userMichael Terry2012-02-091-15/+16
* Merge with trunkRobert Ancell2012-02-091-11/+26
|\
| * merge keyboard layout/variants fix-ups branchMichael Terry2012-02-081-11/+26
| |\
| | * augment keyboard-layout test to test our ability to grab layout from the Acco...Michael Terry2012-02-071-10/+21
| | * let tests work even after lightdm drops privilegesMichael Terry2012-02-021-1/+5
* | | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+15
* | | Don't use g_key_file_unref, it requires glib 2.32Robert Ancell2012-02-071-2/+4
|/ /
* | Add regression test for Python greetersRobert Ancell2012-02-061-0/+3
* | Convert the greeter tests to being controlled by the test runnerRobert Ancell2012-02-031-0/+1
|/
* Allow child processes to be controlled by the test runner for greater controlRobert Ancell2012-02-021-172/+218
* Use a stream socket for test status so it can be bi-directionalRobert Ancell2012-02-021-26/+53
* Use GIO for socket codeRobert Ancell2012-02-011-38/+39
* Add regression tests for getting the user language and layoutRobert Ancell2012-01-231-68/+160
* Make tests exit cleanlyRobert Ancell2012-01-171-12/+14
* Move more test environment into the temporary directoryRobert Ancell2012-01-171-22/+25
* Add regression test for users that have their home directory created after au...Robert Ancell2012-01-171-9/+14
* Add regression test that checks it works when console kit is not avaiableRobert Ancell2012-01-171-4/+7
* Fix up regression testsRobert Ancell2012-01-171-26/+65
* Control more of D-Bus in the regression testsRobert Ancell2012-01-131-142/+253
* Add test services for CK and AccountsServiceRobert Ancell2012-01-121-0/+158
* Fix tests when building out of treeAurelien Gateau2011-12-061-5/+12
* Quit the daemon and bus after each child has quitRobert Ancell2011-11-291-37/+62
* Ensure all processes are stopped before stopping testRobert Ancell2011-11-291-80/+111
* Fix lockups in tests when LightDM behaves badlyRobert Ancell2011-11-291-5/+31
* Merge in VNC testsRobert Ancell2011-10-201-1/+22