* [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details
@ 2024-10-23 18:43 G Edhaya Chandran
2024-11-07 20:37 ` Sunny Wang
2024-11-07 21:04 ` G Edhaya Chandran
0 siblings, 2 replies; 3+ messages in thread
From: G Edhaya Chandran @ 2024-10-23 18:43 UTC (permalink / raw)
To: devel
Readme is updated with the UEFI specification tested by UEFI SCT.
Also the new readthedocs.io link for SCT Case Spec is updated
Signed-off-by: G Edhaya Chandran <edhaya.chandran@arm.com>
---
uefi-sct/Readme.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/uefi-sct/Readme.md b/uefi-sct/Readme.md
index 1a049b60aa7b..d0a4aeb22802 100644
--- a/uefi-sct/Readme.md
+++ b/uefi-sct/Readme.md
@@ -8,6 +8,12 @@ built-in UEFI Compliance Tests, as well as for integrating
user-defined tests that were developed using the
UEFI SCT open source code.
+Refer to [UEFI SCT Test Case Specification](https://uefi-sct-testcasespec.readthedocs.io/en/latest/) for detailed information for each assertion in the UEFI SCT fundamental service and protocol tests.
+The source of the test case specification is maintained here: [Doc/TestCaseSpec](Doc/TestCaseSpec)
+
+UEFI SCT verifies UEFI Specification version 2.7 (Errata A).
+There are tests developed that additionally cover supplementary features. For details, refer to the "New Features" on the [edk2-test Releases](https://github.com/tianocore/edk2-test/releases) page.
+
Contributions to the UEFI-SCT open source project are covered by the
TianoCore Contribution Agreement 1.1.
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120673): https://edk2.groups.io/g/devel/message/120673
Mute This Topic: https://groups.io/mt/109176795/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details
2024-10-23 18:43 [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details G Edhaya Chandran
@ 2024-11-07 20:37 ` Sunny Wang
2024-11-07 21:04 ` G Edhaya Chandran
1 sibling, 0 replies; 3+ messages in thread
From: Sunny Wang @ 2024-11-07 20:37 UTC (permalink / raw)
To: devel@edk2.groups.io, G Edhaya Chandran; +Cc: Sunny Wang
Looks good to me.
Reviewed-by: Sunny Wang <sunny.wang@arm.com>
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of G Edhaya Chandran via groups.io
Sent: Wednesday, October 23, 2024 1:44 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details
Readme is updated with the UEFI specification tested by UEFI SCT.
Also the new readthedocs.io link for SCT Case Spec is updated
Signed-off-by: G Edhaya Chandran <edhaya.chandran@arm.com>
---
uefi-sct/Readme.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/uefi-sct/Readme.md b/uefi-sct/Readme.md
index 1a049b60aa7b..d0a4aeb22802 100644
--- a/uefi-sct/Readme.md
+++ b/uefi-sct/Readme.md
@@ -8,6 +8,12 @@ built-in UEFI Compliance Tests, as well as for integrating
user-defined tests that were developed using the
UEFI SCT open source code.
+Refer to [UEFI SCT Test Case Specification](https://uefi-sct-testcasespec.readthedocs.io/en/latest/) for detailed information for each assertion in the UEFI SCT fundamental service and protocol tests.
+The source of the test case specification is maintained here: [Doc/TestCaseSpec](Doc/TestCaseSpec)
+
+UEFI SCT verifies UEFI Specification version 2.7 (Errata A).
+There are tests developed that additionally cover supplementary features. For details, refer to the "New Features" on the [edk2-test Releases](https://github.com/tianocore/edk2-test/releases) page.
+
Contributions to the UEFI-SCT open source project are covered by the
TianoCore Contribution Agreement 1.1.
--
2.25.1
-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120673): https://edk2.groups.io/g/devel/message/120673
Mute This Topic: https://groups.io/mt/109176795/5985097
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [Sunny.Wang@arm.com]
-=-=-=-=-=-=
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.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120755): https://edk2.groups.io/g/devel/message/120755
Mute This Topic: https://groups.io/mt/109176795/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details
2024-10-23 18:43 [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details G Edhaya Chandran
2024-11-07 20:37 ` Sunny Wang
@ 2024-11-07 21:04 ` G Edhaya Chandran
1 sibling, 0 replies; 3+ messages in thread
From: G Edhaya Chandran @ 2024-11-07 21:04 UTC (permalink / raw)
To: G Edhaya Chandran, devel
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
The patch is upstreamed through commit id: https://github.com/tianocore/edk2-test/commit/89f4e59d5189933000709c6e286d12e734a8a33b
Issue resolved.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120758): https://edk2.groups.io/g/devel/message/120758
Mute This Topic: https://groups.io/mt/109176795/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: text/html, Size: 963 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-07 21:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 18:43 [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details G Edhaya Chandran
2024-11-07 20:37 ` Sunny Wang
2024-11-07 21:04 ` G Edhaya Chandran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox