Application-level retries #865
Annotations
54 errors and 28 warnings
shared-ci / Run tests Python 3.13:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L1123
test_send_packet_multicast
AssertionError: assert [call(aps_fra...b'some data')] == [call(aps_fra...b'some data')]
At index 0 diff: call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data') != call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')
Full diff:
- [
- call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^^^^ ^
+ [call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')]
? ^ ++++++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.13:
venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.13:
venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.13:
tests/test_application.py#L1018
test_send_packet_broadcast
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.12
The job was canceled because "_3_13" failed.
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L1123
test_send_packet_multicast
AssertionError: assert [call(aps_fra...b'some data')] == [call(aps_fra...b'some data')]
At index 0 diff: call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data') != call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')
Full diff:
- [
- call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^^^^ ^
+ [call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')]
? ^ ++++++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.12:
venv/lib/python3.12/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.12:
venv/lib/python3.12/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.12:
tests/test_application.py#L1018
test_send_packet_broadcast
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.10.8
The job was canceled because "_3_13" failed.
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L1123
test_send_packet_multicast
AssertionError: assert [call(aps_fra...b'some data')] == [call(aps_fra...b'some data')]
At index 0 diff: call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data') != call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')
Full diff:
- [
- call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^^^^ ^
+ [call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')]
? ^ ++++++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.10.8:
venv/lib/python3.10/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.10.8:
venv/lib/python3.10/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.10.8:
tests/test_application.py#L1018
test_send_packet_broadcast
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.11.0
The job was canceled because "_3_13" failed.
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L1123
test_send_packet_multicast
AssertionError: assert [call(aps_fra...b'some data')] == [call(aps_fra...b'some data')]
At index 0 diff: call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data') != call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')
Full diff:
- [
- call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^^^^ ^
+ [call(aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=4660, sequence=86), radius=5, non_member_radius=6, message_tag=sentinel.msg_tag, data=b'some data')]
? ^ ++++++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.11.0:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_RETRY|APS_OPTION_ENABLE_ROUTE_DISCOVERY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.11.0:
venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.11.0:
venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.11.0
The operation was canceled.
|
shared-ci / Run tests Python 3.9.15
The job was canceled because "_3_13" failed.
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L1069
test_send_packet_broadcast_ignored_delivery_failure
AttributeError: Mock object has no attribute '__name__'
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L1123
test_send_packet_multicast
AttributeError: Mock object has no attribute '__name__'
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L803
test_send_packet_unicast
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L819
test_send_packet_unicast_ieee_fallback
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L841
test_send_packet_unicast_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L871
test_send_packet_unicast_manual_source_route
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY|APS_OPTION_RETRY: 4160>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- ^ -
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ADDRESS_DISCOVERY: 4096>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ^^
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L889
test_send_packet_unicast_extended_timeout
AssertionError: assert call(nwk=0x12...=b'some data') == call(nwk=0x12...=b'some data')
Full diff:
- call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? ----------------- - ^^^^^^^^^^^^^
+ call(nwk=0x1234, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), message_tag=sentinel.msg_tag, data=b'some data')
? +++++++++++++ ^
|
shared-ci / Run tests Python 3.9.15:
venv/lib/python3.9/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_success
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.9.15:
venv/lib/python3.9/site-packages/pytest_asyncio/plugin.py#L533
test_send_packet_unicast_retries_failure
AttributeError: <module 'bellows.zigbee.application' from '/home/runner/work/bellows/bellows/bellows/zigbee/application.py'> does not have the attribute 'RETRY_DELAYS'
|
shared-ci / Run tests Python 3.9.15:
tests/test_application.py#L1018
test_send_packet_broadcast
AssertionError: assert [call(address...b'some data')] == [call(address...b'some data')]
At index 0 diff: call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data') != call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')
Full diff:
- [
- call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data'),
? ^^^^ ----------------- - ^^^^^^^^^^^^^ ^
+ [call(address=<BroadcastAddress.RESERVED_FFFE: 65534>, aps_frame=EmberApsFrame(profileId=30864, clusterId=43981, sourceEndpoint=18, destinationEndpoint=52, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=86), radius=30, message_tag=sentinel.msg_tag, aps_sequence=86, data=b'some data')]
? ^ +++++++++++++ ^ ^
- ]
|
shared-ci / Run tests Python 3.13:
opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L2191
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.13:
opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L2191
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.13:
opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L2191
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.13:
opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L2191
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.12:
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/unittest/mock.py#L2217
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/unittest/mock.py#L2107
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/unittest/mock.py#L2107
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/inspect.py#L2182
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/inspect.py#L2182
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/inspect.py#L2276
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.10.8:
opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/inspect.py#L2276
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/unittest/mock.py#L2141
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/unittest/mock.py#L2141
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/inspect.py#L2324
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/inspect.py#L2324
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/unittest/mock.py#L2141
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.11.0:
opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/unittest/mock.py#L2141
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
shared-ci / Run tests Python 3.9.15:
opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/unittest/mock.py#L2104
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|