Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | test: add missing test units | Lennart Poettering | |
2014-02-14 | test: add basic seccomp tests | Ronny Chevalier | |
2014-02-14 | test: print the important commands to make debugging easier | Zbigniew Jędrzejewski-Szmek | |
2014-02-14 | test: make the image bigger | Zbigniew Jędrzejewski-Szmek | |
I got some errors about lack of disk space... 100MB either way shouldn't matter. | |||
2013-12-10 | test: wrap $LOOPDEV in quotes | Zbigniew Jędrzejewski-Szmek | |
Otherwise things go awry if it is not set ('[ -b ]' is not the same as '[ -b "" ]'!). | |||
2013-12-10 | test: rework run_qemu | Ronny Chevalier | |
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-10 | test: fix TEST-02-CRYPTSETUP | Ronny Chevalier | |
missing generate_module_dependencies call which prevents dm_mod and dm_crypt modules to be loaded | |||
2013-11-22 | cgroups: Cache controller masks and optimize queues. | David Strauss | |
2013-11-07 | test: remove duplicated code | Ronny Chevalier | |
2013-09-17 | TEST-03-JOBS/test.sh: do not output the "failed" if it does not exist | Harald Hoyer | |
2013-09-17 | TEST-01-BASIC, TEST-02-CRYPTSETUP: fixed strip | Harald Hoyer | |
also output more status about failed jobs | |||
2013-08-14 | test: add licence header and switch to LGPL | Kay Sievers | |
Checked with and got OK from Martin. | |||
2013-04-24 | test: make it easier to override kernel version | Zbigniew Jędrzejewski-Szmek | |
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | |
2013-02-23 | test: test irreversible jobs | Michal Schmidt | |
2013-01-29 | test: some trivial fixes to test scripts | Zbigniew Jędrzejewski-Szmek | |
- fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations | |||
2013-01-28 | update .gitignore | Kay Sievers | |
2013-01-25 | test: add test for jobs | Michal Schmidt | |
Add a test case for job merging with --ignore-dependencies. test.sh is copied from TEST-01-*, only lightly modified (this should be refactored better in the future). test-jobs.sh is the core of this test. | |||
2013-01-25 | test: factor out testsuite.target, end.service | Michal Schmidt | |
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-25 | test: use non-blocking systemctl calls in testsuite.service | Michal Schmidt | |
"systemctl poweroff" called from testsuite.service will cause this unit itself to stop. To avoid deadlock, the call must not be synchronous. | |||
2012-12-17 | licence: remove references to old FSF address | Sami Kerola | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206 | |||
2012-11-15 | sched: Only setting CPUSchedulingPriority=rr doesn't work | Holger Hans Peter Freyther | |
A service that only sets the scheduling policy to round-robin fails to be started. This is because the cpu_sched_priority is initialized to 0 and is not adjusted when the policy is changed. Clamp the cpu_sched_priority when the scheduler policy is set. Use the current policy to validate the new priority. Change the manual page to state that the given range only applies to the real-time scheduling policies. Add a testcase that verifies this change: $ make test-sched-prio; ./test-sched-prio [test/sched_idle_bad.service:6] CPU scheduling priority is out of range, ignoring: 1 [test/sched_rr_bad.service:7] CPU scheduling priority is out of range, ignoring: 0 [test/sched_rr_bad.service:8] CPU scheduling priority is out of range, ignoring: 100 | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-10-09 | udev: fix rule-syntax-check.py | Kay Sievers | |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers | |
2012-09-13 | test: split of cryptsetup into its own test | Lennart Poettering | |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | |
2012-06-28 | nspawn: introduce new --capabilities= flag and make use of it in the nspawn ↵ | Lennart Poettering | |
test case | |||
2012-06-28 | test: reenable nspawn, even if it fails for now | Lennart Poettering | |
2012-05-29 | test/README.testsuite: add documentation for the testsuite | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: add /var on cryptoluks and wait for the journal | Harald Hoyer | |
2012-05-29 | test/test-functions: add check_qemu() and check_nspawn() functions | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: fail test, if qemu failed | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: make DEBUGTOOLS an environment variable | Harald Hoyer | |
2012-05-29 | test/test-functions: be more verbose about skipping tests | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add missing "; then" | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: only test systemd-nspawn, if the test system uses systemd | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add systemd-nspawn run with the root image | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: untabified | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add a defined rc.local | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add /etc/localtime to test image | Harald Hoyer | |
2012-05-24 | test: add touch to test machine | Lennart Poettering | |
2012-05-24 | test: check systemctl --failed in test VM | Lennart Poettering | |
2012-05-22 | test: introduce a basic testsuite framework | Harald Hoyer | |
$ cd test $ sudo make check will run all tests in the TEST-* subdirectories $ cd test/TEST-01-BASIC $ sudo make clean setup run will run the different stages of the test for debugging purposes | |||
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-14 | udev: test - move test/ and src/test/ | Kay Sievers | |
2012-04-12 | test: test tools should still be in the src/ directory | Lennart Poettering | |
2012-04-12 | move a couple of test-*.c to test/ | Kay Sievers | |
2011-12-31 | test: rename test directory | Lennart Poettering | |