All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Breeds <tony@bakeyournoodle.com>
To: Xen-Devel <xen-devel@lists.xensource.com>
Cc: XenPPC-Devel <xen-ppc-devel@lists.xensource.com>
Subject: [PATCH 0/3][TOOLS][XM-TEST] Update block tests to use xvd rather than SCSI or IDE
Date: Mon, 30 Oct 2006 16:38:58 +1100	[thread overview]
Message-ID: <patchbomb.1162186738@localhost.localdomain> (raw)

Hello All,
	This patch Updates all the block specific tests in xm-test to
use the Xen Virtual Block Devices rather than overriding the SCSI or
IDE subsystems.  It also cleans up some whitespace problems (Which
looking back I should have done in a separate patchset).

The last patch (3/3) bumps the version number of xm-test to 1.1, as
these new block tests will certainly fail with older initrd's due to the
lack of xvd device nodes in the initrd.

I've tested these patches with no regressions on x86, and a number of
improvements on PPC.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
---

tools/xm-test/configure.ac                                                            |    2 
tools/xm-test/ramdisk/README-XenSource-initrd-1.1-img                                 |   45 ++++++++++
tools/xm-test/ramdisk/patches/buildroot/add_xvd_devices.patch                         |   13 ++
tools/xm-test/tests/block-create/01_block_attach_device_pos.py                        |   10 +-
tools/xm-test/tests/block-create/02_block_attach_file_device_pos.py                   |    8 -
tools/xm-test/tests/block-create/04_block_attach_device_repeatedly_pos.py             |   16 +--
tools/xm-test/tests/block-create/05_block_attach_and_dettach_device_repeatedly_pos.py |   18 ++--
tools/xm-test/tests/block-create/06_block_attach_baddomain_neg.py                     |    8 -
tools/xm-test/tests/block-create/07_block_attach_baddevice_neg.py                     |   14 +--
tools/xm-test/tests/block-create/08_block_attach_bad_filedevice_neg.py                |   16 +--
tools/xm-test/tests/block-create/09_block_attach_and_dettach_device_check_data_pos.py |   44 ++++-----
tools/xm-test/tests/block-create/10_block_attach_dettach_multiple_devices.py          |   30 +++---
tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py                       |    2 
tools/xm-test/tests/block-create/12_block_attach_shared_domU.py                       |    2 
tools/xm-test/tests/block-destroy/01_block-destroy_btblock_pos.py                     |    8 -
tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py                     |    8 -
tools/xm-test/tests/block-destroy/04_block-destroy_nonattached_neg.py                 |    2 
tools/xm-test/tests/block-destroy/05_block-destroy_byname_pos.py                      |    8 -
tools/xm-test/tests/block-destroy/06_block-destroy_check_list_pos.py                  |   10 +-
tools/xm-test/tests/block-integrity/01_block_device_read_verify.py                    |    4 
tools/xm-test/tests/block-integrity/02_block_device_write_verify.py                   |    4 
tools/xm-test/tests/block-list/01_block-list_pos.py                                   |    6 -
tools/xm-test/tests/block-list/02_block-list_attachbd_pos.py                          |    6 -
tools/xm-test/tests/block-list/03_block-list_anotherbd_pos.py                         |   10 +-
tools/xm-test/tests/block-list/06_block-list_checkremove_pos.py                       |   24 ++---
25 files changed, 187 insertions(+), 131 deletions(-)

             reply	other threads:[~2006-10-30  5:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-30  5:38 Tony Breeds [this message]
2006-10-30  5:38 ` [PATCH 1/3][TOOLS][XM-TEST] Update all block tests to use the Xen Virtual Block Device (xvd) rather than IDE or SCSI Tony Breeds
2006-10-30  5:39 ` [PATCH 2/3][TOOLS][XM-TEST] Add xvd devices to the initrd Tony Breeds
2006-10-30  5:39 ` [PATCH 3/3][TOOLS][XM-TEST] Bump xm-test version to 1.1 to accommodate new devices Tony Breeds
2006-11-01 15:53 ` [PATCH 0/3][TOOLS][XM-TEST] Update block tests to use xvd rather than SCSI or IDE Ewan Mellor

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=patchbomb.1162186738@localhost.localdomain \
    --to=tony@bakeyournoodle.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ppc-devel@lists.xensource.com \
    /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.