commit | a61e6ad76914a30a562ac01339c5d21f3283def8 | [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 | 12858ab216a2f3faf7e37fb5c292b64afff673cf [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>