From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case will verify that Fedora 11 can be installed as a Xen DomU guest. |actions= # Start the install using e.g. <pre>$> virt-install -n f11 -...')
 
(add sort key)
Line 9: Line 9:
# The guest should reboot successfully.
# The guest should reboot successfully.
}}
}}
[[Category:Virtualization XenDomU Test Cases]]
[[Category:Virtualization XenDomU Test Cases|Guest install]]

Revision as of 18:17, 30 April 2009

Description

This test case will verify that Fedora 11 can be installed as a Xen DomU guest.


How to test

  1. Start the install using e.g.
    $> virt-install -n f11 -r 1024 -f /var/lib/xen/images/f11.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/x86_64/os/
  2. Complete the install as normal.
  3. When the installation has completed, click Reboot.

Expected Results

  1. This install should complete without any errors.
  2. The guest should reboot successfully.