Skip to content

Commit

Permalink
TC-TIMESYNC-2.1: Time source is not mandatory (#28659)
Browse files Browse the repository at this point in the history
whoops, sorry.
  • Loading branch information
cecille authored and pull[bot] committed Feb 5, 2024
1 parent 2d7a8d7 commit 1644545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python_testing/TC_TIMESYNC_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ async def test_TC_TIMESYNC_2_1(self):
time_source = await self.read_ts_attribute_expect_success(endpoint=endpoint, attribute=attributes.TimeSource)
asserts.assert_less(time_source, Clusters.TimeSynchronization.Enums.TimeSourceEnum.kUnknownEnumValue,
"TimeSource is not in valid range")
else:
asserts.assert_true(False, "TimeSource is a mandatory attribute and must be present in the PICS file")

self.print_step(4, "Read TrustedTimeSource")
if self.check_pics("TIMESYNC.S.A0003"):
Expand Down

0 comments on commit 1644545

Please sign in to comment.