[XM-TEST] Remove second console attach in 03_memset_random_pos
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Jun 2006 20:30:51 +0000 (21:30 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Jun 2006 20:30:51 +0000 (21:30 +0100)
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
tools/xm-test/tests/memset/03_memset_random_pos.py

index e8e2b350cde27d503cf5833e58c5815907ca7262..f5393a40902a45ec6ba8e1d6479af37c608d25af 100644 (file)
@@ -23,12 +23,6 @@ except DomainError, e:
 
 times = random.randint(10,50)
 
-try:
-    console = XmConsole(domain.getName())
-    console.sendInput("input")
-except ConsoleError, e:
-    FAIL(str(e))
-
 try:
     run = console.runCmd("cat /proc/xen/balloon | grep Current");
 except ConsoleError, e: