summaryrefslogtreecommitdiffstats
path: root/test/TEST-02-CRYPTSETUP (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add function to reduce copied setup boilerplateZbigniew Jędrzejewski-Szmek2019-10-081-8/+1
| | | | | | Many tests were also masking systemd-machined.service. But machined should only start when activated, so having it not masked shouldn't be noticable. TEST-25-IMPORT needs it.
* test: replace $TESTDIR/root with $initdirDan Streetman2019-08-171-12/+12
| | | | | The $initdir var is already set to $TESTDIR/root, it should be used instead of direct use of $TESTDIR/root.
* test: convert all uses of '|| true' into '|| :'Dan Streetman2019-07-191-1/+1
| | | | No change in functionality; just use the shorter || :
* test: ignore errors during test cleanup, so cleanup can finishDan Streetman2019-07-171-1/+2
| | | | Also move TESTDIR and STATEFILE removal into test_cleanup
* test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman2019-07-171-12/+12
| | | | | | | | | Almost all tests were manually mounting/unmounting $TESTDIR/root from the loopback image; this moves all that into test-functions so the test setup functions are simplier. Also add test_setup_cleanup() function, to cleanup what is mounted by create_empty_image_rootdir()
* test: drop || return 1 expression which is incompatible with set -eFrantisek Sumsal2019-07-081-1/+1
| | | | | | The `set -e` option is incompatible with a subshell/compound command, which is followed by || <EXPR>. In such case, the -e option is ignored in all affected subshells/functions (see man bash(1) for command `set`).
* scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
| | | | | | | | | | | | | | | | | | We had all kinds of indentation: 2 sp, 3 sp, 4 sp, 8 sp, and mixed. 4 sp was the most common, in particular the majority of scripts under test/ used that. Let's standarize on 4 sp, because many commandlines are long and there's a lot of nesting, and with 8sp indentation less stuff fits. 4 sp also seems to be the default indentation, so this will make it less likely that people will mess up if they don't load the editor config. (I think people often use vi, and vi has no support to load project-wide configuration automatically. We distribute a .vimrc file, but it is not loaded by default, and even the instructions in it seem to discourage its use for security reasons.) Also remove the few vim config lines that were left. We should either have them on all files, or none. Also remove some strange stuff like '#!/bin/env bash', yikes.
* test: use PBKDF2 instead of Argon2 in cryptsetup...Frantisek Sumsal2019-03-151-1/+1
| | | | | | to reduce memory requirements for volume manipulation. Also, to further improve the test performance, reduce number of PBKDF iterations to 1000 (allowed minimum).
* test: mask several unnecessary servicesYu Watanabe2018-11-031-0/+8
| | | | This may make CIs run faster.
* test: switch to using ext4 instead of ext3 as default fallback fs (#7265)Dimitri John Ledkov2017-11-071-2/+2
| | | | Using ext3 is not representative anymore, and Ubuntu has stopped shipping fsck.ext3 in the initramfs.
* test: Run qemu/nspawn tests with "set -e"Martin Pitt2017-08-101-2/+3
| | | | | | | | This catches errors like "ninja not found", missing programs etc. early, instead of silently ignoring them and trying to boot a broken VM. In install_config_files(), allow some distro specific files to be absent (such as /etc/sysconfig/init).
* test: Factorize common integration test functions (#6540)Martin Pitt2017-08-041-9/+1
| | | | | | | | | | | All test/TEST* but TEST-02-CRYPTSETUP share the same check_result_qemu() and test_cleanup(), so move them into test_functions and only override them in TEST-02-CRYPTSETUP. Also provide a common test_run() which by default assumes that both QEMU and nspawn tests are run. Particular tests which don't support either need to explicitly opt out by setting $TEST_NO_{QEMU,NSPAWN}. Do it this way around to avoid accidentally forgetting to opt in, and to encourage test authors to at least always support nspawn.
* tree-wide: remove uses of --failedZbigniew Jędrzejewski-Szmek2016-05-091-1/+1
| | | | It has been replaced by --state=failed.
* tests: remove unnecessary setup_nspawn_rootEvgeny Vereshchagin2016-01-181-1/+0
| | | | we don't run nspawn in TEST-02-CRYPTSETUP
* tests: don't run tests on incomplete setupEvgeny Vereshchagin2015-11-251-1/+1
|
* tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journalEvgeny Vereshchagin2015-11-191-1/+1
| | | | don't lose logs from the test machine too
* tests: various fixesEvgeny Vereshchagin2015-11-101-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
* tests: do not use systemctl status --failedRonny Chevalier2014-06-101-1/+1
| | | | | since v212 calling systemctl status without arguments will show a overall system state
* test: rework run_qemuRonny Chevalier2013-12-101-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)
* test: fix TEST-02-CRYPTSETUPRonny Chevalier2013-12-101-0/+1
| | | | | missing generate_module_dependencies call which prevents dm_mod and dm_crypt modules to be loaded
* test: remove duplicated codeRonny Chevalier2013-11-071-174/+18
|
* TEST-01-BASIC, TEST-02-CRYPTSETUP: fixed stripHarald Hoyer2013-09-171-3/+3
| | | | also output more status about failed jobs
* test: make it easier to override kernel versionZbigniew Jędrzejewski-Szmek2013-04-241-3/+1
|
* test: factor out testsuite.target, end.serviceMichal Schmidt2013-01-251-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.
* test: use non-blocking systemctl calls in testsuite.serviceMichal Schmidt2013-01-251-1/+1
| | | | | "systemctl poweroff" called from testsuite.service will cause this unit itself to stop. To avoid deadlock, the call must not be synchronous.
* test: split of cryptsetup into its own testLennart Poettering2012-09-132-0/+265