|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Also, make a small tweak to the 12_block_attach test so that we don't leave
# 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |