aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/create/07_create_mem64_pos.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/create/07_create_mem64_pos.py')
-rw-r--r--tools/xm-test/tests/create/07_create_mem64_pos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/tests/create/07_create_mem64_pos.py b/tools/xm-test/tests/create/07_create_mem64_pos.py
index ae2f84adb1..1a27d55722 100644
--- a/tools/xm-test/tests/create/07_create_mem64_pos.py
+++ b/tools/xm-test/tests/create/07_create_mem64_pos.py
@@ -42,7 +42,7 @@ if eyecatcher1 != "True":
FAIL("Failed to verify that a 64MB domain started")
eyecatcher2 = getDomMem(domain_mem64.getName())
-if eyecatcher2 != 64:
+if eyecatcher2 not in range(62, 65):
FAIL("Started domain with 64MB, but it got %i MB" % eyecatcher2)
#stop the domain (nice shutdown)