Signed-off-by: Yolkfull Chow <yzhou@xxxxxxxxxx> --- client/tests/kvm/tests_base.cfg.sample | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index a403399..f5a55a0 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -535,6 +535,8 @@ variants: extra_params += " -bootp /pxelinux.0 -boot n" kernel_args = "ks=floppy nicdelay=60" unattended_file = unattended/RHEL-3-series.ks + physical_resources_check: + mem_chk_cmd = dmidecode | awk -F: '/Maximum Capacity/ {print $2}' - 3.9.x86_64: no setup autotest linux_s3 image_name = rhel3-64 @@ -551,6 +553,8 @@ variants: extra_params += " -bootp /pxelinux.0 -boot n" kernel_args = "ks=floppy nicdelay=60" unattended_file = unattended/RHEL-3-series.ks + physical_resources_check: + mem_chk_cmd = dmidecode | awk -F: '/Maximum Capacity/ {print $2}' # Windows section - @Windows: no autotest linux_s3 vlan_tag -- 1.6.5.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html