Skip to content

Commit

Permalink
Add suffix to secure pairing test case. (#8391)
Browse files Browse the repository at this point in the history
Allow to differentiate between CASE and PASE test suite
  • Loading branch information
pan- authored and pull[bot] committed Jul 29, 2021
1 parent e465b36 commit 2344260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/tests/TestCASESession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ int CASE_TestSecurePairing_Teardown(void * inContext);
// clang-format off
static nlTestSuite sSuite =
{
"Test-CHIP-SecurePairing",
"Test-CHIP-SecurePairing-CASE",
&sTests[0],
CASE_TestSecurePairing_Setup,
CASE_TestSecurePairing_Teardown,
Expand Down
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/tests/TestPASESession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int TestSecurePairing_Teardown(void * inContext);
// clang-format off
static nlTestSuite sSuite =
{
"Test-CHIP-SecurePairing",
"Test-CHIP-SecurePairing-PASE",
&sTests[0],
TestSecurePairing_Setup,
TestSecurePairing_Teardown,
Expand Down

0 comments on commit 2344260

Please sign in to comment.