summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests: add smoke test for systemd-nspawnEvgeny Vereshchagin2016-10-174-0/+345
* test: add test to make sure that ProtectKernelModules=yes disconnect mount pr...Djalal Harouni2016-10-121-0/+7
* test: add test to make sure that CAP_SYS_RAWIO was removed on PrivateDevices=yesDjalal Harouni2016-10-122-0/+14
* test: add capability tests for ProtectKernelModules=Djalal Harouni2016-10-122-0/+14
* systemctl: Add --wait option to wait until started units terminate againMartin Pitt2016-10-011-0/+28
* resolved: don't query domain-limited DNS servers for other domains (#3621)Martin Pitt2016-09-301-1/+109
* test: make sure that {readonly|inaccessible|readwrite}paths disconnect mount ...Djalal Harouni2016-09-273-0/+21
* test: add tests for simple ReadOnlyPaths= caseDjalal Harouni2016-09-271-0/+7
* test: add CAP_MKNOD tests for PrivateDevices=Djalal Harouni2016-09-252-0/+14
* networkd: support drop-in directories for .network filesJean-Sébastien Bour2016-09-161-0/+30
* networkd-test: add a helper function to always clean up temporary config filesZbigniew Jędrzejewski-Szmek2016-09-161-30/+24
* tests: mount proc before `exec valgrind` (#4044)Evgeny Vereshchagin2016-08-261-0/+1
* tests: let's stick to 8ch indenting, in perl code tooLennart Poettering2016-08-191-2/+2
* test: fix test-execute personality tests on ppc64 and aarch64 (#3825)Jan Synacek2016-08-023-0/+21
* Merge pull request 3821 from davide125/fix-testsZbigniew Jędrzejewski-Szmek2016-07-311-2/+9
|\
| * tests: skip udev-test if running inside a chrootDavide Cavalca2016-07-291-0/+7
|/
* bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI".Alexander Kurtz2016-07-211-2/+2
* tests: Install missing libraries for things installed in /usr tooFelipe Sateler2016-07-031-1/+1
* tests: follow RUNPATH when installing missing librariesFelipe Sateler2016-07-031-1/+6
* test: check resolved generated resolv.conf in networkd-test (#3628)Martin Pitt2016-06-301-43/+32
* resolved: add test for route-only domain filtering (#3609)Martin Pitt2016-06-281-0/+31
* test: merge check_nspawn() into run_nspawn()Martin Pitt2016-06-247-18/+12
* tests: track and check for timeoutsMartin Pitt2016-06-243-4/+24
* tests: make TEST-12-ISSUE-3171 nspawn invocation consistent with other testsMartin Pitt2016-06-241-2/+6
* tests: don't fail if QEMU is not availableMartin Pitt2016-06-244-8/+20
* tests: force booting the kernel with SELinuxMartin Pitt2016-06-241-1/+1
* networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRALennart Poettering2016-06-071-2/+2
* tests: introduce UNIFIED_CGROUP_HIERARCHY (#3419)Evgeny Vereshchagin2016-06-031-0/+5
* resolved: fix comments in resolve.conf for search domain overflows (#3422)Martin Pitt2016-06-031-0/+71
* core: translate between IO and BlockIO settings to ease transitionTejun Heo2016-05-181-1/+1
* TEST-08: make sure / is remounted rwZbigniew Jędrzejewski-Szmek2016-05-081-0/+14
* tests: enable logging for pid1, disable for other systemd servicesZbigniew Jędrzejewski-Szmek2016-05-081-1/+3
* tests: allow root to login with empty password to test imagesZbigniew Jędrzejewski-Szmek2016-05-081-0/+3
* tree-wide: remove uses of --failedZbigniew Jędrzejewski-Szmek2016-05-082-2/+2
* tests: specify format=raw for qemu to avoid warningZbigniew Jędrzejewski-Szmek2016-05-081-1/+2
* tests: add test for #3171 (#3206)Evgeny Vereshchagin2016-05-062-0/+107
* tests: add test for #3166 (#3180)Evgeny Vereshchagin2016-05-032-0/+92
* tests: add test for https://github.com/systemd/systemd/issues/2467 (#3168)Evgeny Vereshchagin2016-05-022-0/+89
* tests: use symlink to MakefileEvgeny Vereshchagin2016-05-012-20/+2
* path-util: also support ".old" and ".new" suffixes and recommend themZbigniew Jędrzejewski-Szmek2016-04-291-2/+3
* test: chmod +x sysv-generator-testZbigniew Jędrzejewski-Szmek2016-04-281-0/+2
* tests: document requirements of networkd integration tests (#3125)Martin Pitt2016-04-261-1/+6
* tests: add test for coredump handler hanging at shutdown (#3101)Evgeny Vereshchagin2016-04-242-0/+77
* tests: don't rely on the host's systemd-nspawn, don't register test machine (...Evgeny Vereshchagin2016-04-132-2/+8
* test: udev: Check tagsMartin Pitt2016-04-061-0/+24
* test: udev: check exit code of test-udevMartin Pitt2016-04-061-6/+15
* tests: don't rely on the underlying fs in test-udev (v2)Evgeny Vereshchagin2016-04-062-11/+11
* tests: don't rely on underlying fs in udev-test, use tmpfs insteadEvgeny Vereshchagin2016-04-051-0/+9
* basic: fallback to fstatat if entry->d_type is DT_UNKNOWNEvgeny Vereshchagin2016-04-041-2/+11
* Merge pull request #2760 from ronnychevalier/rc/core_no_new_privileges_seccompv3Daniel Mack2016-03-217-0/+62
|\