Skip to content

Commit

Permalink
CADOM_1_19.py: Read correct attribute to verify fabric creation (#36982)
Browse files Browse the repository at this point in the history
Wrong attribute was read
  • Loading branch information
Apollon77 authored Jan 7, 2025
1 parent e7f6d0e commit 36eddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CADMIN_1_19.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def test_TC_CADMIN_1_19(self):

self.step(5)
# TH reads the CommissionedFabrics attributes from the Node Operational Credentials cluster
current_fabrics = await self.read_single_attribute_check_success(dev_ctrl=self.th1, fabric_filtered=False, endpoint=0, cluster=OC_cluster, attribute=OC_cluster.Attributes.SupportedFabrics)
current_fabrics = await self.read_single_attribute_check_success(dev_ctrl=self.th1, fabric_filtered=False, endpoint=0, cluster=OC_cluster, attribute=OC_cluster.Attributes.CommissionedFabrics)
asserts.assert_equal(current_fabrics, max_fabrics, "Expected number of fabrics not correct")

self.step(6)
Expand Down

0 comments on commit 36eddf5

Please sign in to comment.