All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Géza Gémes" <geza.gemes@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: sstabellini@kernel.org, george.dunlap@citrix.com,
	"Géza Gémes" <geza.gemes@gmail.com>
Subject: [raisin][PATCH 00/11] pygrub fix + cirros tests
Date: Sun, 19 Mar 2017 16:23:53 +0100	[thread overview]
Message-ID: <1489937044-30856-1-git-send-email-geza.gemes@gmail.com> (raw)

First patch adds a symlink from python2.7/site-packages/*
to python2.7/dist-packages/ at debian package build, this fixes
pygrub imports.

The rest of the patches are the cirros tests rebased to current master
and the python fix, plus a trivial fix for the pygrub test. in this
new patchset pygrub test is also added to the ones in the default set.

Géza Gémes (11):
  Fix installation of python libs
  Fix lopartsetup parsing of fdisk output
  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
  Enable cirros tests in the default config

 configs/config-cirros             |  44 ++++++++++++++++
 defconfig                         |   4 +-
 lib/common-tests.sh               | 102 ++++++++++++++++++++++++++++++++++++++
 scripts/lopartsetup               |   6 ++-
 scripts/mkdeb                     |   9 ++++
 tests/cirros-minios-stubdom-hvm   |  29 +++++++++++
 tests/cirros-minios-stubdom-pvhvm |  30 +++++++++++
 tests/cirros-pvgrub2-pv           |  27 ++++++++++
 tests/cirros-pygrub-pv            |  27 ++++++++++
 tests/cirros-qemu-hvm             |  28 +++++++++++
 tests/cirros-qemu-pvhvm           |  29 +++++++++++
 tests/cirros-separate-kernel-pv   |  28 +++++++++++
 tests/series                      |   7 +++
 13 files changed, 368 insertions(+), 2 deletions(-)
 create mode 100644 configs/config-cirros
 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@lists.xen.org
https://lists.xen.org/xen-devel

             reply	other threads:[~2017-03-19 15:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-19 15:23 Géza Gémes [this message]
2017-03-19 15:23 ` [PATCH 01/11] Fix installation of python libs Géza Gémes
2017-03-20 23:54   ` Stefano Stabellini
2017-03-21  6:27     ` Géza Gémes
2017-03-21 17:04       ` Stefano Stabellini
2017-03-19 15:23 ` [PATCH 02/11] Fix lopartsetup parsing of fdisk output Géza Gémes
2017-03-20 23:58   ` Stefano Stabellini
2017-03-19 15:23 ` [PATCH 03/11] Introduce cirros tests Géza Gémes
2017-03-21  0:55   ` Stefano Stabellini
2017-03-21  6:34     ` Géza Gémes
2017-03-19 15:23 ` [PATCH 04/11] Introduce cirros-separate-kernel-pv test Géza Gémes
2017-03-21  0:58   ` Stefano Stabellini
2017-03-19 15:23 ` [PATCH 05/11] Introduce cirros-pygrub-pv test Géza Gémes
2017-03-19 15:23 ` [PATCH 06/11] Introduce cirros-pvgrub2-pv test Géza Gémes
2017-03-19 15:24 ` [PATCH 07/11] Introduce cirros-qemu-hvm test Géza Gémes
2017-03-19 15:24 ` [PATCH 08/11] Introduce cirros-minios-stubdom-hvm test Géza Gémes
2017-03-19 15:24 ` [PATCH 09/11] Introduce cirros-qemu-pvhvm test Géza Gémes
2017-03-19 15:24 ` [PATCH 10/11] Introduce cirros-minios-stubdom-pvhvm test Géza Gémes
2017-03-19 15:24 ` [PATCH 11/11] Enable cirros tests in the default config Géza Gémes
2017-03-21  1:03   ` Stefano Stabellini
2017-03-21  1:01 ` [raisin][PATCH 00/11] pygrub fix + cirros tests Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489937044-30856-1-git-send-email-geza.gemes@gmail.com \
    --to=geza.gemes@gmail.com \
    --cc=george.dunlap@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.