cd949ee7348982d90fb8bdf4a37128928b82925f |
|
25-Nov-2015 |
Evgeny Vereshchagin <evvers@ya.ru> |
tests: don't run tests on incomplete setup |
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) |
889a90422dd47284dffa32b9234a6e58991b000c |
|
07-Nov-2013 |
Ronny Chevalier <chevalier.ronny@gmail.com> |
test: remove duplicated code |
41a5ef639b248aa3d10609d9af5d0043b909d93c |
|
17-Sep-2013 |
Harald Hoyer <harald@redhat.com> |
TEST-03-JOBS/test.sh: do not output the "failed" if it does not exist |
fff87a35d9e26c0d4ea41273a963c0eb20e18da4 |
|
24-Apr-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
test: make it easier to override kernel version |
d710d36375bacbf9cfb8903107bedf2c0aada84e |
|
23-Feb-2013 |
Michal Schmidt <mschmidt@redhat.com> |
test: test irreversible jobs |
7bcd865d386d96caac83cb1c589fdb8f9ce3b081 |
|
30-Jan-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
test: some trivial fixes to test scripts
- fix typo
- use compiled systemd-nspawn
- drop --capability=... from systemd-nspawn invocation, is is the default now
- simplify sudo make invocations |
b5da077ddf01546c4a85688624d6957766d6c00c |
|
25-Jan-2013 |
Michal Schmidt <mschmidt@redhat.com> |
test: add test for jobs
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. |