[New Test Coverage] SctPkg/RedfishDiscoverBBTest: Add EFI_REDFISH_DISCOVER_PROTOCOL black… - #349
Open
cgjertsen wants to merge 1 commit into
Open
Conversation
…-box test coverage Add new black-box test module for EFI_REDFISH_DISCOVER_PROTOCOL per UEFI 2.8 (Mantis 1920) with clarifications from Mantis 1925. Function tests: - GetNetworkInterfaceList() with valid parameters, verifies interface count consistency - AcquireRedfishService() synchronous discovery via host interface - AbortAcquireRedfishService() and ReleaseRedfishService() basic calls Conformance tests: - GetNetworkInterfaceList() with NULL NumberOfNetworkInterfaces and NULL NetworkInterfaces pointers - AcquireRedfishService() with NULL Token and Flags == 0 - ReleaseRedfishService() with NULL List Ref: tianocore#323 Signed-off-by: Carolyn Gjertsen <Carolyn.Gjertsen@amd.com>
tianocore-assign-reviewers
Bot
requested review from
anncheng-arm,
edhay,
shellyki-intel and
sunnywang-arm
April 21, 2026 20:37
cgjertsen
added a commit
to cgjertsen/edk2-test
that referenced
this pull request
May 14, 2026
Add 2025.05 revision history entry covering UEFI 2.8–2.10A test updates (PRs tianocore#320, tianocore#346–tianocore#352). Register new chapters 33 (REST EX Protocol) and 34 (Redfish Discover Protocol) in the Sphinx table of contents. Cc: PR tianocore#320, PR tianocore#346, PR tianocore#347, PR tianocore#348, PR tianocore#349, PR tianocore#350, PR tianocore#351, PR tianocore#352 Signed-off-by: Carolyn Gjertsen <Carolyn.Gjertsen@amd.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…-box test coverage
Add new black-box test module for EFI_REDFISH_DISCOVER_PROTOCOL per UEFI 2.8 (Mantis 1920) with clarifications from Mantis 1925.
Function tests:
Conformance tests:
Ref: #323