History log of /systemd/test/TEST-02-CRYPTSETUP/test.sh
Revision Date Author Comments Expand
98ca53dac224abb9f48a4f8ac2f5cb46f69141a3 18-Jan-2016 Evgeny Vereshchagin <evvers@ya.ru>

tests: remove unnecessary setup_nspawn_root we don't run nspawn in TEST-02-CRYPTSETUP

cd949ee7348982d90fb8bdf4a37128928b82925f 25-Nov-2015 Evgeny Vereshchagin <evvers@ya.ru>

tests: don't run tests on incomplete setup

278d5115470919319c514ea37d7b14e3f7d0580b 19-Nov-2015 Evgeny Vereshchagin <evvers@ya.ru>

tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal don't lose logs from the test machine too

5c404f1ab8e96efedb983806443ca982a1b2a372 10-Nov-2015 Evgeny Vereshchagin <evvers@ya.ru>

tests: various fixes * 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

d31e10967752dcc4ee3a8b16228f434c288b5a1b 10-Jun-2014 Ronny Chevalier <chevalier.ronny@gmail.com>

tests: do not use systemctl status --failed since v212 calling systemctl status without arguments will show a overall system state

c6a77179a4097df355f0f04b8f3260c76b5e515c 10-Dec-2013 Ronny Chevalier <chevalier.ronny@gmail.com>

test: rework run_qemu 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)

1a6dc6534e329f21aa2dcde5b8af4138bb4c11f1 10-Dec-2013 Ronny Chevalier <chevalier.ronny@gmail.com>

test: fix TEST-02-CRYPTSETUP missing generate_module_dependencies call which prevents dm_mod and dm_crypt modules to be loaded

889a90422dd47284dffa32b9234a6e58991b000c 07-Nov-2013 Ronny Chevalier <chevalier.ronny@gmail.com>

test: remove duplicated code

07ba97757505ea94458ef32cdc45311fd6efc298 17-Sep-2013 Harald Hoyer <harald@redhat.com>

TEST-01-BASIC, TEST-02-CRYPTSETUP: fixed strip also output more status about failed jobs

fff87a35d9e26c0d4ea41273a963c0eb20e18da4 24-Apr-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test: make it easier to override kernel version

c90feab4ff8bc23d88d4f9c67d9652ba189cb51b 25-Jan-2013 Michal Schmidt <mschmidt@redhat.com>

test: factor out testsuite.target, end.service 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.

e8a66f4af296dc1dd4879a1401eb42bf7b7aeb01 25-Jan-2013 Michal Schmidt <mschmidt@redhat.com>

test: use non-blocking systemctl calls in testsuite.service "systemctl poweroff" called from testsuite.service will cause this unit itself to stop. To avoid deadlock, the call must not be synchronous.

71dc3ed1d95dfe246004018c2ca85156fc73c146 13-Sep-2012 Lennart Poettering <lennart@poettering.net>

test: split of cryptsetup into its own test