From Fedora Project Wiki
No edit summary |
m (fix instal url) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{autolang|base=yes}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case will verify that Fedora can be installed as a Xen DomU guest. | |description=This test case will verify that Fedora can be installed as a Xen DomU guest. | ||
|actions= | |actions= | ||
# Start the install using e.g. <pre>$> virt-install -n rawhide -r 1024 -f /var/lib/xen/images/rawhide.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/x86_64/os/</pre> | # Start the install using e.g. <pre>$> virt-install -n rawhide -r 1024 -f /var/lib/xen/images/rawhide.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/15/x86_64/os/</pre> | ||
# Note, the minimum required memory is 512MB for 32 bit guests and 768Mb for 64-bit guests. | # Note, the minimum required memory is 512MB for 32 bit guests and 768Mb for 64-bit guests. | ||
# Complete the install as normal. | # Complete the install as normal. |
Latest revision as of 07:34, 14 April 2011
Description
This test case will verify that Fedora can be installed as a Xen DomU guest.
How to test
- Start the install using e.g.
$> virt-install -n rawhide -r 1024 -f /var/lib/xen/images/rawhide.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/15/x86_64/os/
- Note, the minimum required memory is 512MB for 32 bit guests and 768Mb for 64-bit guests.
- Complete the install as normal.
- When the installation has completed, click Reboot.
Expected Results
- This install should complete without any errors.
- The guest should reboot successfully.