summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* tests: Ensure session bus has started before integration testSimon McVittie2022-02-211-2/+13
| | | | | | | | | | The session dbus-daemon won't necessarily be run immediately on login if we are using systemd socket activation for it, and the transient services directory $XDG_RUNTIME_DIR/dbus-1/services isn't created until it's actually run. Ping the dbus-daemon to make sure it's available. Signed-off-by: Simon McVittie <smcv@debian.org> Bug-Debian: https://bugs.debian.org/1005889
* transient-services integration test: Create the right directorySimon McVittie2017-04-181-1/+1
| | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100686
* Add a simple integration test for transient servicesSimon McVittie2017-02-211-0/+191
Because this is in a subdirectory, it requires some extra `mkdir -p` and some `nobase_` variables. Make all the installed-tests `nobase_` for consistency. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>