Skip to content

Commit

Permalink
test ok
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Oct 1, 2017
1 parent 0534e4b commit 8d588c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions burba/tests/test_cc3200_bocia.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def handle_event(event, uart):
if event.name == 'TEST_OK':
return 1

if event.name == 'IP_ACQUIRED':
return 1

if (event.name == 'BOARD_READY'):
# WLAN uid/password setup
profile = ns.msg.Profile(
Expand Down

0 comments on commit 8d588c7

Please sign in to comment.