From Fedora Project Wiki
Description
This test is intended to test PXE booting on virtual machine
How to test
- start the virtual machie with interface name IFNAME
qemu-kvm -net nic,ifname=IFNAME,... -net tap ...
- using tcpdump to snoop the tftp traffic
tcpdump -l -n port 69 -i IFNAME > tcpdump
- wait for 2 minutes and search tftp packet in the tcpdump
grep tftp tcpdump
Expected Results
- if could find tftp in the tcpdump, testcase pass then fail