James Dykman
2006-Jun-22 20:05 UTC
[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@us.ibm.com> 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"); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel