aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 5.3.3dr25.5.3dr2Andreas Steffen2017-05-081-0/+2575
|
* Version bump to 5.5.2dr55.5.2dr5Andreas Steffen2017-02-231-0/+2524
|
* Version bump to 5.5.2dr3 and Linux kernel 4.95.5.2dr3Andreas Steffen2016-12-171-0/+2502
|
* testing: enable MACsec in guest kernelAndreas Steffen2016-10-181-1/+1
|
* Version bump to 5.5.1rc15.5.1rc1Andreas Steffen2016-10-111-0/+2484
|
* testing: Mount and serve testresults from the hostTobias Brunner2016-08-291-0/+5
| | | | | | | | This avoids having to copy testresults, makes results of cancelled runs browsable (runs may actually be followed live) and preserves old results when rebuilding guest images (e.g. when using the build-strongswan script). The number of consecutive test runs without any intermittent rebuild of the guest images is also not limited by the image size anymore.
* Version bump to 5.5.1dr15.5.1dr1Andreas Steffen2016-08-101-0/+2460
|
* testing: Version bump to 4.6.3 kernel and strongSwan 5.5.0Andreas Steffen2016-06-301-0/+2432
|
* testing: Update 4.x kernel configs to be compatible with Debian 8/systemdTobias Brunner2016-06-156-13/+130
|
* testing: updated testing.confAndreas Steffen2016-04-243-0/+6997
|
* testing: update to Linux 4.2 kernelAndreas Steffen2015-09-012-0/+4467
|
* testing: Enable AESNI/PCLMULQD in moon/sun guests, if supportedMartin Willi2015-07-122-0/+10
|
* testing: Migration of KVM framework to Linux 4.x kernelAndreas Steffen2015-04-251-0/+2202
|
* Added configurations for 3.18 and 3.19 KMV guest kernelsAndreas Steffen2015-03-272-0/+4346
|
* testing: Enable nat table for iptables on 3.17 kernelsTobias Brunner2014-10-131-2/+5
|
* Added KVM config for 3.16 and 3.17 kernelsAndreas Steffen2014-10-112-0/+4229
|
* testing: Enable virtio console for guestsTobias Brunner2014-10-108-16/+16
| | | | | | | | | | | This allows accessing the guests with `virsh console <name>`. Using a serial console would also be possible but our kernel configs have no serial drivers enabled, CONFIG_VIRTIO_CONSOLE is enabled though. So to avoid having to recompile the kernels let's do it this way, only requires rebuilding the guest images. References #729.
* Update KVM test framework to 3.15 guest kernel5.2.0rc1Andreas Steffen2014-06-271-0/+2083
|
* Updated test kvm tests to Linux 3.13 kernelAndreas Steffen2014-02-121-0/+2047
|
* testing: Config for Linux kernel 3.12Tobias Brunner2013-11-191-0/+2022
| | | | | | | | The most significant change is that CONFIG_ACPI_PROC_EVENT is now finally removed (after being deprecated for a long time). So to successfully shutdown the guests via ACPI the CONFIG_INPUT_EVDEV option is now enabled.
* Version bump to 5.1.1Andreas Steffen2013-10-311-0/+2005
|
* Added config-3.10Andreas Steffen2013-07-041-0/+1952
|
* implemented policy rules for OS IMVAndreas Steffen2013-06-211-0/+1892
|
* testing: Rename interfaces and bridges so they are easier to identifyTobias Brunner2013-03-1911-3/+14
| | | | | | | 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.
* testing: Don't use a specific version for the QEMU machine typeTobias Brunner2013-03-198-8/+8
| | | | | The previously used pc-1.1 is not yet available on e.g. Ubuntu 12.04. With 'pc' the most current supported version of that type is used.
* upgraded KVM test suite to Linux 3.8 kernelAndreas Steffen2013-03-031-0/+1863
|
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-178-8/+8
| | | | | | | | | | | 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
* Added config für Linux 3.6 guest kernelsAndreas Steffen2013-01-171-0/+1830
|
* Export compile directory to guestsReto Buerki2013-01-179-14/+49
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
* Add eth1 NIC to alice domainReto Buerki2013-01-171-0/+6
|
* Switch from raw images to qcow2 formatReto Buerki2013-01-178-24/+24
| | | | | 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-1711-0/+526
| | | | | | | | | 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.
* Rename build-umlkernel script to build-guestkernelReto Buerki2013-01-171-0/+1813