REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2865
QueryVariableInfo() returning EFI_SUCCESS for a legal combination of attributes is not an error. Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> --- .../BlackBoxTest/AuthVariableServicesBBTestConformance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxTest/AuthVariableServicesBBTestConformance.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxTest/AuthVariableServicesBBTestConformance.c index 23b00e35..f16560ff 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxTest/AuthVariableServicesBBTestConformance.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxTest/AuthVariableServicesBBTestConformance.c @@ -287,7 +287,7 @@ AuthVariableDERConfTest ( &MaximumVariableSize ); - if (Status == EFI_UNSUPPORTED) { + if (Status == EFI_SUCCESS || Status == EFI_UNSUPPORTED) { Result = EFI_TEST_ASSERTION_PASSED; } else { Result = EFI_TEST_ASSERTION_FAILED; -- 2.27.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63354): https://edk2.groups.io/g/devel/message/63354 Mute This Topic: https://groups.io/mt/75828348/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-