From Fedora Project Wiki

(Created page with '{|border="1" |-style="color: white; background-color: #3074c2; font-weight: bold" | DATE || TIME || WHERE |- | Thursday Apr 08, 2010 || Al...')
 
 
(One intermediate revision by one other user not shown)
Line 30: Line 30:


=== Test Cases ===
=== Test Cases ===
 
[[QA:Testcase_Virtualization_Guest_pxeBoot|Virtualization guest PXE]]
If you have a PXE boot server available, testing gPXE is pretty straightforward:
 
* Make sure the guest can access the network which the PXE server is on, e.g. by [http://wiki.libvirt.org/page/Networking#Fedora.2FRHEL_Bridging configuring a bridge].
* Define a guest which which will PXE boot from that network:
:<pre>
:  $> cat > netboot.xml <<EOF
:  <domain type='kvm'>
:    <name>netboot</name>
:    <memory>524288</memory>
:    <os>
:      <type arch='x86_64' machine='pc'>hvm</type>
:      <boot dev='network'/>
:    </os>
:    <devices>
:      <emulator>/usr/bin/qemu-kvm</emulator>
:      <interface type='bridge'>
:        <source bridge='br0'/>
:        <model type='virtio'/>
:      </interface>
:      <graphics type='vnc'/>
:    </devices>
:  </domain>
:  EOF
:  $> virsh define netboot.xml
:  $> virsh start netboot
:  $> virt-viewer netboot
:</pre>
* Confirm that the guest has obtained a DHCP address and download the appropriate files via TFTP
 
* Report any issues found
 


=== Issues that were identified ===
=== Issues that were identified ===
Line 69: Line 38:
| Tester || Description || Bug references || Status
| Tester || Description || Bug references || Status
|-  
|-  
| || || [http://bugzilla.redhat.com/XXXXXX #XXXXX] || '''ASSIGNED'''
| Rhe || Pxebooting failed || [http://bugzilla.redhat.com/580411 #580411] ||  
|}
|}


[[Category:Fedora_13_Test_Days]]
[[Category:Fedora_13_Test_Days]]
[[Category:Virtualization]]
[[Category:Virtualization]]

Latest revision as of 10:14, 8 April 2010

DATE TIME WHERE
Thursday Apr 08, 2010 All day #fedora-test-day (webchat)

What to test?[edit]

This part of today's Fedora Test Day will focus on testing PXE booting guests.

Testing will focus on ensuring that the switch from etherboot to gPXE has not introduced any regressions.

If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test gPXE and provide feedback.

Who's available[edit]

Justin Forbes is your host for today.

The following people have also agreed to be available for testing, workarounds, bug fixes, and general discussion:

What's needed to test[edit]

  • A fully updated Fedora 13 testing machine. See instructions on the main test day page.
  • A PXE boot server.

Test Cases[edit]

Virtualization guest PXE

Issues that were identified[edit]

Tester Description Bug references Status
Rhe Pxebooting failed #580411