Andreas Florath
2009-Aug-20 15:02 UTC
[Xen-devel] [PATCH] Fix testcase ''11_block_attach_shared_dom0'' for up-to date linux kernels
# HG changeset patch # User Andreas Florath <xen@flonatel.org> # Date 1250779855 -7200 # Node ID 38a5a9fcce209d9f0636b7f7e1dffc39fe5e1eab # Parent e83bb28d48feee796837261247e0918255b42f85 Fix testcase ''11_block_attach_shared_dom0'' for up-to date linux kernels New kernels have ext2 disabled by default. This fix uses ext3 for testcase 11_block_attach_shared_dom0. Signed-off-by: Andreas Florath <xen@flonatel.org> diff --git a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py --- a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py +++ b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py @@ -10,7 +10,7 @@ # Mount /dev/ram0 -s, o = traceCommand("mkfs /dev/ram0") +s, o = traceCommand("mkfs -j /dev/ram0") if s != 0: FAIL("Unable to mkfs /dev/ram0") _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2009-Aug-20 15:20 UTC
Re: [Xen-devel] [PATCH] Fix testcase ''11_block_attach_shared_dom0'' for up-to date linux kernels
Didn''t apply, so seems you need to send your patches as attachments. I applied this one manually as it is only a one-liner. -- Keir On 20/08/2009 16:02, "Andreas Florath" <xen@flonatel.org> wrote:> # HG changeset patch > # User Andreas Florath <xen@flonatel.org> > # Date 1250779855 -7200 > # Node ID 38a5a9fcce209d9f0636b7f7e1dffc39fe5e1eab > # Parent e83bb28d48feee796837261247e0918255b42f85 > Fix testcase ''11_block_attach_shared_dom0'' for up-to date linux kernels > > New kernels have ext2 disabled by default. This fix uses ext3 for > testcase 11_block_attach_shared_dom0. > > Signed-off-by: Andreas Florath <xen@flonatel.org> > > diff --git > a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py > b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py > --- a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py > +++ b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py > @@ -10,7 +10,7 @@ > > # Mount /dev/ram0 > > -s, o = traceCommand("mkfs /dev/ram0") > +s, o = traceCommand("mkfs -j /dev/ram0") > if s != 0: > FAIL("Unable to mkfs /dev/ram0") > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel