• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zigpy / bellows / 508 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2018 06:25PM UTC
Files 11
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Apr 2018 06:24PM UTC coverage: 100.0%. Remained the same
TOXENV=py36

push

travis-ci

AndreasBomholtz
Silabs released new version of ezsp protocol (#112)

* Silabs released new version of exsp protocol

Silicon labs have released new version of their protocol - v6.

This small change fixes the issue with it. Without this change it fails during start up with the following log:
```
Traceback (most recent call last):
  File "uvloop/cbhandles.pyx", line 47, in uvloop.loop.Handle._run
  File "/usr/lib/python3.6/site-packages/serial_asyncio/__init__.py", line 106, in _read_ready
    self._protocol.data_received(data)
  File "/usr/lib/python3.6/site-packages/bellows/uart.py", line 64, in data_received
    self.frame_received(frame)
  File "/usr/lib/python3.6/site-packages/bellows/uart.py", line 76, in frame_received
    self.data_frame_received(data)
  File "/usr/lib/python3.6/site-packages/bellows/uart.py", line 97, in data_frame_received
    self._application.frame_received(self._randomize(data[1:-3]))
  File "/usr/lib/python3.6/site-packages/bellows/ezsp.py", line 173, in frame_received
    assert expected_id == frame_id
AssertionError
```
The failure occurs because these additional bytes are not inserted.
Tested with:
- EFR32MG12 development kit
- Silabs EM3588 USB adapter
- Elelabs ZigBee Raspberry Pi shield (EM357)
- Elelabs ZigBee USB adapter (EM3585)

* Now checking if version is greater than or equal to 5

1321 of 1321 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 508.4 (TOXENV=py36)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 484
  • Travis Job 508.4
  • 36986df9 on github
  • Prev Job for TOXENV=py36 on master (#504.4)
  • Next Job for TOXENV=py36 on master (#512.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc