Home
last modified time | relevance | path

Searched refs:match_no_lines (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.1.0/tests/boot/with_mcumgr/pytest/
Dtest_downgrade_prevention.py11 from twister_harness.helpers.utils import find_in_config, match_lines, match_no_lines
52 match_no_lines(output, ['Starting swap using move algorithm'])
Dtest_upgrade.py11 from twister_harness.helpers.utils import find_in_config, match_lines, match_no_lines
97 match_no_lines(output, [
215 match_no_lines(output, [upgrade_string_to_verify])
/Zephyr-4.1.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dutils.py34 def match_no_lines(output_lines: list[str], searched_lines: list[str]) -> None: function