From ccb359dbfc5d53e1445b0f5ef3c4bb84f21151dc Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 5 Aug 2009 13:37:26 +0100 Subject: xm-test: Adapt memory setting to up-to-date kernel memory consumption The attached patch fixes xm-test memset 04 that it can be used with up to date kernels. The old version sets the memory to 15MByte which is too low for modern kernels: the oom-killer in this case kills the login shell of the test-case and init. Increased the size to 18M which gives the userspace about 2.5 MByte memory. Signed-off-by: Andreas Florath --- tools/xm-test/tests/memset/04_memset_smallmem_pos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xm-test') diff --git a/tools/xm-test/tests/memset/04_memset_smallmem_pos.py b/tools/xm-test/tests/memset/04_memset_smallmem_pos.py index 6bce662b6d..d2b52fc7b1 100644 --- a/tools/xm-test/tests/memset/04_memset_smallmem_pos.py +++ b/tools/xm-test/tests/memset/04_memset_smallmem_pos.py @@ -25,7 +25,7 @@ except ConsoleError, e: FAIL(str(e)) status, output = traceCommand("xm mem-set %s %i" % - (domain.getName(), 15)) + (domain.getName(), 18)) if status != 0: FAIL("xm mem-set %s %i returned invalid %i != 0" % -- cgit v1.2.3