direct-io.hg
changeset 10479:f10127505d3c
[XM-TEST] Remove second console attach in 03_memset_random_pos
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Jun 22 21:30:51 2006 +0100 (2006-06-22) |
parents | e6ec0eeabf77 |
children | f91cc71173c5 |
files | tools/xm-test/tests/memset/03_memset_random_pos.py |
line diff
1.1 --- a/tools/xm-test/tests/memset/03_memset_random_pos.py Thu Jun 22 15:25:18 2006 +0100 1.2 +++ b/tools/xm-test/tests/memset/03_memset_random_pos.py Thu Jun 22 21:30:51 2006 +0100 1.3 @@ -24,12 +24,6 @@ except DomainError, e: 1.4 times = random.randint(10,50) 1.5 1.6 try: 1.7 - console = XmConsole(domain.getName()) 1.8 - console.sendInput("input") 1.9 -except ConsoleError, e: 1.10 - FAIL(str(e)) 1.11 - 1.12 -try: 1.13 run = console.runCmd("cat /proc/xen/balloon | grep Current"); 1.14 except ConsoleError, e: 1.15 FAIL(str(e))