aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/lib/XmTestLib/block_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/lib/XmTestLib/block_utils.py')
-rw-r--r--tools/xm-test/lib/XmTestLib/block_utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/xm-test/lib/XmTestLib/block_utils.py b/tools/xm-test/lib/XmTestLib/block_utils.py
index 58124c832a..c302efeb15 100644
--- a/tools/xm-test/lib/XmTestLib/block_utils.py
+++ b/tools/xm-test/lib/XmTestLib/block_utils.py
@@ -6,7 +6,6 @@
import time
from XmTestLib import *
-from acm import *
import xen.util.blkif
@@ -27,7 +26,6 @@ def get_state(domain, devname):
def block_attach(domain, phy, virt):
- ACMLabelResource(phy)
status, output = traceCommand("xm block-attach %s %s %s w" %
(domain.getName(), phy, virt))
if status != 0: