aboutsummaryrefslogtreecommitdiffstats
path: root/testing/start-testing
Commit message (Collapse)AuthorAgeFilesLines
* testing: Make sure the kernel exists when startingTobias Brunner2014-08-251-0/+1
|
* fix start of wpa_supplicantAndreas Steffen2013-03-311-0/+3
|
* testing: Rename interfaces and bridges so they are easier to identifyTobias Brunner2013-03-191-2/+2
| | | | | | | This simplifies capturing traffic with Wireshark on the host as each of the guest's interfaces is clearly identified. The three bridges were previously numbered starting from 0, this scheme is restored here.
* Check kvm command existence in start-testingReto Buerki2013-02-221-1/+1
|
* Enforce reception of multicast traffic on virbr[1|2]Reto Buerki2013-01-171-0/+11
| | | | This is needed to let the ha/both-active test pass.
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-2/+3
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* Make test scripts callable from any pathReto Buerki2013-01-171-2/+4
|
* Export compile directory to guestsReto Buerki2013-01-171-0/+4
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
* Create all images in $BUILDDIR/imagesReto Buerki2013-01-171-1/+1
|
* start-testing requires virshTobias Brunner2013-01-171-0/+2
|
* Unify naming of base,root image settingsReto Buerki2013-01-171-1/+1
|
* Switch from raw images to qcow2 formatReto Buerki2013-01-171-1/+1
| | | | | This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space.
* Use qemu/KVM virtualization instead of UMLReto Buerki2013-01-171-36/+20
| | | | | | | | | Guest and network configuration is setup using the libvirt virtualization API. The [start|stop]_testing scripts have been updated accordingly. qemu/KVM does not currently support a hostfs, so the shared build tree mount has been dropped for now.
* Simplify test starting and stopping logicReto Buerki2013-01-171-22/+0
| | | | | | | | | Reduce the coupling of the different scripts. make-testing : Build the testing environment start-testing : Start switches and guests do-tests : Run tests stop-testing : Stop switches and guests
* testing: Switch to Debian based guest imagesReto Buerki2012-12-181-21/+2
| | | | | | | | | | Instead of extracting a downloaded Gentoo filesystem tree into a file containing a reiserfs filesystem, create an ext3 filesystem inside a sparse file, mount it and debootstrap an up-to-date Debian system. Use this image as base for all UML guest images. Also, drop support for the various consoles and use xterm unconditionally.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-3/+3
|
* activated svn:keywords on all UML scriptsAndreas Steffen2008-03-011-1/+1
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+4
| | | | | includes a lot of other modifications
* - import of strongswan-2.7.0Martin Willi2006-04-281-0/+83
- applied patch for charon