|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] [XM-TEST] 03_memset_random_pos double console
03_memset_random_pos connects to the console twice, which now causes a
console timeout.
The test has been broken since xen-unstable cset 9929. I checked the
cset; this is the only test
broken this way.
Jim
------
Remove second console attach in 03_memset_random_pos
Signed-off-by: Jim Dykman <dykman@xxxxxxxxxx>
diff -r 2a99292b1a8a tools/xm-test/tests/memset/03_memset_random_pos.py
--- a/tools/xm-test/tests/memset/03_memset_random_pos.py Mon Jun 19
14:44:34 2006 +0100
+++ b/tools/xm-test/tests/memset/03_memset_random_pos.py Thu Jun 22
15:24:17 2006 -0400
@@ -22,12 +22,6 @@ except DomainError, e:
FAIL(str(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");
03_memset_timeout.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] [XM-TEST] 03_memset_random_pos double console,
James Dykman <=
|
|
|
|
|