[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 03/10] Introduce cirros-separate-kernel-pv test
On Sat, 25 Mar 2017, Géza Gémes wrote: > This test is the cirros equivalent of the busybox-pv test > > Signed-off-by: Géza Gémes <geza.gemes@xxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > tests/cirros-separate-kernel-pv | 28 ++++++++++++++++++++++++++++ > tests/series | 1 + > 2 files changed, 29 insertions(+) > create mode 100644 tests/cirros-separate-kernel-pv > > diff --git a/tests/cirros-separate-kernel-pv b/tests/cirros-separate-kernel-pv > new file mode 100644 > index 0000000..fab5856 > --- /dev/null > +++ b/tests/cirros-separate-kernel-pv > @@ -0,0 +1,28 @@ > +#!/usr/bin/env bash > + > +set -e > + > +function cirros-separate-kernel-pv-cleanup() { > + tear_down_cirros_test $testdir > +} > + > +function cirros-separate-kernel-pv-test() { > + download_cirros_components > + testdir=`mktemp -d` > + cp $CIRROS_DOWNLOADS/$CIRROS_KERNEL_FILE $testdir > + cp $CIRROS_DOWNLOADS/$CIRROS_INITRD_FILE $testdir > + cp $CIRROS_DOWNLOADS/$CIRROS_ROOTFS_FILE $testdir > + cat >$testdir/cirros-separate-kernel-pv.cfg <<EOF > +name = "raisin-test" > +memory = 128 > +vcpus = 2 > +kernel = "$testdir/$CIRROS_KERNEL_FILE" > +ramdisk = "$testdir/$CIRROS_INITRD_FILE" > +disk = [ '$testdir/$CIRROS_ROOTFS_FILE,raw,xvda,rw' ] > +extra = "root=/dev/xvda" > +vif = [ 'bridge=xenbr1' ] > +EOF > + > + $SUDO xl create $testdir/cirros-separate-kernel-pv.cfg > + check_guest_alive > +} > diff --git a/tests/series b/tests/series > index a2f4b34..38ee35a 100644 > --- a/tests/series > +++ b/tests/series > @@ -1,3 +1,4 @@ > busybox-pv > busybox-hvm > busybox-hvm-migrate > +cirros-separate-kernel-pv > -- > 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 |