Home
last modified time | relevance | path

Searched refs:ex_re (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py87 …assert all([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb]), 'No expect…
88 …assert not any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in unexpected_gdb]), 'Une…
89 …assert any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb_detach]), 'No…
92 …assert all([ex_re.search(app_output, re.MULTILINE) for ex_re in expected_app]), 'No expected Appli…
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/
Dtest_logging_dictionary.py138 regex_results = [ex_re.search(decoded_logs) for ex_re in expected_regex]