From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test is intended to test PXE booting on virtual machine |actions= # start the virtual machie with interface name IFNAME<pre>qemu-kvm -net nic,if...')
 
No edit summary
 
Line 8: Line 8:
#if could find tftp in the tcpdump, testcase pass then fail
#if could find tftp in the tcpdump, testcase pass then fail
}}
}}
[[Category:Virtualization XenDomU Test Cases|Guest install]]
[[Category:Virtualization_Networking_Test_Cases]]

Latest revision as of 10:00, 8 April 2010

Description

This test is intended to test PXE booting on virtual machine


How to test

  1. start the virtual machie with interface name IFNAME
    qemu-kvm -net nic,ifname=IFNAME,... -net tap ...
  2. using tcpdump to snoop the tftp traffic
    tcpdump -l -n port 69 -i IFNAME > tcpdump
  3. wait for 2 minutes and search tftp packet in the tcpdump
    grep tftp tcpdump

Expected Results

  1. if could find tftp in the tcpdump, testcase pass then fail