Skip to content
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

[TC-I-2.2] identify-time Attribute is not correctly decrementing over time #10859

Closed
joesena-amz opened this issue Oct 22, 2021 · 2 comments · Fixed by #10907
Closed

[TC-I-2.2] identify-time Attribute is not correctly decrementing over time #10859

joesena-amz opened this issue Oct 22, 2021 · 2 comments · Fixed by #10907
Milestone

Comments

@joesena-amz
Copy link

Test Case ID:
[TC-I-2.2] Primary functionality with server as DUT

Describe Issue:
After running the steps Steps 2c and 6b, the identify-time attribute is not correctly decrementing over time as it should. For example, Step 2c runs 10 seconds after running Step 2b, so the identify-time attribute should be around 50 seconds, but the attribute value does not decrease at all with time, it remains at 60, where it was set in Step 2a.

Same thing happens after running Step 6b 5 seconds after Step 6a, the attribute value remains at 15 seconds.
The logs all indicate the test steps are successful, but they are not.

Step 2b in logs: [1634763074.402461][1157072:1157078] CHIP:TOO: Int16u attribute Response: 60
Step 2c in logs: [1634763088.932205][1157224:1157229] CHIP:TOO: Int16u attribute Response: 60
Step 6a in logs: [1634767492.846470][24351:24351] CHIP:DMG: Data = 15,
Step 6b in logs: [1634767518.583540][1193780:1193785] CHIP:TOO: Int16u attribute Response: 15
Steps that require review:
Steps 2c and 6b

Specification References:
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/identify.adoc#test-procedure

TC-I-2.2.txt

@joesena-amz
Copy link
Author

@liamgonyea
Copy link
Contributor

Testing Setup:

DUT (Controller) chip-tool on test_event_6 branch commit: 82bcd4e36f4856a4216cb76a16116faeec40e223
TH (Accessory) chip-all-clusters-app on TE6 RasPi Image: https://drive.google.com/file/d/1HWF8JAQ8HEPTi-Hx3Ds9CFiPTUCYvX6x/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants