summaryrefslogtreecommitdiff
path: root/test/TEST-01-BASIC
Commit message (Expand)AuthorAgeFilesLines
* test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman2019-07-161-6/+1
* test: drop || return 1 expression which is incompatible with set -eFrantisek Sumsal2019-07-081-1/+1
* test: correctly fail when system is borkedFrantisek Sumsal2019-05-271-1/+1
* scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* test: drop service masking in TEST-01-BASICFrantisek Sumsal2019-01-111-7/+0
* tests: reproduce https://github.com/systemd/systemd/issues/11251Evgeny Vereshchagin2018-12-291-1/+1
* test: don't run TEST-01-BASIC in unprivileged containers on Travis CIEvgeny Vereshchagin2018-12-241-1/+1
* tests: clean up again after running tests (#10446)Lennart Poettering2018-10-191-1/+6
* tests: also run TEST-01-BASIC in an unprivileged container (#9957)Evgeny Vereshchagin2018-08-301-0/+1
* test: make sure "make" in the test directories works againLennart Poettering2017-12-151-1/+1
* tests: try to autodetect directory betterZbigniew Jędrzejewski-Szmek2017-12-061-1/+1
* test: Run qemu/nspawn tests with "set -e"Martin Pitt2017-08-101-0/+1
* test: Factorize common integration test functions (#6540)Martin Pitt2017-08-041-34/+0
* test: try to guess the build directoryZbigniew Jędrzejewski-Szmek2017-07-181-1/+3
* test: convert test/ to use meson installZbigniew Jędrzejewski-Szmek2017-07-181-10/+2
* test: merge check_nspawn() into run_nspawn()Martin Pitt2016-06-241-2/+1
* tree-wide: remove uses of --failedZbigniew Jędrzejewski-Szmek2016-05-081-1/+1
* tests: don't run tests on incomplete setupEvgeny Vereshchagin2015-11-251-1/+1
* Merge pull request #1957 from zonque/qemu-testLennart Poettering2015-11-241-0/+7
|\
| * test: 01-basic: mask some services that currently don't run in qemuDaniel Mack2015-11-191-0/+7
* | tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journalEvgeny Vereshchagin2015-11-191-1/+1
|/
* tests: various fixesEvgeny Vereshchagin2015-11-101-1/+1
* tests: do not use systemctl status --failedRonny Chevalier2014-06-101-1/+1
* test: rework run_qemuRonny Chevalier2013-12-101-6/+2
* test: remove duplicated codeRonny Chevalier2013-11-071-178/+12
* TEST-01-BASIC, TEST-02-CRYPTSETUP: fixed stripHarald Hoyer2013-09-171-3/+3
* test: make it easier to override kernel versionZbigniew Jędrzejewski-Szmek2013-04-241-3/+1
* test: some trivial fixes to test scriptsZbigniew Jędrzejewski-Szmek2013-01-291-3/+3
* test: factor out testsuite.target, end.serviceMichal Schmidt2013-01-251-10/+4
* test: use non-blocking systemctl calls in testsuite.serviceMichal Schmidt2013-01-251-1/+1
* test: split of cryptsetup into its own testLennart Poettering2012-09-131-35/+2
* nspawn: introduce new --capabilities= flag and make use of it in the nspawn t...Lennart Poettering2012-06-281-1/+1
* test: reenable nspawn, even if it fails for nowLennart Poettering2012-06-281-2/+1
* test/TEST-01-BASIC: add /var on cryptoluks and wait for the journalHarald Hoyer2012-05-291-25/+89
* test/TEST-01-BASIC: fail test, if qemu failedHarald Hoyer2012-05-291-1/+2
* test/TEST-01-BASIC: make DEBUGTOOLS an environment variableHarald Hoyer2012-05-291-4/+3
* test/TEST-01-BASIC: add missing "; then"Harald Hoyer2012-05-241-1/+1
* test/TEST-01-BASIC: only test systemd-nspawn, if the test system uses systemdHarald Hoyer2012-05-241-1/+3
* test/TEST-01-BASIC: add systemd-nspawn run with the root imageHarald Hoyer2012-05-241-2/+24
* test/TEST-01-BASIC: untabifiedHarald Hoyer2012-05-241-39/+39
* test/TEST-01-BASIC: add a defined rc.localHarald Hoyer2012-05-241-1/+6
* test/TEST-01-BASIC: add /etc/localtime to test imageHarald Hoyer2012-05-241-6/+6
* test: add touch to test machineLennart Poettering2012-05-241-1/+1
* test: check systemctl --failed in test VMLennart Poettering2012-05-241-2/+5
* test: introduce a basic testsuite frameworkHarald Hoyer2012-05-222-0/+200