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:
Jim Mussared
2020-05-13 14:35:32 +10:00
committed by Damien George
parent c07ea3e4c2
commit 9902ce12eb
9 changed files with 197 additions and 145 deletions

View File

@@ -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: