summaryrefslogtreecommitdiff
path: root/test/README.testsuite
Commit message (Collapse)AuthorAgeFilesLines
* test: explain why we explicitly make all despite test/Makefile's check ↵Chris Lamb2017-04-291-1/+1
| | | | target calling it (#5830)
* tests: fix initrd searching on Debian/UbuntuEvgeny Vereshchagin2015-11-201-1/+1
|
* remove gudev and gtk-docKay Sievers2015-06-031-2/+0
| | | | | The library moved to: https://git.gnome.org/browse/libgudev/
* test: rework run_qemuRonny Chevalier2013-12-101-3/+16
| | | | | | | | | | | | | | | 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: some trivial fixes to test scriptsZbigniew Jędrzejewski-Szmek2013-01-291-2/+2
| | | | | | | - fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations
* test/README.testsuite: add documentation for the testsuiteHarald Hoyer2012-05-291-0/+35