[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [raisin][PATCH 00/11] pygrub fix + cirros tests + lopartsetup fix
First patch moves python2.7/site-packages/* to python2.7/dist-packages/ at debian package build, this fixes pygrub imports. Cirros tests are also introduced by this series of patches. Changes since the previous patchsets: - Downloaded cirros components are kept in a separate folder - Each test sets up its own images, keeping the downloaded parts intact - qemu-img and pvgrub detection moved to common-functions There is one patch which fixes lopartsetup with fdisk from newer util-linux Géza Gémes (11): Fix installation of python libs Introduce cirros tests Introduce cirros-separate-kernel-pv test Introduce cirros-pygrub-pv test Introduce cirros-pvgrub2-pv test Introduce cirros-qemu-hvm test Introduce cirros-minios-stubdom-hvm test Introduce cirros-qemu-pvhvm test Introduce cirros-minios-stubdom-pvhvm test Fix lopartsetup for util-linux >= 2.27.1 Enable cirros tests in the default config defconfig | 2 +- lib/common-functions.sh | 23 +++++++ lib/common-tests.sh | 126 +++++++++++++++++++++++++++++++++++++ scripts/lopartsetup | 18 +++++- scripts/mkdeb | 3 + tests-configs/config-cirros_x86_32 | 13 ++++ tests-configs/config-cirros_x86_64 | 13 ++++ tests/cirros-minios-stubdom-hvm | 26 ++++++++ tests/cirros-minios-stubdom-pvhvm | 27 ++++++++ tests/cirros-pvgrub2-pv | 24 +++++++ tests/cirros-pygrub-pv | 24 +++++++ tests/cirros-qemu-hvm | 25 ++++++++ tests/cirros-qemu-pvhvm | 26 ++++++++ tests/cirros-separate-kernel-pv | 26 ++++++++ tests/series | 7 +++ 15 files changed, 381 insertions(+), 2 deletions(-) create mode 100644 tests-configs/config-cirros_x86_32 create mode 100644 tests-configs/config-cirros_x86_64 create mode 100644 tests/cirros-minios-stubdom-hvm create mode 100644 tests/cirros-minios-stubdom-pvhvm create mode 100644 tests/cirros-pvgrub2-pv create mode 100644 tests/cirros-pygrub-pv create mode 100644 tests/cirros-qemu-hvm create mode 100644 tests/cirros-qemu-pvhvm create mode 100644 tests/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 |