commit | 7dfbe44de0ff060b0e67c3520268dc7744654646 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jun 10 21:25:18 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jun 16 06:45:19 2023 +0200 |
tree | 658db5d9d6e11dcc31579567d41ad61b5590b2a6 | |
parent | 9b3c7c5839dcf0f003b7ad1ce0b18685fdf2a2a1 [diff] |
efi_selftest: ReinstallProtocolInterface test Test ReinstallProtocolInterface() more rigorously. Replacing the sole installed protocol interface must not result in deleting the handle and creating a new one. Check which interface is actually installed before and after ReinstallProtocolInterface(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>