QA:Testcase Virtualization XenDomU Cmdline params

From FedoraProject

Jump to: navigation, search

Description

This test case verifies that various Xen DomU specific kernel command line parameters work correctly in Fedora guests.


How to test

title Fedora testing (2.6.31-2.fc12.i686)
	root (hd0,0)
	kernel /vmlinuz-2.6.31-2.fc12.i686 ro root=/dev/HostGroup/LogVol00 mem=700M
	initrd /initrd-2.6.31-2.fc12.i686.img

Expected Results

  1. When booting with the mem= parameter, the guest should boot with 700M of memory, and return the difference between the mem= parameter and the configured memory to the hypervisor.
  2. (32-bit guests only) When booting with the highmem= parameter, the guest should not use more than 200M of high memory.