From 83c5bd9e09872b288aebea9171bcb9ee153b8aa0 Mon Sep 17 00:00:00 2001 From: cdj <45139296+DejinChen@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:00:28 +0800 Subject: [PATCH] Use RootEndponId for reading SupportsConcurrentConnection in CNET_1_4 --- src/python_testing/TC_CNET_1_4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python_testing/TC_CNET_1_4.py b/src/python_testing/TC_CNET_1_4.py index d7560c4fd03942..58f885c9d512aa 100644 --- a/src/python_testing/TC_CNET_1_4.py +++ b/src/python_testing/TC_CNET_1_4.py @@ -98,7 +98,8 @@ async def test_TC_CNET_1_4(self): self.step(6) concurrent_connection = await self.read_single_attribute_check_success(cluster=Clusters.GeneralCommissioning, - attribute=Clusters.GeneralCommissioning.Attributes.SupportsConcurrentConnection) + attribute=Clusters.GeneralCommissioning.Attributes.SupportsConcurrentConnection, + endpoint=kRootEndpointId) asserts.assert_true(concurrent_connection, "The device does not support concurrent connection commissioning")