added test for shim and efi send

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-09-11 17:42:08 +02:00
committed by Jonathon Anderson
parent 0808f76317
commit 724441dc79
5 changed files with 74 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ func parseReq(req *http.Request) (parserInfo, error) {
}
if ret.hwaddr == "" {
ret.hwaddr = ArpFind(ret.ipaddr)
wwlog.Verbose("node mac encoded, arp cache got %s for %s", ret.hwaddr, ret.ipaddr)
wwlog.Verbose("node mac not encoded, arp cache got %s for %s", ret.hwaddr, ret.ipaddr)
if ret.hwaddr == "" {
return ret, errors.New("no hwaddr encoded in GET")
}