 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix testcase '11_block_attach_shared_dom0' for up-to date linux kernels
 # HG changeset patch # User Andreas Florath <xen@xxxxxxxxxxxx> # 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@xxxxxxxxxxxx>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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |