1. e2bf44d ICD Management cluster server. (#26809) by Ricardo Casallas · 1 year, 10 months ago
  2. 77a92d4 Update runner run function to be async. (#27048) by Joshua Villasenor · 1 year, 10 months ago
  3. a9cb637 [chip-tool] Add AnyCommands aliases (#26755) by Vivien Nicolas · 1 year, 10 months ago
  4. 3f768f2 Resolve issue with UserPrompts in test harness. (#26961) by Joshua Villasenor · 1 year, 10 months ago
  5. 4d9cbbb Make output class directory unique for java (#26893) by Andrei Litvin · 1 year, 10 months ago
  6. 1aca004 Initial draft of TC-TIMESYNC-1.1 (#26349) by C Freeman · 1 year, 10 months ago
  7. 3029f04 [matter_yamltests] Replace python 3.9 list/tuple syntax with typing.List/typing.Tuple (#26873) by Vivien Nicolas · 1 year, 10 months ago
  8. 1871b6f [python tests] decode shell output as UTF-8 (#26783) by Stefan Agner · 1 year, 10 months ago
  9. ea5f3c0 [chiptool.py] Add some mechanism to add additional custom pseudo clusters by using a custom folder (#26694) by Vivien Nicolas · 1 year, 10 months ago
  10. ea48fcf [chiptool.py] Runner is not logging skipped steps as expected (#26681) by Vivien Nicolas · 1 year, 10 months ago
  11. 462f950 [matter_yaml] Add a yaml test that exercise anyOf, EqualityCommands and runIf (#26567) by Vivien Nicolas · 1 year, 10 months ago
  12. c6f6584 [Java] Add API pairDeviceWithCode to test pair with setup code (#26494) by Yufeng Wang · 1 year, 10 months ago
  13. 95acf3d Add a chip-tool command line argument for the storage directory. (#26452) by Boris Zbarsky · 1 year, 10 months ago
  14. fc0a2fb The skipping of items without a relevant path was failing to pick items with the final element set to None. Now we skip whenever the final element in the path is None. (#26328) by William · 1 year, 11 months ago
  15. 8b05d8e [chiptool.py] Add --trace_file, --trace_decode, --node_id, --continueOnFailure, --timeout, --delayInMs supports (#26333) by Vivien Nicolas · 1 year, 11 months ago
  16. 084eb3c [ICD] Initial Client Monitoring Cluster xml update (#26302) by mkardous-silabs · 1 year, 11 months ago
  17. 34b2a80 Add some options to dump the message expected by the Test Harness (#26054) by Vivien Nicolas · 1 year, 11 months ago
  18. 2ce04b5 [Yaml] Add a test adding a new fabric from an existing fabric (#25969) by Vivien Nicolas · 2 years ago
  19. fd9b18a [chiptool.py] Forward extra parameters to the runner (#26017) by Vivien Nicolas · 2 years ago
  20. 1d73d5c Fix typo when checking cirque cache save action (#26007) by Arkadiusz Bokowy · 2 years ago
  21. 0ca8e25 Adding chip-repl into runner script (#25900) by Terence Hampson · 2 years ago
  22. a5e9259 Add CI for darwin-framework-tool acting as OTA provider. (#25851) by Boris Zbarsky · 2 years ago
  23. 0d5837c Fix Java CI (#25644) by yunhanw-google · 2 years ago
  24. f1f69c0 Fix run_testsuite.py so it works if not all of the apps are specified. (#25600) by Boris Zbarsky · 2 years ago
  25. e0ce9e0 Remove flaky test from list now that delay is added (#25256) by Terence Hampson · 2 years, 1 month ago
  26. e75d35a [Python] Add Python commissioning flow (#25119) by Song GUO · 2 years, 1 month ago
  27. 761aaf5 Use the PathsFinder module in scripts/tests/run_test_suite.py instead of having duplicated code (#25368) by Vivien Nicolas · 2 years, 1 month ago
  28. e0e186c [python tests] Add to flake8 in workflow and fix python files (part #25193) (#25312) by Damian Michalak-Szmaciński · 2 years, 1 month ago
  29. 31da720 Add python YAML runner script to runs test over chip-tool and the placeholder apps (#25155) by Vivien Nicolas · 2 years, 1 month ago
  30. 8501d76 Add WriteGroupAttributes to chip-repl (#25260) by Terence Hampson · 2 years, 1 month ago
  31. 189d57d Revert "Enable Test_TC_OO_2_4 to run in CI (#25159)" (#25248) by Terence Hampson · 2 years, 1 month ago
  32. e170238 Enable Test_TC_OO_2_4 to run in CI (#25159) by Terence Hampson · 2 years, 1 month ago
  33. 0e57b27 [CI] Add test to check establish PASE connection only Java API (#25120) by Yufeng Wang · 2 years, 1 month ago
  34. 4b4d3de Do not install matter yamltests in env (this has sideffects and cause… (#25022) by Andrei Litvin · 2 years, 1 month ago
  35. a6d2883 [matter_yamltests] Add a dedicated class to load the yaml, enforce types, validate keywords, and add some implicit rules checking (#24975) by Vivien Nicolas · 2 years, 1 month ago
  36. 98dc92b Add read/subscribe event to chip-repl based yamltests (#24904) by Terence Hampson · 2 years, 1 month ago
  37. 11c0cdf Fix TestMultiAdmin to run on chip-repl based yamltest (#24919) by Terence Hampson · 2 years, 1 month ago
  38. 03f68c6 [java-matter-controller] Add pairing already-discovered command (#24916) by Yufeng Wang · 2 years, 1 month ago
  39. 738d33c Fix TestClusterMultiFabric to run on chip-repl based yamltest (#24925) by Terence Hampson · 2 years, 1 month ago
  40. 7f55718 Enable more tests: #24793 added commissionernodeid support (#24887) by Andrei Litvin · 2 years, 1 month ago
  41. 8414b6c [matter_yamltests] Add a config_override property to the TestParser in order to modify the test parameters (#24869) by Vivien Nicolas · 2 years, 1 month ago
  42. 8d801e8 Add a cache for the FindBinary method of scripts/tests/run_test_suite.py in order to not wait for too long each time it is runned manually (#24882) by Vivien Nicolas · 2 years, 1 month ago
  43. eaa7476 [java-matter-controller] Remove pairing ethernet command (#24891) by Yufeng Wang · 2 years, 1 month ago
  44. b878598 Make "test cases" have tags for easier selection of what subset is being considered. (#24834) by Andrei Litvin · 2 years, 1 month ago
  45. 1deb607 Fix minor issue with PICS test step check, and enable tests (#24832) by Terence Hampson · 2 years, 1 month ago
  46. 64d8ae1 Add "DiscoveryCommands" to yaml repl tests, make `TestDiscovery.yaml` pass (#24763) by Andrei Litvin · 2 years, 1 month ago
  47. 811ab2b [matter_yamltests] Add supports for OTA_SuccessfulTransfer specific SystemCommands and DelayCommands (#24659) by Vivien Nicolas · 2 years, 2 months ago
  48. f04a506 [matter_yamltest / chip-repl] Disable Test_TC_OO_2_4 because it seems flaky (#24785) by Vivien Nicolas · 2 years, 2 months ago
  49. 25df49b [Hotfix] Fix ot-br-posix crash in cirque (#24773) by Song GUO · 2 years, 2 months ago
  50. 8dc9323 Split ha.xml into individual dedicated cluster and types files (#24748) by Vivien Nicolas · 2 years, 2 months ago
  51. f951fa9 Use `manualTests.json` for manual test blacklisting in yaml tests (#24743) by Andrei Litvin · 2 years, 2 months ago
  52. 27ac945 [cluster] Move BinaryInput and OnOffSwitchConfiguration clusters to dedicated files (#24728) by Vivien Nicolas · 2 years, 2 months ago
  53. 9970fbf [cluster] Move Groups cluster to a dedicated file (#24716) by Vivien Nicolas · 2 years, 2 months ago
  54. 153b1db [chip-repl tests] Update tests that can pass (#24708) by Andrei Litvin · 2 years, 2 months ago
  55. fe24ee2 [repl tests] Allow the ability to run all tests in the test suite (including manual) (#24707) by Andrei Litvin · 2 years, 2 months ago
  56. 828a9f4 Add ability to list all YAML tests and manually run them from the test runner (#24629) by Andrei Litvin · 2 years, 2 months ago
  57. 637bdf2 Less XML parsing, resulting in less errors (#24667) by Andrei Litvin · 2 years, 2 months ago
  58. 86b064d Ensure repl tests stack cleanup even on errors. (#24665) by Andrei Litvin · 2 years, 2 months ago
  59. 89d538c Automation for new TC-CGEN-2.4 (#24560) by C Freeman · 2 years, 2 months ago
  60. 21b19a9 Have chip-repl yamltests parser use PICS to determine if test step should run (#24626) by Terence Hampson · 2 years, 2 months ago
  61. ecdcbc3 [matter_yamltests] Add a SpecDefinitionsFromPath helper instead of duplicating it (#24612) by Vivien Nicolas · 2 years, 2 months ago
  62. 743b9ca Add all passing chip-repl yaml tests to CI along with some fixes required (#24597) by Terence Hampson · 2 years, 2 months ago
  63. e48fe6a Fix issue with chip-repl yamltest running TestClusterComplexTypes.yaml (#24502) by Terence Hampson · 2 years, 2 months ago
  64. 7ceb958 Fix chip-repl yamltests runner (#24478) by Terence Hampson · 2 years, 2 months ago
  65. c5cb0dd lock the pip related tool versions (#24480) by yunhanw-google · 2 years, 2 months ago
  66. 382628e Have CI use yamltests python parser to run using chip-repl (#24295) by Terence Hampson · 2 years, 2 months ago
  67. d5bfb4b Add isort formatter to restyled configuration (#24148) by Arkadiusz Bokowy · 2 years, 2 months ago
  68. 260307b Python packaging idl and yamltests (#24140) by Terence Hampson · 2 years, 2 months ago
  69. cf62415 Convert former python yaml tests parser to be a runner/adapter (#24103) by Terence Hampson · 2 years, 2 months ago
  70. b49c3ed Common YAML test parser (#24066) by Terence Hampson · 2 years, 3 months ago
  71. 12ee5a2 [CI] Add testing for discovering commissionables devices (#24007) by Yufeng Wang · 2 years, 3 months ago
  72. 1e7b978 Use argparse instead of optparse to parse pairing arguments (#24013) by Yufeng Wang · 2 years, 3 months ago
  73. 4cb51b4 Fix code to enable dmalloc & disable it (#23977) by Michael Spang · 2 years, 3 months ago
  74. ade1f43 [CI] Add Java pairing OnNetworkLong test (#23816) by Yufeng Wang · 2 years, 3 months ago
  75. 5529d74 Set auto_envvar_prefix for click apps to CHIP (#23797) by Arkadiusz Bokowy · 2 years, 4 months ago
  76. 0328607 Update BdxOtaSender to only cease polling upon successful transfer of the bulk data (#23642) by Harsha Rajendran · 2 years, 4 months ago
  77. c530f63 Apply API review fixes for MTRReadParams and MTRSubscribeParams. (#23491) by Boris Zbarsky · 2 years, 4 months ago
  78. 2137085 Add support for running YAML tests against bridge-app. (#23198) by Boris Zbarsky · 2 years, 5 months ago
  79. bd5956d Re-add the setupCommissioningSessionWithPayload API on MTRDeviceController. (#23159) by Boris Zbarsky · 2 years, 5 months ago
  80. 12802fb Revert, for now, Darwin API changes that did not happen early enough. (#23155) by Boris Zbarsky · 2 years, 5 months ago
  81. 0cf7694 [CI] Ensure that running threads started as dependencies of a test are freed, even if the process has never been started (#22715) by Vivien Nicolas · 2 years, 6 months ago
  82. 6ebd6b6 [darwin] Update DnssdHostNameRegistrar to use the network framework i… (#22587) by Vivien Nicolas · 2 years, 6 months ago
  83. 5757068 Address API review issues in MTRDeviceController. (#22596) by Boris Zbarsky · 2 years, 6 months ago
  84. 72d838a Apply API review fixes for MTRReadParams and MTRSubscribeParams. (#22592) by Boris Zbarsky · 2 years, 6 months ago
  85. c2fba84 Remove now-unnecessary leak suppression. (#22355) by Boris Zbarsky · 2 years, 7 months ago
  86. e56afce Shut down subscription clients when DeviceController shuts down. (#22323) by Boris Zbarsky · 2 years, 7 months ago
  87. 7894428 Re-enable TC-RR-1.1 in CI (#22292) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
  88. 9bde9e3 [privacy] Add AES_CTR_encrypt/decrypt with tests. (#22108) by Martin Turon · 2 years, 7 months ago
  89. ec6a756 Set detect_leaks=1 in various places where we do ASAN builds in CI. (#20913) by Boris Zbarsky · 2 years, 7 months ago
  90. f258b71 Add full threading backtrace dumps in Cirque and REPL (#21615) by Jerry Johns · 2 years, 8 months ago
  91. 7161370 TV Android App: Updated vendor id support (#21471) by Lazar Kovacic · 2 years, 8 months ago
  92. 8ecce5e [test] Add --dry-run option to run_test_suite.py (#21137) by Martin Turon · 2 years, 8 months ago
  93. cd4ab7c Revert "Set detect_leaks=1 in various places where we do ASAN builds in CI. (#20246)" (#20827) by Justin Wood · 2 years, 8 months ago
  94. 6d959ae Feature/add separate feature bits for dl schedules (#20670) by Evgeniy Morozov · 2 years, 8 months ago
  95. 293ce20 Set detect_leaks=1 in various places where we do ASAN builds in CI. (#20246) by Boris Zbarsky · 2 years, 8 months ago
  96. b8b5ced Updated Testscripts id's (#20514) by kowsisoundhar12 · 2 years, 8 months ago
  97. acbe9cd Fix incorrect return codes in door lock cluster (#19813) by Evgeniy Morozov · 2 years, 8 months ago
  98. 1b08410 Ensure we don't run slow YAML tests in CI. (#19975) by Boris Zbarsky · 2 years, 9 months ago
  99. e5b77e4 Enable COTA feature (#19815) by Evgeniy Morozov · 2 years, 9 months ago
  100. 676646d Use monotonic clock for measuring intervals in tests. (#19659) by Boris Zbarsky · 2 years, 9 months ago