We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda833c commit cbfc258Copy full SHA for cbfc258
src/python_testing/TC_IDM_2_2.py
@@ -129,7 +129,6 @@ async def test_TC_IDM_2_2(self):
129
read_request_7 = await self.default_controller.ReadAttribute(self.dut_node_id, [node_label_attr_all]) # [Clusters.BasicInformation]
130
attributes = read_request_7[0]
131
basic_information = attributes[basic_info_attr]
132
- data_version = basic_information[data_version_attr]
133
asserts.assert_in(node_label_attr, basic_information, "NodeLabel not in BasicInformation")
134
asserts.assert_in(data_version_attr, basic_information, "DataVersion not in BasicInformation")
135
# The output from this command gets many more values from basic_info_attr compared to the first test -- get attribute list, expand test if needed
0 commit comments