From Fedora Project Wiki

Revision as of 17:24, 22 May 2020 by Pwhalen (talk | contribs) (Pwhalen moved page QA:Testcase HTTP Boot to QA:Testcase Zezere HTTP Boot: More specific.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

A simple validation test case for Zezere HTTP Boot on Fedora IoT Edition. This test can be completed on hardware, or using a virtual machine (at least libvirt 5.10 is needed).

Setup

Change dhcpd.conf to use

http://provision.fedoraproject.org/netboot/x86_64/initial
http://provision.fedoraproject.org/netboot/aarch64/initial

Example snippet from dhcpd.conf

host hostname {
        option host-name "hostname";
        hardware ethernet 00:00:11:22:33:44;
        fixed-address 192.168.0.10;
        option vendor-class-identifier "HTTPClient";
        filename "http://provision.fedoraproject.org/netboot/x86_64/initial";
}

How to test

Results