-
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
Modified tests jan 23 new #32151
Merged
mergify
merged 185 commits into
project-chip:master
from
raul-marquez-csa:Modified_tests_Jan_23_new
Feb 16, 2024
Merged
Modified tests jan 23 new #32151
mergify
merged 185 commits into
project-chip:master
from
raul-marquez-csa:Modified_tests_Jan_23_new
Feb 16, 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
TC_DISHM_1_2 TC_DISHM_2_1 TC_DISHM_3_1 TC_DISHM_3_3 TC_LWM_1_1 TC_LWM_1_2 TC_OTCCM_1_1 TC_OTCCM_1_2 TC_OTCCM_2_1 TC_OTCCM_3_1 TC_OTCCM_3_3 TC_TCCM_1_1 TC_TCCM_1_2
TC-LWM-1.1 TC_TCCM-1.1 TC-OTCCM-1.1
TC-CNET-4.1 TC-CONTENTLAUNCHER-10.4 TC-DRYERCTRL-2.1 TC-MEDIAPLAYBACK-6.8 TC-MEDIAPLAYBACK-6.9 TC-MEDIAPLAYBACK-6.10 TC-OTCCM-1.2
TC_DISHM_1_2 TC_DISHM_2_1 TC_DISHM_3_1 TC_DISHM_3_3 TC_LWM_1_1 TC_LWM_1_2 TC_OTCCM_1_1 TC_OTCCM_1_2 TC_OTCCM_2_1 TC_OTCCM_3_1 TC_OTCCM_3_3 TC_TCCM_1_1 TC_TCCM_1_2
TC-LWM-1.1 TC_TCCM-1.1 TC-OTCCM-1.1
TC-CNET-4.1 TC-CONTENTLAUNCHER-10.4 TC-DRYERCTRL-2.1 TC-MEDIAPLAYBACK-6.8 TC-MEDIAPLAYBACK-6.9 TC-MEDIAPLAYBACK-6.10 TC-OTCCM-1.2
…sa/connectedhomeip into Modified_tests_Jan_23_new
pullapprove
bot
requested review from
andy31415,
andyg-apple,
anush-apple,
arkq and
bzbarsky-apple
February 15, 2024 20:46
* Purge EMBER_ZCL_STATUS * Add to_underlying in examples * fix CI * Fix CI and comments
…ect-chip#31795) The ICD implementation is compiled with a full set of features, even if the device uses SIT configuration. It results in a big flash memory waste on a functionalities that cannot be used by certain configuration. Introduced new gn flags corresponding to the ICD features - LIT, CIP and UAT. Modified the ICD Manager implementation and icd-management-server code to use created defines and cut off unused code by the preprocessor.
…#31823) * Fix duplicate definition of recvmsg on latest zephyr tree * Remove redundant config flags * Configure event queue size to 64 * Remove recovery mechanism in wifi implementation * Always enable CHIP_FACTORY_RESET_ERASE_NVS * Update net configuration for wifi Signed-off-by: Axel Le Bourhis <[email protected]>
Log filtering is a global affair, so move the filtering functions to a global context too. This allows to setup logging before creating any device controller. It aligns with how the SDK treats logging. Also enable log filtering for the Linux platform to make the functionality useful on Linux.
…hip#32051) Co-authored-by: Andrei Litvin <[email protected]>
…energy-management-app (project-chip#32095) * Fixes: project-chip#32089 In all-clusters-app, Set the EPM PowerMode attribute to AC. In energy-management-app turned on all features and attributes for testing. Fixed issue in TC_EPM_2_1.py when valid attribute is returned. Improved type checking for HarmonicCurrents and HarmonicPhases * Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes. * Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes. * Fixes project-chip#31925 - QA team expect HarmonicCurrents and HarmonicPhases to have 1 entry in the list for testing * Turned off 3 provisional features which fail the TC_DeviceConformance.py test * Removed EVSE attributes which are provisional in 1.3 (SOC, PNC, V2X)
* Change name * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <[email protected]>
* Adding OvenOpState test scripts and ciTests.json file * Restyled by whitespace * Restyled by prettier-json * Restyled by prettier-yaml * Restyled by autopep8 * added OvenOpstate2_4 and updated other files * Delete src/app/tests/suites/certification/Test_TC_OVENOPSTATE_1_1.yml * Delete src/app/tests/suites/certification/Test_TC_OVENOPSTATE_2_2.yml * Restyled by whitespace * Restyled by prettier-json * Restyled by prettier-yaml * updated test scripts * updated Test_TC_OVENOPSTATE_2_2.yaml * Restyled by prettier-yaml * updated yamls and ran zap regen * Restyled by isort * Restyled by isort * updated __init__.py * updated citests and mannual tests * updated python scripts * Restyled by autopep8 * updated step3 to automated test in 2_2 * updated citests.json * updated Tests and ciTest file * Revert "updated Tests and ciTest file" This reverts commit 163c810. * updated according review * zap regen * Revert "zap regen" This reverts commit b057c11. * removed zap gen * revert zap gen * Fix opstate pics * Updated commands * Fix white space * fix for PR * Update commands * fixes PR * fix * fix test cases * Restyled by prettier-yaml * fixed place for test case * fixed test json * zap regen * added Ovenopstate2_2 and 2_5 yaml and python files. Also some associated changed files * Removed YAML test * added python tests * Updated zap all cluster app * improvements opstte 1_1 * improvement base code * update example app * improvements on ovenopstate * ci pics update * ci pics updates * fix matter testing support * improvements on test cases * Adding commads for example app * added TC 2.2 to the base test * enabled all tests for oven cavity opstate * added app id to the CI parameters * Blocking start when in fault * added tests for CI * Fix lints * Added test 2.3 * Updated business rules on application * Added app pid parameter to mobile test script * fix pipe * fix lint * Added test 2.4 * fixed parameter from run python script * Fixed Lint * Deleted OVENOPSTATE YAMLs * Fix run python script * Fix lint * Added opstate test cases * Fixed opstate app * removed opstate from YAML * fixes according test plan update * Fixed missing test errors * added countdown behavior to opstate * clean up command line linux * Added TC 2.5 automated * Added OPSTATE and OVENOPSTATE to CI * fixed according review * Restyled by whitespace * Restyled by clang-format * Restyled by autopep8 * Restyled by isort * Updates according review * Restyled by autopep8 * Restyled by isort --------- Co-authored-by: Prakash Ravi <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Prakash Ravi <[email protected]>
…2074) * Update test scripts to match latest test plan * Update src/python_testing/TC_VALCC_4_5.py Co-authored-by: C Freeman <[email protected]> * Added missing skipped logging * Updated copyright year --------- Co-authored-by: C Freeman <[email protected]>
Co-authored-by: abeck-riis <[email protected]>
* Fix MRP SessionIdleInterval per spec to 500ms Spec has the default SESSION_IDLE_INTERVAL defined as 500ms https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/1.2/src/secure_channel/Message_Reliability_MRP.adoc#8-parameters-and-constants Originally defined as 300ms, this change was introduced as part of spec PR CHIP-Specifications/connectedhomeip-spec#7186 * Update Sleepy -> Session in context of active/idle intervals Reflecting the spec update CHIP-Specifications/connectedhomeip-spec#7186
…ng-app into our CI system" (project-chip#32012) * Create examples-tvapp.yaml * Delete .github/workflows/examples-tvapp.yaml * Create examples-tv-app.yaml Using nrfconnect as a template * Update examples-tv-app.yaml
* Updated the steps to match the comments in the chip test plan * Updated label for LasConfiguredBy attribute test * Applied comments about verification steps in S_2_5 and S_2_6
…roject-chip#31739) * Update Non-concurrent mode to latest spec (project-chip#31660) * Handle unused variable (project-chip#31660) * Restyled by clang-format * Trigger from BTP, use regular member (project-chip#31660) * Fix override (project-chip#31660) * Restyled by whitespace * Restyled by clang-format * Use generic OperationalNetworkStarted (project-chip#31660) * Replace variable with mState (project-chip#31660) Use mState instead of mTerminateOnPacketTxComplete * Sorted namespace out (project-chip#31660) * Restyled by clang-format * Address review comments (project-chip#31660)ffffffffffffffffffff Close GATT so that BlueZ will disconnect. Add kOperationalNetworkStarted event type * Restyled by clang-format * Access BleLayer mState through function (project-chip#31660) * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
* Added refresh on read to the FabricSceneInfo capacity and patched Resource Exhausted for Copy Scene and Store Scene along with tests * Applied suggested fix on ReturnOnFailure and /* = name*/
* Remove PoolCommon: bad name, non-member method, very very limited usage * Restyle * Added comment about returning null on failure * Fix compile on fixed size pools * Restyle * Switch to not use a cast * Fix types ... use auto because types are messy, unsure why * Rename for smaller diff * Rename for smaller diff * Update src/transport/UnauthenticatedSessionTable.h Co-authored-by: Boris Zbarsky <[email protected]> --------- Co-authored-by: Boris Zbarsky <[email protected]>
* Decouple TimedHandler.h/cpp from InteractionModelEngine * Restyle * Use override instead of virtual * Update comment - re-add a variant of the previous comment explaining why mTimeLimit is last * Pull in the IM pointers support, to make less RAM/BSS usage for embedded * Fix typo and kick restyler * Restyle * Previous align was better * fix name for handler --------- Co-authored-by: Andrei Litvin <[email protected]>
* Added a precondition step to TC_S_3_1 * Split preconditionning into separate steps * Applied nit
* Python testing: Fix skip_ to use test plan numbers * Update src/python_testing/matter_testing_support.py Co-authored-by: Terence Hampson <[email protected]> * address review comments * Update src/python_testing/matter_testing_support.py Co-authored-by: Terence Hampson <[email protected]> --------- Co-authored-by: Terence Hampson <[email protected]>
…sa/connectedhomeip into Modified_tests_Jan_23_new
PR #32151: Size comparison from de5c6d5 to 4bf31f3 Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
PR #32151: Size comparison from de5c6d5 to f789c38 Increases above 0.2%:
Increases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
Decreases (5 builds for cc32xx, psoc6)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Closed
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.
Original PR
#31623
Fixes issue: project-chip/matter-test-scripts#109, project-chip/matter-test-scripts#110, project-chip/matter-test-scripts#111, project-chip/matter-test-scripts#112, project-chip/matter-test-scripts#113, project-chip/matter-test-scripts#114, project-chip/matter-test-scripts#115, project-chip/matter-test-scripts#116
PICS update and manual steps modified:
Added auto generated files
https://github.com/project-chip/connectedhomeip/files/14024349/exe_logs.txt