Actions
Bug #12637
closedImprove DHCP lease unit test
Difficulty:
trivial
Triaged:
Pull request:
Description
The issue is that the patch from referenced issue allowed multiple leases on
same MAC address. This is what happens when initramdisk intializes network,
acquires one IP, then booted linux acquires another one (on the same
interface). We were testing two different MAC addresses, which is indeed green
too.
Actions