-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TC-DA-1.2: Fix for numberic PIDs with fallback (#33621)
* TC-DA-1.2: Fix for numberic PIDs will fallback Apparently isupper is false if there are no letters at all. Adds a fix for TC-DA-1.2 and test vector that exposes this condition. Also adds the pid as a variable to the test vectors. * Fix test to use pid from json * Restyled by clang-format * Change to regular expression - added a new test vector with the non-numeric PID - confirmed in the log that the test failure now happens on line 81 rather than line 90. This is a manual only verification, I am not adjusting the test-test to expect this, any failure is equally valid as far as the test-test is concerned. - remaning tests are still correct per test_TC_DA_1_2.py --------- Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
195 changed files
with
380 additions
and
21 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
credentials/development/commissioner_dut/invalid_paa/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...s/development/commissioner_dut/struct_cd_authorized_paa_list_count0/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ment/commissioner_dut/struct_cd_authorized_paa_list_count10_invalid/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...opment/commissioner_dut/struct_cd_authorized_paa_list_count10_valid/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...lopment/commissioner_dut/struct_cd_authorized_paa_list_count1_valid/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...lopment/commissioner_dut/struct_cd_authorized_paa_list_count2_valid/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...pment/commissioner_dut/struct_cd_authorized_paa_list_count3_invalid/test_case_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.