[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 08/10] Introduce cirros-qemu-pvhvm test
This test is similar to cirros-qemu-hvm test, differing by explicitly exposing the xen netfront and blockfront drivers Signed-off-by: Géza Gémes <geza.gemes@xxxxxxxxx> --- tests/cirros-qemu-pvhvm | 29 +++++++++++++++++++++++++++++ tests/series | 1 + 2 files changed, 30 insertions(+) create mode 100644 tests/cirros-qemu-pvhvm diff --git a/tests/cirros-qemu-pvhvm b/tests/cirros-qemu-pvhvm new file mode 100644 index 0000000..28c4f9d --- /dev/null +++ b/tests/cirros-qemu-pvhvm @@ -0,0 +1,29 @@ +#!/usr/bin/env bash + +set -e + +function cirros-qemu-pvhvm-cleanup() { + tear_down_cirros_tests $tmpdir +} + +function cirros-qemu-pvhvm-test() { + if [[ ! -d $tmpdir ]] + then + set_up_cirros_tests + fi + cd $tmpdir + cat >cirros-qemu-pvhvm.cfg <<EOF +name = "raisin-test" +builder = "hvm" +xen_platform_pci = 1 +memory = 128 +vcpus = 2 +disk = [ '${tmpdir}/${CIRROS_DISK_FILE},raw,xvda,rw' ] +vif = [ 'bridge=xenbr1' ] +serial="pty" +boot="c" +EOF + + $SUDO xl create cirros-qemu-pvhvm.cfg + check_guest_alive +} diff --git a/tests/series b/tests/series index 7b1ad8e..51dbe17 100644 --- a/tests/series +++ b/tests/series @@ -6,3 +6,4 @@ cirros-pygrub-pv cirros-pvgrub2-pv cirros-qemu-hvm cirros-minios-stubdom-hvm +cirros-qemu-pvhvm -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |