public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test] Location of tests for vendor/edk2 specific protocols
       [not found] <BL0PR12MB28180D4563D68B32A0181E32CB2E0@BL0PR12MB2818.namprd12.prod.outlook.com>
@ 2019-04-12 22:52 ` jbrasen
  2019-04-14 17:24   ` Supreeth Venkatesh
  0 siblings, 1 reply; 4+ messages in thread
From: jbrasen @ 2019-04-12 22:52 UTC (permalink / raw)
  To: devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]


Now that we have the edk2-test repo with the SCT infrastructure, has there been any thought for where tests that use this for non-standardized protocols should live? My initial thought is along with the protocols in edk2/edk2-platforms. For example if you had Silicon/NVIDIA/Include/Procotol/x.h you would have Silicon/NVIDIA/TestCase/x/ for this. Has there been any thoughts/plans on this?

Thanks,
Jeff


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

[-- Attachment #2: Type: text/html, Size: 1689 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-test] Location of tests for vendor/edk2 specific protocols
  2019-04-12 22:52 ` [edk2-test] Location of tests for vendor/edk2 specific protocols jbrasen
@ 2019-04-14 17:24   ` Supreeth Venkatesh
  2019-04-30  2:03     ` Eric Jin
  0 siblings, 1 reply; 4+ messages in thread
From: Supreeth Venkatesh @ 2019-04-14 17:24 UTC (permalink / raw)
  To: devel@edk2.groups.io, Jeff Brasen (jbrasen@nvidia.com); +Cc: Jin, Eric

[-- Attachment #1: Type: text/plain, Size: 2059 bytes --]

+ Eric
Thanks Jeff for bringing this up.
As mentioned during our discussion on this topic briefly @ UEFI Plugfest 2019, I definitely like to see these non-standard protocol tests become part of test suite.
However, there has been no proposal yet, though there were proposals related to SBBR (Arm's Server Base Boot Requirements).

Currently, any new platform tests added have to be added to UEFI SCT description files and build scripts for it to be included as part of test suite.
May I request you to create Bugzilla Feature Request @ https://bugzilla.tianocore.org/ under "edk-test" product and "UEFI-SCT" component, as well expand on how you like this to be implemented?

Supreeth

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Jeff Brasen via Groups.Io
Sent: Friday, April 12, 2019 5:53 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [edk2-test] Location of tests for vendor/edk2 specific protocols


Now that we have the edk2-test repo with the SCT infrastructure, has there been any thought for where tests that use this for non-standardized protocols should live? My initial thought is along with the protocols in edk2/edk2-platforms. For example if you had Silicon/NVIDIA/Include/Procotol/x.h you would have Silicon/NVIDIA/TestCase/x/ for this. Has there been any thoughts/plans on this?

Thanks,
Jeff

________________________________
This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
________________________________

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.

[-- Attachment #2: Type: text/html, Size: 5492 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-test] Location of tests for vendor/edk2 specific protocols
  2019-04-14 17:24   ` Supreeth Venkatesh
@ 2019-04-30  2:03     ` Eric Jin
  2019-05-23 16:55       ` Jeff Brasen
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Jin @ 2019-04-30  2:03 UTC (permalink / raw)
  To: Supreeth Venkatesh, devel@edk2.groups.io,
	Jeff Brasen (jbrasen@nvidia.com)
  Cc: Jin, Eric

[-- Attachment #1: Type: text/plain, Size: 3017 bytes --]

Hi Jeff,

For the test for non-standard or vendor specific protocols, in my initial idea, I would like to see them on a separate space and can be built with SCT infrastructure thru description files and build scripts provided by vendor.
Anyone can fetch the UEFI SCT or other specific test with his/her purpose/interest in this way easily. BTW, documents or spec link need be provided for user to understand test object and contribute test better.

Anyway, it is a good start to record the request in Bugzilla Feature Request for further discussion.

Best Regards
Eric

From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>
Sent: Monday, April 15, 2019 1:25 AM
To: devel@edk2.groups.io; Jeff Brasen (jbrasen@nvidia.com) <jbrasen@nvidia.com>
Cc: Jin, Eric <eric.jin@intel.com>
Subject: RE: [edk2-test] Location of tests for vendor/edk2 specific protocols

+ Eric
Thanks Jeff for bringing this up.
As mentioned during our discussion on this topic briefly @ UEFI Plugfest 2019, I definitely like to see these non-standard protocol tests become part of test suite.
However, there has been no proposal yet, though there were proposals related to SBBR (Arm's Server Base Boot Requirements).

Currently, any new platform tests added have to be added to UEFI SCT description files and build scripts for it to be included as part of test suite.
May I request you to create Bugzilla Feature Request @ https://bugzilla.tianocore.org/ under "edk-test" product and "UEFI-SCT" component, as well expand on how you like this to be implemented?

Supreeth

From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of Jeff Brasen via Groups.Io
Sent: Friday, April 12, 2019 5:53 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: [edk2-devel] [edk2-test] Location of tests for vendor/edk2 specific protocols


Now that we have the edk2-test repo with the SCT infrastructure, has there been any thought for where tests that use this for non-standardized protocols should live? My initial thought is along with the protocols in edk2/edk2-platforms. For example if you had Silicon/NVIDIA/Include/Procotol/x.h you would have Silicon/NVIDIA/TestCase/x/ for this. Has there been any thoughts/plans on this?

Thanks,
Jeff

________________________________
This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
________________________________

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.

[-- Attachment #2: Type: text/html, Size: 7277 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-test] Location of tests for vendor/edk2 specific protocols
  2019-04-30  2:03     ` Eric Jin
@ 2019-05-23 16:55       ` Jeff Brasen
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Brasen @ 2019-05-23 16:55 UTC (permalink / raw)
  To: Jin, Eric, Supreeth Venkatesh, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 3484 bytes --]

I finally got around to creating the feature request bug: https://bugzilla.tianocore.org/show_bug.cgi?id=1839


Thanks,

Jeff

________________________________
From: Jin, Eric <eric.jin@intel.com>
Sent: Monday, April 29, 2019 8:03 PM
To: Supreeth Venkatesh; devel@edk2.groups.io; Jeff Brasen
Cc: Jin, Eric
Subject: RE: [edk2-test] Location of tests for vendor/edk2 specific protocols


Hi Jeff,



For the test for non-standard or vendor specific protocols, in my initial idea, I would like to see them on a separate space and can be built with SCT infrastructure thru description files and build scripts provided by vendor.

Anyone can fetch the UEFI SCT or other specific test with his/her purpose/interest in this way easily. BTW, documents or spec link need be provided for user to understand test object and contribute test better.



Anyway, it is a good start to record the request in Bugzilla Feature Request for further discussion.



Best Regards

Eric



From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>
Sent: Monday, April 15, 2019 1:25 AM
To: devel@edk2.groups.io; Jeff Brasen (jbrasen@nvidia.com) <jbrasen@nvidia.com>
Cc: Jin, Eric <eric.jin@intel.com>
Subject: RE: [edk2-test] Location of tests for vendor/edk2 specific protocols



+ Eric

Thanks Jeff for bringing this up.

As mentioned during our discussion on this topic briefly @ UEFI Plugfest 2019, I definitely like to see these non-standard protocol tests become part of test suite.

However, there has been no proposal yet, though there were proposals related to SBBR (Arm’s Server Base Boot Requirements).



Currently, any new platform tests added have to be added to UEFI SCT description files and build scripts for it to be included as part of test suite.

May I request you to create Bugzilla Feature Request @ https://bugzilla.tianocore.org/ under “edk-test” product and “UEFI-SCT” component, as well expand on how you like this to be implemented?



Supreeth



From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of Jeff Brasen via Groups.Io
Sent: Friday, April 12, 2019 5:53 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: [edk2-devel] [edk2-test] Location of tests for vendor/edk2 specific protocols





Now that we have the edk2-test repo with the SCT infrastructure, has there been any thought for where tests that use this for non-standardized protocols should live? My initial thought is along with the protocols in edk2/edk2-platforms. For example if you had Silicon/NVIDIA/Include/Procotol/x.h you would have Silicon/NVIDIA/TestCase/x/ for this. Has there been any thoughts/plans on this?



Thanks,
Jeff



________________________________

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

________________________________



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.

[-- Attachment #2: Type: text/html, Size: 6987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-23 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BL0PR12MB28180D4563D68B32A0181E32CB2E0@BL0PR12MB2818.namprd12.prod.outlook.com>
2019-04-12 22:52 ` [edk2-test] Location of tests for vendor/edk2 specific protocols jbrasen
2019-04-14 17:24   ` Supreeth Venkatesh
2019-04-30  2:03     ` Eric Jin
2019-05-23 16:55       ` Jeff Brasen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox