Skip to content

Implement command priority (#237) #197

Implement command priority (#237)

Implement command priority (#237) #197

Triggered via push January 19, 2024 19:38
Status Failure
Total duration 6m 37s
Artifacts

ci.yml

on: push
Matrix: shared-ci / Prepare base dependencies
Matrix: shared-ci / pytest
shared-ci  /  Run pre-commit
56s
shared-ci / Run pre-commit
shared-ci  /  Process test coverage
0s
shared-ci / Process test coverage
Fit to window
Zoom out
Zoom in

Annotations

54 errors
shared-ci / Run tests Python 3.8.14: tests/application/test_connect.py#L213
test_watchdog[FormedLaunchpadCC26X2R1] AssertionError: assert 0 >= 5 + where 0 = len([]) + where [] = <AsyncMock id='139983505353936'>.mock_calls + where <AsyncMock id='139983505353936'> = <zigpy_znp.zigbee.application.ControllerApplication object at 0x7f50732114c0>._watchdog_feed
shared-ci / Run tests Python 3.8.14: tests/application/test_joining.py#L430
test_permit_join[FormedLaunchpadCC26X2R1] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.8.14: tests/application/test_joining.py#L430
test_permit_join[FormedZStack3CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.8.14: tests/application/test_joining.py#L430
test_permit_join[FormedZStack1CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.8.14: tests/application/test_joining.py#L128
test_join_device[FormedLaunchpadCC26X2R1] asyncio.exceptions.TimeoutError
shared-ci / Run tests Python 3.8.14: tests/application/test_requests.py#L103
test_zigpy_request[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.8.14: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.8.14: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack1CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.8.14: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.8.14: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.9.15
The job was canceled because "_3_8_14" failed.
shared-ci / Run tests Python 3.9.15: tests/application/test_connect.py#L213
test_watchdog[FormedLaunchpadCC26X2R1] AssertionError: assert 0 >= 5 + where 0 = len([]) + where [] = <AsyncMock id='140676761832224'>.mock_calls + where <AsyncMock id='140676761832224'> = <zigpy_znp.zigbee.application.ControllerApplication object at 0x7ff1dc5093a0>._watchdog_feed
shared-ci / Run tests Python 3.9.15: tests/application/test_joining.py#L430
test_permit_join[FormedLaunchpadCC26X2R1] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.9.15: tests/application/test_joining.py#L430
test_permit_join[FormedZStack3CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.9.15: tests/application/test_joining.py#L430
test_permit_join[FormedZStack1CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.9.15: tests/application/test_joining.py#L128
test_join_device[FormedLaunchpadCC26X2R1] asyncio.exceptions.TimeoutError
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L103
test_zigpy_request[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack1CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.12
The job was canceled because "_3_8_14" failed.
shared-ci / Run tests Python 3.12: tests/application/test_connect.py#L213
test_watchdog[FormedLaunchpadCC26X2R1] AssertionError: assert 0 >= 5 + where 0 = len([]) + where [] = <AsyncMock id='140651356571888'>.mock_calls + where <AsyncMock id='140651356571888'> = <zigpy_znp.zigbee.application.ControllerApplication object at 0x7febf22574a0>._watchdog_feed
shared-ci / Run tests Python 3.12: tests/application/test_joining.py#L430
test_permit_join[FormedLaunchpadCC26X2R1] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.12: tests/application/test_joining.py#L430
test_permit_join[FormedZStack3CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.12: tests/application/test_joining.py#L430
test_permit_join[FormedZStack1CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.12: tests/application/test_joining.py#L128
test_join_device[FormedLaunchpadCC26X2R1] TimeoutError
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L103
test_zigpy_request[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack1CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.10.8
The job was canceled because "_3_8_14" failed.
shared-ci / Run tests Python 3.10.8: tests/application/test_connect.py#L213
test_watchdog[FormedLaunchpadCC26X2R1] AssertionError: assert 0 >= 5 + where 0 = len([]) + where [] = <AsyncMock id='140263293411312'>.mock_calls + where <AsyncMock id='140263293411312'> = <zigpy_znp.zigbee.application.ControllerApplication object at 0x7f9197cb1bd0>._watchdog_feed
shared-ci / Run tests Python 3.10.8: tests/application/test_joining.py#L430
test_permit_join[FormedLaunchpadCC26X2R1] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.10.8: tests/application/test_joining.py#L430
test_permit_join[FormedZStack3CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.10.8: tests/application/test_joining.py#L430
test_permit_join[FormedZStack1CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.10.8: tests/application/test_joining.py#L128
test_join_device[FormedLaunchpadCC26X2R1] asyncio.exceptions.TimeoutError
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L103
test_zigpy_request[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack1CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.11.0
The job was canceled because "_3_8_14" failed.
shared-ci / Run tests Python 3.11.0: tests/application/test_connect.py#L213
test_watchdog[FormedLaunchpadCC26X2R1] AssertionError: assert 0 >= 5 + where 0 = len([]) + where [] = <AsyncMock id='139897665306960'>.mock_calls + where <AsyncMock id='139897665306960'> = <zigpy_znp.zigbee.application.ControllerApplication object at 0x7f3c76a801d0>._watchdog_feed
shared-ci / Run tests Python 3.11.0: tests/application/test_joining.py#L430
test_permit_join[FormedLaunchpadCC26X2R1] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.11.0: tests/application/test_joining.py#L430
test_permit_join[FormedZStack3CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.11.0: tests/application/test_joining.py#L430
test_permit_join[FormedZStack1CC2531] Failed: Timeout >20.0s
shared-ci / Run tests Python 3.11.0: tests/application/test_joining.py#L128
test_join_device[FormedLaunchpadCC26X2R1] TimeoutError
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L103
test_zigpy_request[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L103
test_zigpy_request[FormedZStack1CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedLaunchpadCC26X2R1] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L149
test_zigpy_request_failure[FormedZStack3CC2531] zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidCommandId: 2>, RequestHeader=CommandHeader(id=0x02, subsystem=Subsystem.AF, type=CommandType.SREQ)) in response to AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xAABB), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=1, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK: 32>, Radius=0, Data=b'\x01\x01\x01')