[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xm-test: Fix testcase '11_block_attach_shared_dom0' for up-to date



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1250781541 -3600
# Node ID 280fff79f7371981bb0bbda34205414fff14737e
# Parent  8f783adc0ee34808cdd296cccd92f99018f76017
xm-test: 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@xxxxxxxxxxxx>
---
 tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 8f783adc0ee3 -r 280fff79f737 
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   Thu Aug 
20 16:17:16 2009 +0100
+++ b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py   Thu Aug 
20 16:19:01 2009 +0100
@@ -10,9 +10,9 @@ if ENABLE_HVM_SUPPORT:
 
 # 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")
+    FAIL("Unable to mkfs -j /dev/ram0")
 
 s, o = traceCommand("mkdir -p mnt");
 if s != 0:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.