aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/create/15_create_smallmem_pos.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/create/15_create_smallmem_pos.py')
-rw-r--r--tools/xm-test/tests/create/15_create_smallmem_pos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/tests/create/15_create_smallmem_pos.py b/tools/xm-test/tests/create/15_create_smallmem_pos.py
index faca03336b..d7797c6bd2 100644
--- a/tools/xm-test/tests/create/15_create_smallmem_pos.py
+++ b/tools/xm-test/tests/create/15_create_smallmem_pos.py
@@ -5,8 +5,8 @@
from XmTestLib import *
-# 32MBs is the default lower limit for creating domains, it should work
-MEM = 32
+# Create a domain with the minimum memory allocation
+MEM = minSafeMem()
domain = XmTestDomain(extraConfig={"memory": MEM,
"extra" :"mem=%iM" % MEM})