Changing subject line to include [edk2-test].
+ Eric
Prakriti,
With the disclaimer that UEFI SCT is intended for testing against UEFI specification, I will try to answer your question in the way I interpreted it.
I am not sure whether you are asking how to test EFI_SHELL_PROTOCOL or is it related to a non uefi standard device interface you want to test?
Assuming it as the latter and with the limited information you mentioned about your requirement, I am assuming you will have a non-standard Protocol/Driver for your device and want to test those APIs.
With the above assumption, you can follow any of the standard test cases as reference for implementing your own test. Example below:
Eric can provide more information based on detailed explanation of your requirements.
Thanks,
Supreeth
From: Prakriti Chauhan <prakriti.chauhan@nxp.com>
Sent: Wednesday, April 24, 2019 4:28 AM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; devel@edk2.groups.io
Subject: Regarding using any shell command in SCT
Hi,
I want to test if my interface is working or not using SCT framework, like give IP address to interface and then run ping command.
Any pointers how can I achieve same?
Thanks,
Prakriti