This commit is contained in:
committed by
Git OBS Bridge
parent
241ee9df04
commit
d7002a96b9
14
xm-test-cleanup.diff
Normal file
14
xm-test-cleanup.diff
Normal file
@@ -0,0 +1,14 @@
|
||||
Index: xen-3.0.4-testing/tools/xm-test/tests/save/01_save_basic_pos.py
|
||||
===================================================================
|
||||
--- xen-3.0.4-testing.orig/tools/xm-test/tests/save/01_save_basic_pos.py
|
||||
+++ xen-3.0.4-testing/tools/xm-test/tests/save/01_save_basic_pos.py
|
||||
@@ -35,3 +35,9 @@ if s != 0:
|
||||
# Make sure it's gone
|
||||
if isDomainRunning(domain.getName()):
|
||||
FAIL("Domain still running after save!")
|
||||
+
|
||||
+# Clean up
|
||||
+try:
|
||||
+ s, o = traceCommand("xm delete %s" % domain.getName(), timeout=30)
|
||||
+except:
|
||||
+ pass
|
Reference in New Issue
Block a user