Commit 8e5f3f8
Added TC_DD_3_23.py Script (project-chip#41309)
* Added TC_DD_3_23.py Script
* Update the script with latest Test plan, added extra argument checker for nfc reader index
* FIx for None type iterable bug for int-arg check
* FIx for None type iterable bug for int-arg check
* FIx for None type iterable bug for int-arg check
* implemented new logic for nfc and int-arg check
* fixed exit logic for nfc_reader_index
* fixed syntax erros suggested by co-pilot
* removed duplicate code block in runner.py
* log the data from nfc tag instead of matter_test
* Restyled by autopep8
* Restyled by isort
* fixed CI job of linux code lint and disabled the nfc build for python env by default
* added missing libs for nfc interaction
* changed the commissioning args in CI test
* updated runner.py to be in sync with master and updated ci run args
* added setuppincode for CI execution argumennts
* Updated the code and comments for NFC code as per comments
* added some checks for nfc reader index and max ndef data length
* Restyled by autopep8
* TC_DD_3_24.py will be skipped and documentation is improved
* Added check for qr_code presence in command line args
* Added data types to function arguments
* Restyled by prettier-yaml
* Restyled by autopep8
* Updated the code changes to ignore the identifier code in nfc-tag data
* resolved comments from co-pilot
* fixed mypy error on CI
* Restyled by autopep8
* fixed suggestions by co-pilot
* Updated code to be more readable
---------
Co-authored-by: Restyled.io <[email protected]>1 parent 79e4f9d commit 8e5f3f8
File tree
8 files changed
+450
-38
lines changed- integrations/docker/images/chip-cert-bins
- scripts
- src/python_testing
- matter_testing_infrastructure
- matter/testing
8 files changed
+450
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments