-
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
Add automated test for TC-ACE-1.3 in python #24101
Conversation
This test requires python as it requires the allocation of three controllers on one fabric with CAT tags. This cannot be specified in the yaml.
Note - matches to test plan PR https://github.com/CHIP-Specifications/chip-test-plans/pull/2363 |
PR #24101: Size comparison from b49c3ed to d8f0f2e Increases (7 builds for bl702, cc13x2_26x2, psoc6, telink)
Decreases (5 builds for bl602, nrfconnect, psoc6, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24101: Size comparison from b49c3ed to 1703ae6 Increases (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
Decreases (7 builds for bl702, cc13x2_26x2)
Full report (53 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.
Matches the (updated) test plan, thanks Cecille!
PR #24101: Size comparison from fb18595 to 3998efd Increases (6 builds for bl702, esp32, psoc6, telink)
Decreases (6 builds for bl602, nrfconnect, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Why use less words when more do?
PR #24101: Size comparison from a25af90 to f04b276 Increases (10 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
Decreases (7 builds for cc13x2_26x2, esp32, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24101: Size comparison from c8a9f1a to c1ee02b Increases (10 builds for bl602, bl702, cc13x2_26x2, psoc6, qpg, telink)
Decreases (4 builds for cc13x2_26x2, nrfconnect, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
* Add automated test for TC-ACE-1.3 in python This test requires python as it requires the allocation of three controllers on one fabric with CAT tags. This cannot be specified in the yaml. * Use EP0 only * Restyled by autopep8 * Base code name changes Why use less words when more do? * Restyled by autopep8 * Restyled by isort Co-authored-by: Restyled.io <commits@restyled.io>
This test requires python as it requires the allocation of three controllers on one fabric with CAT tags. This cannot be specified in the yaml.