aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/migrate/01_migrate_localhost_pos.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/migrate/01_migrate_localhost_pos.py')
-rw-r--r--tools/xm-test/tests/migrate/01_migrate_localhost_pos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/tests/migrate/01_migrate_localhost_pos.py b/tools/xm-test/tests/migrate/01_migrate_localhost_pos.py
index 8f86bdd128..a172efef61 100644
--- a/tools/xm-test/tests/migrate/01_migrate_localhost_pos.py
+++ b/tools/xm-test/tests/migrate/01_migrate_localhost_pos.py
@@ -17,8 +17,8 @@ import commands
from XmTestLib import *
-if ENABLE_VMX_SUPPORT:
- SKIP("Migrate currently not supported for VMX domains")
+if ENABLE_HVM_SUPPORT:
+ SKIP("Migrate currently not supported for HVM domains")
# Create a domain (default XmTestDomain, with our ramdisk)
domain = XmTestDomain()