[CERT-TEST-FAILURE] -TC-TIMESYNC-2.11 - Test failure #28213
Labels
bug
Something isn't working
cert blocker
needs triage
time sync
Implementation of the Time Synchronization cluster
Milestone
Feature Area
Area:TimeSync
Test Case
TC-TIMESYNC-2.11
Reproduction steps
Command to run the TC_TIMESYNC_2_11.py
python3 TC_TIMESYNC_2_11.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --storage-path admin_storage.json --PICS ci-pics-values
Bug prevalence
whenever I do
GitHub hash of the SDK that was being used
c1ec2d7
Platform
raspi
Anything else?
This test case iis failed with
Details=Did not receive DSTStatus event, Extras=None
, because the ret = self.q.get(block=True, timeout=timeout) rasie the Empty exception in thewait_for_dst_status
methodSo the issue is in the
step 11 : TH waits for a DSTStatus event until th_utc + 20s
and SDK needs to implement the DSTStatus EventTIMESYNC-2.11ERROR.txt
The text was updated successfully, but these errors were encountered: