未验证 提交 ec8e2466 编写于 作者: Y Yu Yihuang 提交者: GitHub

Merge pull request #2240 from MiriamDeng/hpt_hugepage

power_hpt_mmu_test: add new case for hpt guest with huge page backend
......@@ -6,6 +6,7 @@
no Host_RHEL.6
no RHEL.5 RHEL.6
only pseries
machine_type_extra_params = "max-cpu-compat=power8"
variants:
- increase_reboot:
sub_type = "increase_reboot"
......@@ -25,3 +26,13 @@
- negative:
sub_type = "negative"
increment_sequence = "-20 -25 -30 -100 20 30 100"
- with_huge_page:
setup_hugepages = yes
extra_params += " -mem-path /mnt/kvm_hugepage"
variants:
- increase:
sub_type = "huge_page_increase"
increment_sequence = "1"
- reduce:
sub_type = "huge_page_reduce"
increment_sequence = "1 -1 1 -1"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册