WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Renable FAIL call that was disabled back when block-atta

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Renable FAIL call that was disabled back when block-attach did not work.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 27 Nov 2005 02:24:07 +0000
Delivery-date: Sun, 27 Nov 2005 02:24:16 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID cfcf9212a90bb01e5f343a3407b0d32d07ab45a3
# Parent  895a9ca1b0a68c2bb15a2fbfa65453e493219d88
Renable FAIL call that was disabled back when block-attach did not work.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 895a9ca1b0a6 -r cfcf9212a90b 
tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py
--- a/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py Sat Nov 
26 23:59:09 2005
+++ b/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py Sun Nov 
27 00:10:14 2005
@@ -16,8 +16,7 @@
 
 status, output = traceCommand("xm block-attach %s phy:/dev/ram0 hda1 w" % 
domain.getName())
 if status != 0:
-    # Disabled for now, since block-attach doesn't work
-    #FAIL("Failed to attach block device")
+    FAIL("Failed to attach block device")
     pass
 
 try:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Renable FAIL call that was disabled back when block-attach did not work., Xen patchbot -unstable <=