提交 b968c60d 编写于 作者: M mdeng@redhat.com

Add new case for hpt guest with huge page backend

ID: 1839601,1839603
Signed-off-by: Nmdeng@redhat.com <mdeng@redhat.com>
上级 6e651e46
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
no Host_RHEL.6 no Host_RHEL.6
no RHEL.5 RHEL.6 no RHEL.5 RHEL.6
only pseries only pseries
machine_type_extra_params = "max-cpu-compat=power8"
variants: variants:
- increase_reboot: - increase_reboot:
sub_type = "increase_reboot" sub_type = "increase_reboot"
...@@ -25,3 +26,13 @@ ...@@ -25,3 +26,13 @@
- negative: - negative:
sub_type = "negative" sub_type = "negative"
increment_sequence = "-20 -25 -30 -100 20 30 100" 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.
先完成此消息的编辑!
想要评论请 注册