summaryrefslogtreecommitdiff
path: root/src/test/test-execute.c
Commit message (Expand)AuthorAgeFilesLines
* test-execute: skip test_exec_systemcallfilter_system under ASanFrantisek Sumsal2019-07-311-1/+6
* core: ExecCondition= for servicesAnita Zhang2019-07-171-2/+48
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-301-7/+6
|\
| * test-execute: use CPUSet tooZbigniew Jędrzejewski-Szmek2019-05-291-7/+6
* | test-execute: let's ignore the difference between CLD_KILLED and CLD_DUMPEDLennart Poettering2019-05-241-1/+7
* | test-execute: check exit code before exit statusLennart Poettering2019-05-241-6/+8
|/
* test-execute: skip flaky test when we can't unshare namespacesZbigniew Jędrzejewski-Szmek2019-03-261-1/+6
* test-execute: provide custom failure messageZbigniew Jędrzejewski-Szmek2019-03-261-118/+128
* test-execute: block /sys not /procZbigniew Jędrzejewski-Szmek2019-03-151-1/+1
* test-execute: allow filtering test cases by patternZbigniew Jędrzejewski-Szmek2019-03-151-49/+61
* test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe2019-03-131-0/+5
* test-execute: avoid undefined variable warning when compiled w/o seccompZbigniew Jędrzejewski-Szmek2019-03-071-1/+1
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-0/+1
* test-execute: unset $HOME before testingYu Watanabe2019-02-011-0/+1
* test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for F...Lennart Poettering2019-01-161-1/+1
* capability: fix build without PR_CAP_AMBIENTFabrice Fontaine2019-01-111-0/+1
* tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-031-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tests: skip test-execute on TravisCI under ASanEvgeny Vereshchagin2018-11-241-7/+7
* tests: skip test_exec_ambientcapabilities on Travis CI under ASanEvgeny Vereshchagin2018-11-201-0/+7
* tests: always use the right vtable wrapper callsLennart Poettering2018-11-201-1/+1
* test-execute: fix killing of unit processesLennart Poettering2018-11-191-1/+1
* test: kill all processes launched by test-execute before exitingEvgeny Vereshchagin2018-11-191-0/+3
* test: skip various tests if namespacing is not availableLennart Poettering2018-10-241-1/+3
* test-execute: add a test for systemcall filter (#10273)Yu Watanabe2018-10-051-0/+1
* test-execute: also tests under the condition that unshare() is filteredYu Watanabe2018-10-031-29/+61
* test-execute: skip several tests when running in containerYu Watanabe2018-09-211-1/+11
* test-execute: also check python3 is installed or notYu Watanabe2018-09-211-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-101-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