[Bug 4328] New: Correct instances of RANDOM_NAME_PROTOCOL to RANDOM_NUMBER_PROTOCOL


bugzilla-daemon@...
 

https://bugzilla.tianocore.org/show_bug.cgi?id=4328

Bug ID: 4328
Summary: Correct instances of RANDOM_NAME_PROTOCOL to
RANDOM_NUMBER_PROTOCOL
Product: EDK2 Test
Version: Current
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Lowest
Component: UEFI-SCT
Assignee: unassigned@...
Reporter: edhaya.chandran@...
CC: edk2+bugs+int+994+563148131503455288@groups.io

There are more instances of RANDOM_NAME_PROTOCOL to be corrected to
RANDOM_NUMBER_PROTOCOL

uefi-sct\SctPkg\TestCase\UEFI\EFI\Protocol\RandomNumber\BlackBoxTest\RandomNumberBBTestConformance.c
226,22: L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() is not
supported or EFI_DEVICE_ERROR",
306,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValueLength is 0",
329,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValue is NULL",
355,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValueLength is 0",
378,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValue is NULL",

uefi-sct\SctPkg\TestCase\UEFI\EFI\Protocol\RandomNumber\BlackBoxTest\RandomNumberBBTestConformance.c
226,22: L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() is not
supported or EFI_DEVICE_ERROR",
306,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValueLength is 0",
329,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValue is NULL",
355,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValueLength is 0",
378,20: L"RANDOM_NAME_PROTOCOL.GetRNG - GetRNG() returns
EFI_INVALID_PARAMETER when RNGValue is NULL",

--
You are receiving this mail because:
You are on the CC list for the bug.