Skip to content

Commit 8d8b36f

Browse files
committed
add assert step 11
1 parent 6750940 commit 8d8b36f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/TC_CNET_4_1.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ async def test_TC_CNET_4_1(self):
156156
supported_wifi_bands = await self.read_single_attribute_check_success(
157157
cluster=Clusters.NetworkCommissioning,
158158
attribute=Clusters.NetworkCommissioning.Attributes.SupportedWiFiBands)
159+
matter_asserts.assert_list_element_type(supported_wifi_bands, Clusters.NetworkCommissioning.Enums.WiFiBandEnum,
160+
"Verify that SupportedWiFiBands attribute value has 1 or more entries, all of which are in the range of WiFiBandEnum.")
159161

160162

161163
if __name__ == "__main__":

0 commit comments

Comments
 (0)