summaryrefslogtreecommitdiffstats
path: root/src/test/test-execute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* test-execute: skip several tests when running in containerYu Watanabe2018-09-201-1/+11
* test-execute: also check python3 is installed or notYu Watanabe2018-09-201-0/+17
* tests: add a helper function to skip with errnoZbigniew Jędrzejewski-Szmek2018-09-141-4/+2
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+1
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-8/+4
* test: remove support for suffix in get_testdata_dir()Filipe Brandenburger2018-09-121-1/+3
* test: add tests for DynamicUser= with static User= whose UID and GID are diff...Yu Watanabe2018-07-261-0/+23
* Add support for opening files for appendingZsolt Dollenstein2018-07-201-0/+10
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe2018-06-031-0/+1
* Merge pull request #8817 from yuwata/cleanup-nsflagsLennart Poettering2018-05-241-0/+3
|\
| * test: add tests for merging RestrictNamespaces=Yu Watanabe2018-05-051-0/+3
* | core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* | test-execute: remove state directories before running testsYu Watanabe2018-05-111-0/+6
* | test: add testcase for environment file variables with backslashesJoost Heitbrink2018-05-111-1/+4
|/
* test: add tests for PrivateDevices= with '+' prefixYu Watanabe2018-05-011-0/+1
* tests: compare with correct shellLennart Poettering2018-04-191-0/+1
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-1/+6
|\
| * systemd: do not require absolute paths in ExecStartZbigniew Jędrzejewski-Szmek2018-04-161-0/+5
| * tests: use manager_load_startable_unit_or_warn() to load unitsZbigniew Jędrzejewski-Szmek2018-04-161-1/+1
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* test-execute: Introduce tests for environment values containing newlinesFilipe Brandenburger2018-03-171-1/+4
* Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek2018-03-111-1/+1
* Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek2018-03-111-3/+1
* test-execute: use CAP_CHOWN instead of CAP_NET_ADMINYu Watanabe2018-03-041-1/+1
* test-execute: check capabilities before running testsYu Watanabe2018-03-041-0/+14
* test-execute: change log level from error to noticeYu Watanabe2018-03-041-15/+15
* test-execute: rename tests for AmbientCapabilities=Yu Watanabe2018-03-041-6/+6
* test-execute: add tests with user/group daemonYu Watanabe2018-03-021-41/+46
* test-execute: add a test for the case that NOBODY_GROUP_NAME is nogroupYu Watanabe2018-03-011-0/+2
* test-execute: check nobody user and group are configured correctlyYu Watanabe2018-03-011-16/+89
* test: use setup_fake_runtime_dir() in test-executeYu Watanabe2018-02-261-1/+2
* test: add tests for TemporaryFileSystem=Yu Watanabe2018-02-211-0/+9
* test-execute: use the "nogroup" group if it exists for testingLennart Poettering2017-12-061-2/+3
* test-execute: add tests for CPUAffinity=Yu Watanabe2017-12-061-0/+26
* test-execute: add test for that DynamicUser= migrate StateDirectory=Yu Watanabe2017-12-051-0/+7
* test-execute: cleanupYu Watanabe2017-12-051-103/+96
* tests: make "test-execute" work in "sudo ninja -C build test" (#7463)Lennart Poettering2017-11-241-0/+3
* test-execute: test more % specifiers (#7450)Yu Watanabe2017-11-241-0/+1
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-0/+10
|\
| * test: add basic test for StandardInput=file:Lennart Poettering2017-11-171-0/+5
| * test: add tests for StandardInputText= and StandardInputData=Lennart Poettering2017-11-171-0/+5
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* test-execute: update test for SystemCallErrorNumber=Yu Watanabe2017-11-111-2/+4
* test: add tests for syscall:errno style in SystemCallFilter=Yu Watanabe2017-11-111-0/+3
* test: add test for ReadOnlyPaths= with RuntimeDirectory=Yu Watanabe2017-11-081-0/+1
* test: add simple test for validating some of the unit specifiers we supportLennart Poettering2017-10-261-0/+5
* test: add test for BindPaths= and BindReadOnlyPaths=Yu Watanabe2017-10-121-0/+11