connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

[CERT-TEST-FAILURE] TC-CONCON-14.2 - Test failed

Open Rajashreekalmane opened this issue 1 year ago • 0 comments

Feature Area

Other

Test Case

TC-CONCON-14.2

Reproduction steps

Step 1 : executed the below mentioned command to put DUT into a commissionable state ./chip-tv-app Step 2 : Once DUT reach the commissionable state sent below mentioned command on TH. ./chip-tool pairing onnetwork 1 20202021

Step 3 : TH sends the ResetPIN command to the DUT ./chip-tool contentcontrol set-screen-daily-time 5000 1 1

[1704873145.334008][4449:4451] CHIP:DMG: }, [1704873145.334083][4449:4451] CHIP:DMG: Received Command Response Status for Endpoint=1 Cluster=0x0000_050F Command=0x0000_0006 Status=0x0

Step 4 ./chip-tool contentcontrol read screen-daily-time 1 1 Expected outcome :

[1704873147.268238][4452:4454] CHIP:DMG: } [1704873147.268378][4452:4454] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050F Attribute 0x0000_0005 DataVersion: 1251967611 [1704873147.268424][4452:4454] CHIP:TOO: ScreenDailyTime: 5000 [1704873147.268653][4452:4454] CHIP:EM: <<< [E:59936i S:36491 M:10643983 (Ack:61893136)] (S) Msg TX to

Actual Octcome

[1704873147.268238][4452:4454] CHIP:DMG: } [1704873147.268378][4452:4454] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050F Attribute 0x0000_0005 DataVersion: 1251967611 [1704873147.268424][4452:4454] CHIP:TOO: ScreenDailyTime: 0 [1704873147.268653][4452:4454] CHIP:EM: <<< [E:59936i S:36491 M:10643983 (Ack:61893136)] (S) Msg TX to

Bug prevalence

whenever I do

GitHub hash of the SDK that was being used

418b5987ce72f3a20c55be91e232a77f37e9e00b

Platform

raspi

Anything else?

As per test plan, when the TH successfully sets the 'SetScreenDailyTime,' it is expected that upon reading the 'ScreenDailyTime' attribute, the DUT should return the same value as set using the 'SetScreenDailyTime' command. However, the current observation indicates a value of 0 for the 'ScreenDailyTime' attribute.

Test-Plan Reference : https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/media.adoc#tc-concon-14-2-screen-time-feature-verification

PFA log below : TC-CONCON-14.2.txt

Rajashreekalmane avatar Jan 10 '24 09:01 Rajashreekalmane