**This is an old revision of the document!** ----
====== Daniel Verkamp: Automated regression testing ====== ===== Notes ===== ==== Potential test cases ==== NOTE: brainstorming; not final * Protocol tests: download image, verify integrity * HTTP * HTTPS * TFTP * iSCSI * ... * Image formats: boot image, run some kind of "proof of boot"? * bzImage * multiple versions of Linux * gpxe .lkrn * other OSes using bzImage format? * NBI * COMBOOT * Multiboot * ... * API/interface testing * COMBOOT * PXE * GDB stub * ... * gPXE scripting language * SAN booting * Windows installation (various versions) * Windows booting (WinAoE, iSCSI) * ... * gPXE output formats * Floppy disk * CD * PXE NBP (test on other PXE stacks?) * ... * Net drivers ==== Sample test cases ==== === Windows PE boot === == Test == Boot into a Windows PE operating system generated according to [[:winpe|these instructions]] via TFTP. == DUT configuration == No physical disks present. System configured to boot from NIC equipped with gPXE ROM. == Environment configuration == TFTP server hosting WinPE files. DHCP server providing network configuration and path to WinPE's ''\Boot\pxeboot.n12'' file. == Result == Success is defined as reaching WinPE's ''X:\Windows\system32'' command prompt.