<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="ltr">
<div></div>
<div>
<div>
<div dir="ltr">Reviewed-By: Samer El-Haj-Mahmoud <
<p style="margin:0.0px 0.0px 0.0px 0.0px;line-height:22.4px;font:19.0px 'System Font';color:#212121">
<span style="font-family:'.SFUI-Regular';font-weight:normal;font-size:19.00px">samer.el-haj-mahmoud@arm.com></span></p>
<span id="ms-outlook-ios-cursor"></span></div>
</div>
<div id="ms-outlook-mobile-signature" dir="ltr">
<div></div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> devel@edk2.groups.io <devel@edk2.groups.io> on behalf of Sam Kaynor via groups.io <sam.kaynor=arm.com@groups.io><br>
<b>Sent:</b> Tuesday, October 11, 2022 1:54:43 PM<br>
<b>To:</b> devel@edk2.groups.io <devel@edk2.groups.io><br>
<b>Subject:</b> [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Changed 4 incorrect instances of "RANDOM_NAME_PROTOCOL" in<br>
RandomNumberBBTestConformance and RandomNumberBBTestFunction<br>
to "RANDOM_NUMBER_PROTOCOL".<br>
<br>
Cc: G Edhaya Chandran <Edhaya.Chandran@arm.com><br>
Cc: Barton Gao <gaojie@byosoft.com.cn><br>
Cc: Carolyn Gjertsen <Carolyn.Gjertsen@amd.com><br>
Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
Cc: Eric Jin <eric.jin@intel.com><br>
Cc: Arvin Chen <arvinx.chen@intel.com><br>
Cc: Supreeth Venkatesh <Supreeth.Venkatesh@amd.com><br>
Signed-off-by: Sam Kaynor <sam.kaynor@arm.com><br>
---<br>
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestConformance.c | 4 ++--<br>
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestFunction.c    | 4 ++--<br>
 2 files changed, 4 insertions(+), 4 deletions(-)<br>
<br>
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestConformance.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestConformance.c<br>
index 2738a4899457..364aaca925e0 100644<br>
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestConformance.c<br>
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestConformance.c<br>
@@ -160,7 +160,7 @@ BBTestGetInfoConformanceTestCheckpoint1 (<br>
                    StandardLib,<br>
                    EFI_TEST_ASSERTION_WARNING,<br>
                    gConformanceTestAssertionGuid001,<br>
-                   L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() is not supported or EFI_DEVICE_ERROR",<br>
+                   L"RANDOM_NUMBER_PROTOCOL.GetInfo - GetInfo() is not supported or EFI_DEVICE_ERROR",<br>
                    L"%a:%d: Status - %r",<br>
                    __FILE__,<br>
                    (UINTN)__LINE__,<br>
@@ -180,7 +180,7 @@ BBTestGetInfoConformanceTestCheckpoint1 (<br>
                  StandardLib,<br>
                  AssertionType,<br>
                  gConformanceTestAssertionGuid001,<br>
-                 L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() returns EFI_BUFFER_TOO_SMALL with small RNGAlgorithmListSize and returns valid size",<br>
+                 L"RANDOM_NUMBER_PROTOCOL.GetInfo - GetInfo() returns EFI_BUFFER_TOO_SMALL with small RNGAlgorithmListSize and returns valid size",<br>
                  L"%a:%d: Status - %r, RNGAlgorithmListSize - %d",<br>
                  __FILE__,<br>
                  (UINTN)__LINE__,<br>
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestFunction.c<br>
index 3d41085d2243..0ba003449dc6 100644<br>
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestFunction.c<br>
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RandomNumber/BlackBoxTest/RandomNumberBBTestFunction.c<br>
@@ -188,7 +188,7 @@ BBTestGetInfoFunctionTestCheckpoint1 (<br>
                    StandardLib,<br>
                    EFI_TEST_ASSERTION_FAILED,<br>
                    gTestGenericFailureGuid,<br>
-                   L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() is not supported or EFI_DEVICE_ERROR",<br>
+                   L"RANDOM_NUMBER_PROTOCOL.GetInfo - GetInfo() is not supported or EFI_DEVICE_ERROR",<br>
                    L"%a:%d: Status - %r",<br>
                    __FILE__,<br>
                    (UINTN)__LINE__,<br>
@@ -201,7 +201,7 @@ BBTestGetInfoFunctionTestCheckpoint1 (<br>
                    StandardLib,<br>
                    EFI_TEST_ASSERTION_FAILED,<br>
                    gTestGenericFailureGuid,<br>
-                   L"RANDOM_NAME_PROTOCOL.GetInfo - GetInfo() could not return the correct RNGAlgorithmListSize",<br>
+                   L"RANDOM_NUMBER_PROTOCOL.GetInfo - GetInfo() could not return the correct RNGAlgorithmListSize",<br>
                    L"%a:%d: Status - %r",<br>
                    __FILE__,<br>
                    (UINTN)__LINE__,<br>
-- <br>
2.34.1<br>
<br>
<br>
<br>
-=-=-=-=-=-=<br>
Groups.io Links: You receive all messages sent to this group.<br>
View/Reply Online (#95008): <a href="https://edk2.groups.io/g/devel/message/95008">
https://edk2.groups.io/g/devel/message/95008</a><br>
Mute This Topic: <a href="https://groups.io/mt/94264735/1945644">https://groups.io/mt/94264735/1945644</a><br>
Group Owner: devel+owner@edk2.groups.io<br>
Unsubscribe: <a href="https://edk2.groups.io/g/devel/unsub">https://edk2.groups.io/g/devel/unsub</a> [samer.el-haj-mahmoud@arm.com]<br>
-=-=-=-=-=-=<br>
<br>
<br>
</div>
</span></font></div>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
 or store or copy the information in any medium. Thank you.
</body>
</html>


 <div width="1" style="color:white;clear:both">_._,_._,_</div> <hr>   Groups.io Links:<p>   You receive all messages sent to this group.    <p> <a target="_blank" href="https://edk2.groups.io/g/devel/message/95013">View/Reply Online (#95013)</a> |    |  <a target="_blank" href="https://groups.io/mt/94264735/1813853">Mute This Topic</a>  | <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>    <a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> | <a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |  <a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>  [edk2-devel-archive@redhat.com]<br> <div width="1" style="color:white;clear:both">_._,_._,_</div>