Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
asirko-soft committed Jan 10, 2025
1 parent f5ce0fb commit 2cb233b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python_testing/TC_FLABEL_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def steps_TC_FLABEL_2_1(self) -> list[TestStep]:
TestStep(4, "Verify LabelList hasn't changed", "LabelList matches initial read")
]

def desc_TC_FLABEL_2_1(self) -> str:
return "[TC-FLABEL-2.1] Fixed Label Cluster [DUT-server]"

@run_if_endpoint_matches(has_attribute(Clusters.FixedLabel.Attributes.LabelList))
async def test_TC_FLABEL_2_1(self):
# Step 1: Commission DUT (already done)
Expand Down

0 comments on commit 2cb233b

Please sign in to comment.