zephyr/scripts
Chen Peng1 ca08d2e4a6 twister: ignore serial device SerialException.
For some boards, like up_squared and ehl_crb, they need do a
power off/on operation and use bios to load and execute zephyr
test binary, during the power off, it may meet this SerialException,
but the serial object still works well after power on, we can continue
to get all results from serial, so we don't need to close it,
it's ok to ignore this exception.
BTW, even if we ignore this exception here, it doesn't influence twister
function, because if it was really caused by disconnection, the test would
still be judged as failed due to timeout and serial would be closed later
in main thread, it doesn't impact results.
On the contrary, close serial directly in the monitor serial thread, it
will cause later tests failed due to mismatch errors.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
2022-05-16 16:55:42 +02:00
..
checkpatch
ci twister: update ci options for twister 2022-05-13 12:57:37 -04:00
coccinelle
coredump coredump: adjust mem_region find in gdbstub 2022-05-10 15:26:31 -04:00
dts scripts: ensure intended path for edtlib imports 2022-05-13 10:09:45 -07:00
footprint
gitlint scripts: gitlint: block Change-Id tags in commit message 2022-04-20 20:59:33 -04:00
kconfig scripts: kconfig: add dt_chosen_has_compat 2022-05-13 10:57:08 -07:00
logging/dictionary scripts: logging/dictionary/sys-t: log module info in collateral 2022-05-09 12:54:53 -05:00
net
pylib/twister twister: ignore serial device SerialException. 2022-05-16 16:55:42 +02:00
release twister: remove release data handling 2022-05-13 12:16:57 -04:00
schemas/twister twister: add support for platform_type filter 2022-05-14 14:49:59 -04:00
support
tests twister: apply_filter: discards is not part of TestPlan 2022-05-13 12:16:57 -04:00
tracing
utils scripts: utils: add include migration script 2022-05-11 10:55:35 +02:00
west_commands scripts: ensure intended path for edtlib imports 2022-05-13 10:09:45 -07:00
.gitignore
checkpatch.pl scripts: checkpatch: add Co-authored-by tag 2022-04-21 02:02:39 +09:00
checkstack.pl
coccicheck
dir_is_writeable.py
file2hex.py
gen_app_partitions.py
gen_cfb_font_header.py
gen_gcov_files.py
gen_handles.py scripts: ensure intended path for edtlib imports 2022-05-13 10:09:45 -07:00
gen_image_info.py
gen_kobject_list.py
gen_kobject_placeholders.py
gen_offset_header.py
gen_relocate_app.py
gen_syscalls.py scripts: gen_syscalls: update to handle <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
get_maintainer.py scripts: get_maintainer: Use SafeLaoder for yaml 2022-04-13 13:48:18 -07:00
list_boards.py
mergehex.py
parse_syscalls.py
process_gperf.py
requirements-base.txt
requirements-build-test.txt
requirements-compliance.txt
requirements-doc.txt
requirements-extras.txt
requirements-run-test.txt
requirements.txt
series-push-hook.sh
spelling.txt
subfolder_list.py
tags.sh
twister twister: do not report filtered tests by default 2022-05-13 12:16:57 -04:00
uf2conv.py
user_wordsize.py
valgrind.supp
west-commands.yml
zephyr_module.py twister: Fix dependency on west when checking for projects 2022-05-09 13:48:17 -07:00