commit | 6c998e4b45a0b296cc5df99d02f96d9aa3fb38e3 | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Wed Dec 04 00:05:29 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Dec 04 12:24:38 2024 +0100 |
tree | 94b6254c2096556ea5fffb74f37f936443860f88 | |
parent | d7339f459e3c54834d19013550a17e1168004a72 [diff] |
efi_selftest: add test for IPv4 Config2 protocol Add a test for the EFI_IP4_CONFIG2_PROTOCOL. The test sets the ip policy to static, adds an ip address, and then reads the current ip address and checks for it to be the same as the one that was set. Signed-off-by: Adriano Cordova <adrianox@gmail.com>