[TC-OCC-xxx] All tests use endpoint = self.user_params.get("endpoint", 1)
which is wrong
#340
Labels
endpoint = self.user_params.get("endpoint", 1)
which is wrong
#340
Description:
All the TC-OCC-* scripts determine the endpoint using
endpoint = self.user_params.get("endpoint", 1)
instead ofendpoint = self.matter_test_config.endpoint
which requires separate"int_args": "endpoint:N"
arguments in test_parameters that clashes with theendpoint
test_parameterSteps to reproduce:
Run any TC-OCC-* test without "int_args": "endpoint:N"` extra argument. See failure due to attribute not found on endpoint if endpoint of occupancy sensor is not == 1.
The text was updated successfully, but these errors were encountered: