project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

[SVE] Occupancy sensing cluster test script needs CI addition to assimilate manual test cases. #34686

Closed jaehs6sam closed 1 month ago

jaehs6sam commented 2 months ago

Reproduction steps

Python test script files, TC_OCC_3_1.py and TC_OCC_3_1.py need CI integration to assimilate an manual intervention of triggering occupancy sensor occupancy state ON and OFF. This issue will track PR 34572 (https://github.com/project-chip/connectedhomeip/pull/34572) to fulfill CI integration needed.

Bug prevalence

CI is not accommodated yet.

GitHub hash of the SDK that was being used

No hash information yet.

Platform

raspi

Platform Version(s)

No response

Type

Test Improvement

Testing

CI tested

(Optional) If manually tested please explain why this is only manually tested

Intension to perform manual testing is to test occupancy ON/OFF functionality. Thus CI to assimilate manual testing needs to be integrated for automated testing.

Anything else?

Additionally, feature bitmap conditional statement in the script file TC_OCC_2_2.py will be further clarified and updated for better readability. Will try to triage and resolve these issues before 8/2.

jaehs6sam commented 1 month ago

This issue was addressed by PR #34836 merging.