aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py')
-rw-r--r--tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py b/tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py
index b69e5617b0..71cc9f1fb4 100644
--- a/tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py
+++ b/tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py
@@ -7,8 +7,8 @@ from XmTestLib import *
import time
-if ENABLE_VMX_SUPPORT:
- SKIP("Sysrq not supported for VMX domains")
+if ENABLE_HVM_SUPPORT:
+ SKIP("Sysrq not supported for HVM domains")
domain = XmTestDomain()