mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests/multi_bluetooth: Update to work with new BLE events.
Updates the tests to use non-bitmask events, event renames, as well as some of the new completion events to improve reliability of the tests.
This commit is contained in:
committed by
Damien George
parent
c07ea3e4c2
commit
9902ce12eb
@@ -289,7 +289,7 @@ def run_test_on_instances(test_file, num_instances, instances):
|
||||
continue
|
||||
num_output += 1
|
||||
last_read_time[idx] = time.time()
|
||||
if out is not None:
|
||||
if out is not None and not any(m in out for m in IGNORE_OUTPUT_MATCHES):
|
||||
trace_instance_output(idx, out)
|
||||
output[idx].append(out)
|
||||
if err is not None:
|
||||
|
||||
Reference in New Issue
Block a user