summaryrefslogtreecommitdiff
path: root/test/TEST-02-CRYPTSETUP
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08tree-wide: remove uses of --failedZbigniew Jędrzejewski-Szmek1-1/+1
It has been replaced by --state=failed.
2016-01-18tests: remove unnecessary setup_nspawn_rootEvgeny Vereshchagin1-1/+0
we don't run nspawn in TEST-02-CRYPTSETUP
2015-11-25tests: don't run tests on incomplete setupEvgeny Vereshchagin1-1/+1
2015-11-19tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journalEvgeny Vereshchagin1-1/+1
don't lose logs from the test machine too
2015-11-10tests: various fixesEvgeny Vereshchagin1-1/+1
* remove journal flushing (systemd-journal-flush.service runs journalctl --flush on boot) * use sh -c and PATH instead of @SYSTEMCTL@ expansion * remove unnecessary semicolons etc
2014-06-10tests: do not use systemctl status --failedRonny Chevalier1-1/+1
since v212 calling systemctl status without arguments will show a overall system state
2013-12-10test: rework run_qemuRonny Chevalier1-6/+2
It tries to find a suitable QEMU binary and will use KVM if present. We can now configure QEMU from outside with 4 variables : - $QEMU_BIN : path to QEMU's binary - $KERNEL_APPEND : arguments appended to kernel cmdline - $KERNEL_BIN : path to a kernel Default /boot/vmlinuz-$KERNEL_VER - $INITRD : path to an initramfs Default /boot/initramfs-${KERNEL_VER}.img - $QEMU_SMP : number of CPU simulated by QEMU. Default 1 (from Alexander Graf's script: http://www.spinics.net/lists/kvm/msg72389.html)
2013-12-10test: fix TEST-02-CRYPTSETUPRonny Chevalier1-0/+1
missing generate_module_dependencies call which prevents dm_mod and dm_crypt modules to be loaded
2013-11-07test: remove duplicated codeRonny Chevalier1-174/+18
2013-09-17TEST-01-BASIC, TEST-02-CRYPTSETUP: fixed stripHarald Hoyer1-3/+3
also output more status about failed jobs
2013-04-24test: make it easier to override kernel versionZbigniew Jędrzejewski-Szmek1-3/+1
2013-01-25test: factor out testsuite.target, end.serviceMichal Schmidt1-10/+4
Tests can use the same testsuite.target. Add end.service to call poweroff instead of doing it from ExecStopPost where it may be skipped on failure of ExecStart.
2013-01-25test: use non-blocking systemctl calls in testsuite.serviceMichal Schmidt1-1/+1
"systemctl poweroff" called from testsuite.service will cause this unit itself to stop. To avoid deadlock, the call must not be synchronous.
2012-09-13test: split of cryptsetup into its own testLennart Poettering2-0/+265