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] Also, make a small tweak to the 12_block_attach test so

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Also, make a small tweak to the 12_block_attach test so that we don't leave
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Nov 2005 02:36:10 +0000
Delivery-date: Sat, 26 Nov 2005 02:36:39 +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 43e25c2653ee6765491d235ae2af799ae1a8c746
# Parent  8c3ed250366cb79392d3eee2b3f1439a828a1ddb
Also, make a small tweak to the 12_block_attach test so that we don't leave
a DomU running with a block device attached.

Signed-off-by: Dan Smith <danms@xxxxxxxxxx>

diff -r 8c3ed250366c -r 43e25c2653ee 
tools/xm-test/tests/block-create/12_block_attach_shared_domU.py
--- a/tools/xm-test/tests/block-create/12_block_attach_shared_domU.py   Fri Nov 
25 20:58:07 2005
+++ b/tools/xm-test/tests/block-create/12_block_attach_shared_domU.py   Fri Nov 
25 23:19:23 2005
@@ -18,7 +18,7 @@
 
 try:
     dom2.start()
+    dom1.destroy()
     FAIL("Bug #331: Started a DomU with write access to an in-use block 
device")
 except DomainError, e:
-    pass
-    
+    dom1.destroy()

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Also, make a small tweak to the 12_block_attach test so that we don't leave, Xen patchbot -unstable <=