-
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
[Color Control] Scenes Integration test scripts #34464
Merged
mergify
merged 5 commits into
project-chip:master
from
lpbeliveau-silabs:feature/CC_scenes_integration_tests
Jul 26, 2024
Merged
[Color Control] Scenes Integration test scripts #34464
mergify
merged 5 commits into
project-chip:master
from
lpbeliveau-silabs:feature/CC_scenes_integration_tests
Jul 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65fd0aa
to
9de4855
Compare
cecille
reviewed
Jul 24, 2024
Co-authored-by: C Freeman <cecille@google.com>
PR #34464: Size comparison from 8e32ce7 to fb3018c Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink, tizen)
|
a28cebd
to
a059ffa
Compare
a059ffa
to
68702b1
Compare
PR #34464: Size comparison from 8ad0bdf to 68702b1 Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink, tizen)
|
99bbaf0
to
97fbc30
Compare
PR #34464: Size comparison from c91a779 to 97fbc30 Full report (3 builds for cc32xx, stm32)
|
97fbc30
to
b2b8679
Compare
PR #34464: Size comparison from c91a779 to b2b8679 Full report (49 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
b2b8679
to
b9e2ba9
Compare
PR #34464: Size comparison from c91a779 to b9e2ba9 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
b9e2ba9
to
8412797
Compare
PR #34464: Size comparison from ba949bf to 8412797 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
cecille
reviewed
Jul 26, 2024
c7d25ec
to
7369f25
Compare
PR #34464: Size comparison from 4334e91 to 7369f25 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
cecille
approved these changes
Jul 26, 2024
jmartinez-silabs
approved these changes
Jul 26, 2024
j-ororke
pushed a commit
to j-ororke/connectedhomeip
that referenced
this pull request
Jul 31, 2024
* Added scene integration test in level control cluster * Update src/app/tests/suites/certification/Test_TC_CC_10_1.yaml Co-authored-by: C Freeman <cecille@google.com> * Removed 100ms delays where not necessary * Converted CC_10_1 to python test * Removed hard codded endpoint, use read_single and added setup/teardown --------- Co-authored-by: C Freeman <cecille@google.com>
rochaferraz
pushed a commit
to rochaferraz/connectedhomeip
that referenced
this pull request
Jul 31, 2024
* Added scene integration test in level control cluster * Update src/app/tests/suites/certification/Test_TC_CC_10_1.yaml Co-authored-by: C Freeman <cecille@google.com> * Removed 100ms delays where not necessary * Converted CC_10_1 to python test * Removed hard codded endpoint, use read_single and added setup/teardown --------- Co-authored-by: C Freeman <cecille@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Test_TC_10_1.yaml to test scenes integration for the color control cluster.
Note:
This test might have to be semi-automated due to the high variance of possible feature combinations in CC, it is currently fully automated for a use case where the DUT uses ALL the different color modes, if there are other common configurations, we could also automate them.
I am open to suggestions as to how to move to fully automation. (Removing the View Scene Command is also a possibility).