From 1644545a36c9772d6f537d9a5f19ea5742472d4a Mon Sep 17 00:00:00 2001 From: C Freeman Date: Tue, 15 Aug 2023 10:21:04 -0400 Subject: [PATCH] TC-TIMESYNC-2.1: Time source is not mandatory (#28659) whoops, sorry. --- src/python_testing/TC_TIMESYNC_2_1.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/python_testing/TC_TIMESYNC_2_1.py b/src/python_testing/TC_TIMESYNC_2_1.py index 9413f5ee41b008..bbddb43db81db3 100644 --- a/src/python_testing/TC_TIMESYNC_2_1.py +++ b/src/python_testing/TC_TIMESYNC_2_1.py @@ -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"):