summaryrefslogtreecommitdiff
path: root/test/TEST-19-DELEGATE
Commit message (Collapse)AuthorAgeFilesLines
* cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down2019-01-031-1/+1
| | | | | | | | | | Nitpicky, but we've used a lot of random spacings and names in the past, but we're trying to be completely consistent on "cgroup vN" now. Generated by `fd -0 | xargs -0 -n1 sed -ri --follow-symlinks 's/cgroups? ?v?([0-9])/cgroup v\1/gI'`. I manually ignored places where it's not appropriate to replace (eg. "cgroup2" fstype and in src/shared/linux).
* test: extend testcase to ensure controller membership doesn't regressLennart Poettering2018-11-231-2/+19
|
* test: mask several unnecessary servicesYu Watanabe2018-11-031-0/+8
| | | | This may make CIs run faster.
* test: replace duplicated Makefile by symbolic linkYu Watanabe2018-10-091-4/+1
|
* test: Fix typo in TEST-19-DELEGATEMichael Biebl2018-07-151-1/+1
|
* test: make sure "make" in the test directories works againLennart Poettering2017-12-151-1/+1
| | | | Fixes: #7648
* tests: try to autodetect directory betterZbigniew Jędrzejewski-Szmek2017-12-061-1/+1
| | | | | | | | | | Ignore mkosi.builddir. In the future we can also add other patterns if necessary. run-intergration-tests.sh is updated to use the new script, and modified to work from arbitrary directory. Follow-up for #7494.
* test: skip DELEGATE test if the kernel can't do cgroupv2 (#7445)Lennart Poettering2017-11-241-8/+12
| | | Fixes: #7440
* test: add a test case that validates cgroup delegationLennart Poettering2017-11-213-0/+67
This test runs on the unified hierarchy, and ensures that cgroup delegation works properly, i.e. writ access is granted and the requested controllers are enabled.