-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TC-ACE-1.4 automation #24157
TC-ACE-1.4 automation #24157
Conversation
This test includes wildcard reads that cannot be specified in the yaml
PR #24157: Size comparison from fb18595 to 163fb1c Increases (11 builds for bl602, bl702, cc13x2_26x2, esp32, psoc6, telink)
Decreases (8 builds for bl602, cc13x2_26x2, k32w, nrfconnect, psoc6, qpg, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24157: Size comparison from b36439e to 3f8f962 Increases (10 builds for bl702, cc13x2_26x2, esp32, k32w, nrfconnect, psoc6, qpg, telink)
Decreases (8 builds for bl602, bl702, cc13x2_26x2, esp32, psoc6, qpg, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24157: Size comparison from a25af90 to 3e59131 Increases (10 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
Decreases (5 builds for cc13x2_26x2, esp32, qpg, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24157: Size comparison from a25af90 to 723575c Increases (3 builds for cc13x2_26x2, telink)
Decreases (10 builds for bl602, bl702, cc13x2_26x2, esp32, k32w, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24157: Size comparison from 3f360d7 to 8be0e3c Increases (8 builds for bl702, cc13x2_26x2, nrfconnect, telink)
Decreases (6 builds for bl602, cc13x2_26x2, esp32, psoc6, qpg, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Co-authored-by: Boris Zbarsky <[email protected]>
PR #24157: Size comparison from 3f360d7 to 56bec5b Increases above 0.2%:
Increases (15 builds for bl602, bl702, efr32, linux, psoc6, qpg, telink)
Decreases (15 builds for bl702, cyw30739, efr32, esp32, psoc6, telink)
Full report (43 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: why these Accesses tests cannot be done in Yaml ? to give me a better understanding thanks
* tag 'TE_23_02/rc2': (374 commits) Fix placeholder app shutdown to actually do a clean stack shutdown. (project-chip#24714) [chip-repl tests] Update tests that can pass (project-chip#24708) [repl tests] Allow the ability to run all tests in the test suite (including manual) (project-chip#24707) Rename silabs/types.xml to silabs/types-silabs.xml to prevent it to be loaded before chip/chip-types.xml since zcl-loader-silabs.js::parseZclFiles reorder the files if it match types.xml (project-chip#24710) Replace more arm64 nodeps-clang variants with just nodeps as they are mutually exclusive (project-chip#24704) Fix cloudbuild targets: It is "all-clusters" and not "all-clusters-app" (project-chip#24703) [Telink] Improve the Identify Implementation & Update every image to 0.6.35 (project-chip#24690) Add ability to list all YAML tests and manually run them from the test runner (project-chip#24629) silabs_fix_lighting_app_lcd (project-chip#24661) TC-ACE-1.4 automation (project-chip#24157) Update TC_RR_1_1.py to match test spec changes. (project-chip#24664) [nrfconnect] Fixed window covering compilation failure (project-chip#24700) [Telink] Logs optimization (project-chip#24693) [tv-app + YAML tests] Update the yaml tests to use the correct formatting for the responses since CurrentChannel is a struct (project-chip#24696) [YAML tests] Add PICS code to Color Control WaitForDelay steps (project-chip#24699) chip-repl tests: xml parsing to report location of where unrecognized handlers reside (project-chip#24674) Remove Basic SWBuildId extension from zll.xml since there is no cluster with this code (0x0000) (project-chip#24689) [Thermostat Cluster] Move related bitmaps/enums from silabs/types.xml to chip/thermostat-cluster.xml (project-chip#24694) [darwin] Add [WiFi/Ethernet]NetworkDiagnosticsFeature bitmaps and their values to darwin availability register (project-chip#24692) Less XML parsing, resulting in less errors (project-chip#24667) ...
* Add automated test for TC-ACE-1.4 This test includes wildcard reads that cannot be specified in the yaml * Add to workflow * Restyle * Update .github/workflows/tests.yaml Co-authored-by: Terence Hampson <[email protected]> * Remove print, use named consts for clusters * Restyled by autopep8 * Fix imports on matter testing * Base layer names changed * Restyled by autopep8 * Restyled by isort * Update src/python_testing/TC_ACE_1_4.py Co-authored-by: Boris Zbarsky <[email protected]> --------- Co-authored-by: Terence Hampson <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
Automation for test case https://github.com/CHIP-Specifications/chip-test-plans/pull/2364
Needs python rather than yaml so we can have wildcard reads and multiple endpoint returns