EZSP v14 #729
Annotations
11 errors
|
tests/test_application.py#L559
test_send_success
assert <sl_Status.FAIL: 1> is sentinel.success
+ where sentinel.success = sentinel.success
|
tests/test_application.py#L286
test_startup
AssertionError
|
tests/test_application.py#L1230
test_ezsp_add_to_group_ep
AssertionError: assert None == <EmberStatus.SUCCESS: 0>
+ where <EmberStatus.SUCCESS: 0> = <enum 'EmberStatus'>.SUCCESS
+ where <enum 'EmberStatus'> = t.EmberStatus
|
tests/test_application.py#L291
test_startup_ezsp_ver7
AssertionError
|
tests/test_application.py#L1248
test_ezsp_add_to_group_fail
ValueError: Couldn't subscribe to 0x2345 group
|
tests/test_application.py#L796
test_send_packet_unicast_retries_success
zigpy.exceptions.DeliveryError: Failed to enqueue message: <sl_Status.FAIL: 1>
|
tests/test_application.py#L1262
test_ezsp_add_to_group_ep_fail
ValueError: Couldn't subscribe to 0x2345 group
|
tests/test_application.py#L303
test_startup_ezsp_ver8
AssertionError
|
tests/test_application.py#L1298
test_ezsp_remove_from_group_ep
AssertionError: assert None == <EmberStatus.SUCCESS: 0>
+ where <EmberStatus.SUCCESS: 0> = <enum 'EmberStatus'>.SUCCESS
+ where <enum 'EmberStatus'> = t.EmberStatus
|
tests/test_application.py#L1319
test_ezsp_remove_from_group_fail
ValueError: Couldnt't unsubscribe from 0x2345 group
|
This job was cancelled
Loading