From: stekloff@dyn9047022152.beaverton.ibm.com Date: Wed, 19 Apr 2006 21:58:16 +0000 (+0100) Subject: Small Memory fix patch #2: I forgot to change the XmTestDomain method X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16117^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab6021d139d96bf387b6797ff88d1a3d4a248ad5;p=xen.git Small Memory fix patch #2: I forgot to change the XmTestDomain method minSafeMem from 16 to 32. Signed-off-by: Daniel Stekloff --- diff --git a/tools/xm-test/lib/XmTestLib/XenDomain.py b/tools/xm-test/lib/XmTestLib/XenDomain.py index ac11ba9a6b..1779d459ae 100644 --- a/tools/xm-test/lib/XmTestLib/XenDomain.py +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py @@ -252,7 +252,7 @@ class XmTestDomain(XenDomain): waitForBoot() def minSafeMem(self): - return 16 + return 32 if __name__ == "__main__":