summaryrefslogtreecommitdiff
path: root/test/TEST-03-JOBS
Commit message (Collapse)AuthorAge
* test: add test for crash when adding a JOB_NOPMichal Schmidt2014-11-26
|
* test: rework run_qemuRonny Chevalier2013-12-10
| | | | | | | | | | | | | | | 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: remove duplicated codeRonny Chevalier2013-11-07
|
* TEST-03-JOBS/test.sh: do not output the "failed" if it does not existHarald Hoyer2013-09-17
|
* test: make it easier to override kernel versionZbigniew Jędrzejewski-Szmek2013-04-24
|
* test: test irreversible jobsMichal Schmidt2013-02-23
|
* test: some trivial fixes to test scriptsZbigniew Jędrzejewski-Szmek2013-01-29
| | | | | | | - fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations
* test: add test for jobsMichal Schmidt2013-01-25
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.