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

zigpy / bellows / 508
100%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2018 06:25PM UTC
Jobs 4
Files 11
Run time 9s
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

pending completion
508

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

1 of 1 new or added line in 1 file covered. (100.0%)

1321 of 1321 relevant lines covered (100.0%)

3.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 508.1 (TOXENV=py34) 07 Apr 2018 06:25PM UTC 0
100.0
Travis Job 508.1
2 508.2 (TOXENV=lint) 07 Apr 2018 06:25PM UTC 0
Travis Job 508.2
3 508.3 (TOXENV=py35) 07 Apr 2018 06:25PM UTC 0
100.0
Travis Job 508.3
4 508.4 (TOXENV=py36) 07 Apr 2018 06:25PM UTC 0
100.0
Travis Job 508.4
Source Files on build 508
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #508
  • 36986df9 on github
  • Prev Build on master (#504)
  • Next Build on master (#512)
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