Skip to content

Commit 6de8ca8

Browse files
shanmugapriyal03chetan-rathore
authored andcommitted
feat(pcbsa): Add skip-dp-nic-ms CLI option
-Add the -skip-dp-nic-ms flag to PCBSA command-line parameters -Allow skipping PCIe tests for DisplayPort, Network, Mass Storage, and Unclassified devices during test execution Signed-off-by: Shanmuga Priya L <shanmuga.priyal@arm.com> Change-Id: I19b185afae003138af6db1d26f34182e1fa26601
1 parent a11c3a4 commit 6de8ca8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/uefi/pc_bsa_main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ CONST SHELL_PARAM_ITEM ParamList[] = {
4141
{L"-only", TypeValue},
4242
{L"-r", TypeValue},
4343
{L"-skip", TypeValue},
44+
{L"-skip-dp-nic-ms", TypeFlag},
4445
{L"-skipmodule", TypeValue},
4546
{L"-timeout", TypeValue},
4647
{L"-v", TypeValue},
@@ -75,6 +76,8 @@ HelpMsg (VOID)
7576
" Only run tests for rules at level <n> \n"
7677
"-skip Rule ID(s) to be skipped (comma-separated, like -r)\n"
7778
" Example: -skip B_PE_01,B_GIC_02\n"
79+
"-skip-dp-nic-ms \n"
80+
" Skip PCIe tests for DisplayPort, Network, Mass Storage devices and Unclassified devices\n"
7881
"-skipmodule \n"
7982
" Skip the specified modules (comma-separated names).\n"
8083
" Example: -skipmodule PE,GIC,PCIE\n"

0 commit comments

Comments
 (0)