8000 Move CommissionDeviceTest class to commissioning.py by jtrejoespinoza-grid · Pull Request #39478 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Move CommissionDeviceTest class to commissioning.py #39478

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

Merged

Conversation

jtrejoespinoza-grid
Copy link
Contributor

Summary

This PR contains the work to move the python class CommissioningDeviceTest from matter_testing.py to commissioning.py. This class works as a mobly TestCase class to commission the device if is needed, this class has a test in the method test_run_commissioning to commission the device under test.

Actions taken

  • Moved dependencies from matter_base_test to avoid circular import issues.
  • Moved stash_globally and unstash_globally methods outside matter_base_test so they can be used from matter_testing.py and comissioning.py and avoid circular imports.
  • Moved methods get_setup_payload_info to commissioning.py to avoid circular imports.
  • Updated ComissionDeviceTest references at runner.py
  • Added global_stash.py to BUILD.gn

Related issues

##Fixes: project-chip/matter-test-scripts#589

Testing

In order to test the changes I run a few tests using the Linux apps and the ESP32 M5 Stack to verify on-network commissioning works and device commissioning.

Build the linux application and run the one of the test using commissioning on-network

./scripts/build/build_examples.py --clean --target darwin-arm64-all-clusters build

python3 src/python_testing/TC_CC_2_1.py --commissioning-method on-network --qr-code MT:-24J0AFN00KA0648G00 --endpoint 1

Flash the device with the LIGTHING_APP

Run the script and commissioning should be done properly.

flash the device

python3 src/python_testing/TC_CC_2_1.py --commissioning-method ble-wifi --qr-code MT:-24J0AFN00KA0648G00 --wifi-ssid <wifi-ssid>  --wifi-passphrase <wifi-passphrase>

…. Added class global_stash to have stashed attirbutes outside matter_testing. Updated runner imports.
@github-actions github-actions bot added the tests label Jun 10, 2025
Copy link
Contributor
@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the CommissionDeviceTest class and related utilities into commissioning.py, addressing circular dependency issues. The global_stash.py module is introduced to handle Mobly's limitations with ctypes objects. The changes are well-structured. The suggestions focus on improving type hinting and avoiding shadowing built-in names.

Copy link
github-actions bot commented Jun 10, 2025

PR #39478: Size comparison from 55d3763 to a96e714

Full report (3 builds for cc32xx, stm32)
platform target config section 55d3763 a96e714 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548694 548694 0 0.0
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582166 582166 0 0.0
RAM 205336 205336 0 0.0
stm32 light STM32WB5MM-DK FLASH 466004 466004 0 0.0
RAM 141376 141376 0 0.0

Copy link
github-actions bot commented Jun 10, 2025

PR #39478: Size comparison from c1d1dea to 0bc005b

Increases above 0.2%:

platform target config section c1d1dea 0bc005b change % change
telink lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601160 605014 3854 0.6
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section c1d1dea 0bc005b change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1102966 1102966 0 0.0
RAM 179018 179018 0 0.0
bl702 lighting-app bl702+eth FLASH 655836 655836 0 0.0
RAM 134961 134961 0 0.0
bl702+wifi FLASH 833560 833560 0 0.0
RAM 124533 124533 0 0.0
bl706+mfd+rpc+littlefs FLASH 1065984 1065984 0 0.0
RAM 117365 117365 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 895548 895548 0 0.0
RAM 105668 105668 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 979272 979272 0 0.0
RAM 109852 109852 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 814296 814296 0 0.0
RAM 120024 120024 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825892 825892 0 0.0
RAM 125176 125176 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771852 771852 0 0.0
RAM 113580 113580 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756168 756168 0 0.0
RAM 113788 113788 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548694 548694 0 0.0
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582166 582166 0 0.0
RAM 205336 205336 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 663269 663269 0 0.0
RAM 77456 77456 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 683113 683113 0 0.0
RAM 80096 80096 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 683113 683113 0 0.0
RAM 80096 80096 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 640053 640053 0 0.0
RAM 72524 72524 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 624629 624629 0 0.0
RAM 73768 73768 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 644265 644265 0 0.0
RAM 76320 76320 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 644265 644265 0 0.0
RAM 76320 76320 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 645549 645549 0 0.0
RAM 76768 76768 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 665265 665265 0 0.0
RAM 79320 79320 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 665265 665265 0 0.0
RAM 79320 79320 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 620225 620225 0 0.0
RAM 70880 70880 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 640085 640085 0 0.0
RAM 73512 73512 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 640085 640085 0 0.0
RAM 73512 73512 0 0.0
efr32 lock-app BRD4187C FLASH 947428 947428 0 0.0
RAM 132004 132004 0 0.0
BRD4338a FLASH 776400 776392 -8 -0.0
RAM 173208 173208 0 0.0
window-app BRD4187C FLASH 1040048 1040048 0 0.0
RAM 128132 128132 0 0.0
esp32 all-clusters-app c3devkit DRAM 103488 103488 0 0.0
FLASH 1808982 1808982 0 0.0
IRAM 83862 83862 0 0.0
m5stack DRAM 122356 122356 0 0.0
FLASH 1773898 1773898 0 0.0
IRAM 117071 117071 0 0.0
linux air-purifier-app debug unknown 4848 4848 0 0.0
FLASH 2798124 2798124 0 0.0
RAM 117288 117288 0 0.0
all-clusters-app debug unknown 5664 5664 0 0.0
FLASH 6378454 6378454 0 0.0
RAM 537456 537456 0 0.0
all-clusters-minimal-app debug unknown 5528 5528 0 0.0
FLASH 5476970 5476970 0 0.0
RAM 227992 227992 0 0.0
bridge-app debug unknown 5560 5560 0 0.0
FLASH 4809280 4809280 0 0.0
RAM 207600 207600 0 0.0
camera-app debug unknown 8968 8968 0 0.0
FLASH 6916107 6916107 0 0.0
RAM 228936 228936 0 0.0
camera-controller debug unknown 9184 9184 0 0.0
FLASH 1432530 1432530 0 0.0
RAM 659448 659448 0 0.0
chip-tool debug unknown 6240 6240 0 0.0
FLASH 14667289 14667289 0 0.0
RAM 652848 652848 0 0.0
chip-tool-ipv6only arm64 unknown 40552 40552 0 0.0
FLASH 12634828 12634828 0 0.0
RAM 699144 699144 0 0.0
fabric-admin debug unknown 5920 5920 0 0.0
FLASH 12735495 12735495 0 0.0
RAM 651832 651832 0 0.0
fabric-bridge-app debug unknown 4808 4808 0 0.0
FLASH 4594952 4594952 0 0.0
RAM 193344 193344 0 0.0
fabric-sync debug unknown 5056 5056 0 0.0
FLASH 5738077 5738077 0 0.0
RAM 490800 490800 0 0.0
lighting-app debug+rpc+ui unknown 6272 6272 0 0.0
FLASH 5658497 5658497 0 0.0
RAM 209864 209864 0 0.0
lock-app debug unknown 5488 5488 0 0.0
FLASH 4839306 4839306 0 0.0
RAM 197096 197096 0 0.0
ota-provider-app debug unknown 4848 4848 0 0.0
FLASH 4447122 4447122 0 0.0
RAM 185984 185984 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4519382 4519382 0 0.0
RAM 188856 188856 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3084572 3084572 0 0.0
RAM 150888 150888 0 0.0
thermostat-no-ble arm64 unknown 9816 9816 0 0.0
FLASH 4236236 4236236 0 0.0
RAM 233432 233432 0 0.0
tv-app debug unknown 5824 5824 0 0.0
FLASH 6103165 6103165 0 0.0
RAM 615000 615000 0 0.0
tv-casting-app debug unknown 5336 5336 0 0.0
FLASH 12823245 12823245 0 0.0
RAM 769104 769104 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 922268 922268 0 0.0
RAM 167414 167414 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 913400 913400 0 0.0
RAM 145658 145658 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 859528 859528 0 0.0
RAM 141047 141047 0 0.0
nxp contact mcxw71+release FLASH 625560 625560 0 0.0
RAM 63148 63148 0 0.0
lock mcxw71+release FLASH 776664 776664 0 0.0
RAM 67804 67804 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1671708 1671708 0 0.0
RAM 212408 212408 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1576116 1576116 0 0.0
RAM 208464 208464 0 0.0
light cy8ckit_062s2_43012 FLASH 1448748 1448748 0 0.0
RAM 197192 197192 0 0.0
lock cy8ckit_062s2_43012 FLASH 1481060 1481060 0 0.0
RAM 224904 224904 0 0.0
qpg lighting-app qpg6200+debug FLASH 740696 740696 0 0.0
RAM 93336 93336 0 0.0
lock-app qpg6200+debug FLASH 750788 750788 0 0.0
RAM 93364 93364 0 0.0
stm32 light STM32WB5MM-DK FLASH 466004 466004 0 0.0
RAM 141376 141376 0 0.0
telink bridge-app tl7218x FLASH 694608 677852 -16756 -2.4
694608 694608 0 0.0
RAM 102052 90912 -11140 -10.9
102052 102052 0 0.0
light-app-ota-compress-lzma-factory-data tl3218x FLASH 767046 767046 0 0.0
RAM 50204 50204 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 768076 768076 0 0.0
RAM 40496 40496 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774174 756554 -17620 -2.3
774174 774174 0 0.0
RAM 109376 97624 -11752 -10.7
109376 109376 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 703534 687636 -15898 -2.3
703534 703534 0 0.0
RAM 62764 51732 -11032 -17.6
62764 62764 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 741488 716086 -25402 -3.4
741488 741488 0 0.0
RAM 85936 73544 -12392 -14.4
85936 85936 0 0.0
light-switch-app-ota-shell-factory-data tl3218x_retention FLASH 713394 713394 0 0.0
RAM 37180 37180 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601160 605014 3854 0.6
601160 601160 0 0.0
RAM 120148 106872 -13276 -11.0
120148 120148 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 809512 791624 -17888 -2.2
809512 809516 4 0.0
RAM 107644 96472 -11172 -10.4
107644 107644 0 0.0
tizen all-clusters-app arm unknown 5316 5316 0 0.0
FLASH 1824116 1824116 0 0.0
RAM 97028 97028 0 0.0
chip-tool-ubsan arm unknown 20700 20700 0 0.0
FLASH 20962462 20962462 0 0.0
RAM 9123572 9123572 0 0.0

@jtrejoespinoza-grid jtrejoespinoza-grid marked this pull request as ready for review June 11, 2025 17:22
@asirko-soft asirko-soft self-requested a review June 12, 2025 14:51
Copy link
Contributor
@asirko-soft asirko-soft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@mergify mergify bot added the conflict label Jun 16, 2025
@mergify mergify bot removed the conflict label Jun 16, 2025
Copy link

PR #39478: Size comparison from be1cfb1 to 348fc0d

Full report (3 builds for cc32xx, stm32)
platform target config section be1cfb1 348fc0d change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548766 548766 0 0.0
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582238 582238 0 0.0
RAM 205336 205336 0 0.0
stm32 light STM32WB5MM-DK FLASH 465932 465932 0 0.0
RAM 141376 141376 0 0.0

…ad_info for get_setup_payload_info_config at commissioning.py
Copy link

PR #39478: Size comparison from be1cfb1 to cbcf789

Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
platform target config section be1cfb1 cbcf789 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 814292 814292 0 0.0
RAM 120024 120024 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825984 825984 0 0.0
RAM 125176 125176 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771852 771852 0 0.0
RAM 113580 113580 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756160 756160 0 0.0
RAM 113788 113788 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548766 548766 0 0.0
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582238 582238 0 0.0
RAM 205336 205336 0 0.0
qpg lighting-app qpg6200+debug FLASH 740616 740616 0 0.0
RAM 93336 93336 0 0.0
lock-app qpg6200+debug FLASH 750740 750740 0 0.0
RAM 93364 93364 0 0.0
stm32 light STM32WB5MM-DK FLASH 465932 465932 0 0.0
RAM 141376 141376 0 0.0
tizen all-clusters-app arm unknown 5308 5308 0 0.0
FLASH 1819768 1819768 0 0.0
RAM 97436 97436 0 0.0
chip-tool-ubsan arm unknown 20700 20700 0 0.0
FLASH 20964602 20964602 0 0.0
RAM 9120812 9120812 0 0.0

Copy link
github-actions bot commented Jun 17, 2025

PR #39478: Size comparison from be1cfb1 to 1ddeb96

Increases above 0.2%:

platform target config section be1cfb1 1ddeb96 change % change
efr32 lock-app BRD4338a RAM 173208 206872 33664 19.4
telink bridge-app tl7218x FLASH 694442 704898 10456 1.5
light-app-ota-shell-factory-data tl7218x FLASH 774134 784974 10840 1.4
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 703498 712256 8758 1.2
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 741452 748832 7380 1.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601114 605136 4022 0.7
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 809482 820558 11076 1.4
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section be1cfb1 1ddeb96 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1102760 1102760 0 0.0
RAM 179018 179018 0 0.0
bl702 lighting-app bl702+eth FLASH 655794 655794 0 0.0
RAM 134961 134961 0 0.0
bl702+wifi FLASH 833348 833348 0 0.0
RAM 124533 124533 0 0.0
bl706+mfd+rpc+littlefs FLASH 1066024 1066024 0 0.0
RAM 117365 117365 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 895326 895326 0 0.0
RAM 105668 105668 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 979050 979050 0 0.0
RAM 109852 109852 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 814292 814292 0 0.0
RAM 120024 120024 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825984 825984 0 0.0
RAM 125176 125176 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771852 771852 0 0.0
RAM 113580 113580 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756160 756160 0 0.0
RAM 113788 113788 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548766 548766 0 0.0
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582238 582238 0 0.0
RAM 205336 205336 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 663205 663205 0 0.0
RAM 77456 77456 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 683049 683049 0 0.0
RAM 80096 80096 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 683049 683049 0 0.0
RAM 80096 80096 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 639981 639981 0 0.0
RAM 72524 72524 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 624573 624573 0 0.0
RAM 73768 73768 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 644201 644201 0 0.0
RAM 76320 76320 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 644201 644201 0 0.0
RAM 76320 76320 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 645501 645501 0 0.0
RAM 76768 76768 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 665209 665209 0 0.0
RAM 79320 79320 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 665209 665209 0 0.0
RAM 79320 79320 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 620153 620153 0 0.0
RAM 70880 70880 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 640013 640013 0 0.0
RAM 73512 73512 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 640013 640013 0 0.0
RAM 73512 73512 0 0.0
efr32 lock-app BRD4187C FLASH 947396 947724 328 0.0
RAM 132004 132004 0 0.0
BRD4338a FLASH 776464 744156 -32308 -4.2
RAM 173208 206872 33664 19.4
window-app BRD4187C FLASH 1040016 1040344 328 0.0
RAM 128132 128132 0 0.0
esp32 all-clusters-app c3devkit DRAM 103488 103488 0 0.0
FLASH 1809474 1809474 0 0.0
IRAM 83862 83862 0 0.0
m5stack DRAM 122356 122356 0 0.0
FLASH 1774582 1774582 0 0.0
IRAM 117071 117071 0 0.0
linux air-purifier-app debug unknown 4848 4848 0 0.0
FLASH 2794988 2794988 0 0.0
RAM 117352 117352 0 0.0
all-clusters-app debug unknown 5664 5664 0 0.0
FLASH 6376154 6376154 0 0.0
RAM 538160 538160 0 0.0
all-clusters-minimal-app debug unknown 5528 5528 0 0.0
FLASH 5473570 5473570 0 0.0
RAM 228024 228024 0 0.0
bridge-app debug unknown 5560 5560 0 0.0
FLASH 4805770 4805770 0 0.0
RAM 207632 207632 0 0.0
camera-app debug unknown 8968 8968 0 0.0
FLASH 6925755 6925755 0 0.0
RAM 229896 229896 0 0.0
camera-controller debug unknown 9184 9184 0 0.0
FLASH 14330251 14330251 0 0.0
RAM 659288 659288 0 0.0
chip-tool debug unknown 6240 6240 0 0.0
FLASH 14671551 14671551 0 0.0
RAM 652848 652848 0 0.0
chip-tool-ipv6only arm64 unknown 40544 40544 0 0.0
FLASH 12653132 12653132 0 0.0
RAM 699152 699152 0 0.0
fabric-admin debug unknown 5920 5920 0 0.0
FLASH 12739455 12739455 0 0.0
RAM 651832 651832 0 0.0
fabric-bridge-app debug unknown 4808 4808 0 0.0
FLASH 4594462 4594462 0 0.0
RAM 193504 193504 0 0.0
fabric-sync debug unknown 5056 5056 0 0.0
FLASH 5742157 5742157 0 0.0
RAM 490928 490928 0 0.0
lighting-app debug+rpc+ui unknown 6272 6272 0 0.0
FLASH 5655169 5655169 0 0.0
RAM 209928 209928 0 0.0
lock-app debug unknown 5488 5488 0 0.0
FLASH 4836234 4836234 0 0.0
RAM 197160 197160 0 0.0
ota-provider-app debug unknown 4848 4848 0 0.0
FLASH 4444246 4444246 0 0.0
RAM 186048 186048 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4516068 4516068 0 0.0
RAM 188856 188856 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3081580 3081580 0 0.0
RAM 151432 151432 0 0.0
thermostat-no-ble arm64 unknown 9800 9800 0 0.0
FLASH 4234372 4234372 0 0.0
RAM 233432 233432 0 0.0
tv-app debug unknown 5824 5824 0 0.0
FLASH 6104237 6104237 0 0.0
RAM 615032 615032 0 0.0
tv-casting-app debug unknown 5336 5336 0 0.0
FLASH 12822941 12822941 0 0.0
RAM 769136 769136 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 922992 922992 0 0.0
RAM 167414 167414 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 913976 913976 0 0.0
RAM 145658 145658 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 859488 859488 0 0.0
RAM 141047 141047 0 0.0
nxp contact mcxw71+release FLASH 625512 625512 0 0.0
RAM 63148 63148 0 0.0
lock mcxw71+release FLASH 776656 776656 0 0.0
RAM 67804 67804 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1672468 1672468 0 0.0
RAM 212408 212408 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1576156 1576156 0 0.0
RAM 208464 208464 0 0.0
light cy8ckit_062s2_43012 FLASH 1448796 1448796 0 0.0
RAM 197192 197192 0 0.0
lock cy8ckit_062s2_43012 FLASH 1481164 1481164 0 0.0
RAM 224904 224904 0 0.0
qpg lighting-app qpg6200+debug FLASH 740616 740616 0 0.0
RAM 93336 93336 0 0.0
lock-app qpg6200+debug FLASH 750740 750740 0 0.0
RAM 93364 93364 0 0.0
stm32 light STM32WB5MM-DK FLASH 465932 465932 0 0.0
RAM 141376 141376 0 0.0
telink bridge-app tl7218x FLASH 694442 704898 10456 1.5
RAM 102052 93636 -8416 -8.2
light-app-ota-shell-factory-data tl7218x FLASH 774134 784974 10840 1.4
RAM 109376 100952 -8424 -7.7
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 703498 712256 8758 1.2
RAM 62764 54272 -8492 -13.5
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 741452 748832 7380 1.0
RAM 85936 77436 -8500 -9.9
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601114 605136 4022 0.7
RAM 120148 112432 -7716 -6.4
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 809482 820558 11076 1.4
RAM 107644 99204 -8440 -7.8
tizen all-clusters-app arm unknown 5308 5308 0 0.0
FLASH 1819768 1819768 0 0.0
RAM 97436 97436 0 0.0
chip-tool-ubsan arm unknown 20700 20700 0 0.0
FLASH 20964602 20964602 0 0.0
RAM 9120812 9120812 0 0.0

@mergify mergify bot merged commit 906d6dc into project-chip:master Jun 23, 2025
80 of 85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move CommissionDeviceTest to commissioning.py
6 participants
0