Lines Matching +full:pytest +full:- +full:twister +full:- +full:harness
4 # SPDX-License-Identifier: Apache-2.0
9 - debug
10 - gdbstub
14 # Basic build-only test for all platforms supporting gdbstub
17 - qemu_x86
18 - qemu_cortex_a9
24 - qemu_x86
25 harness: pytest
28 - "pytest/test_gdbstub.py"
30 - "--gdb_timeout"
31 - "20"
32 - "--gdb_script"
33 - "test_breakpoints.gdbinit"
34 - "--gdb_target_remote"
35 - "tcp::5678"
38 # when Twister runs tests in parallel on the same host.
39 - CONFIG_QEMU_EXTRA_FLAGS="-serial tcp::5678,server"
44 # Use non-default QEMU gdbstub port 1235 for this test to avoid conflicts
48 - qemu_x86
49 harness: pytest
52 - "pytest/test_gdbstub.py"
54 - "--gdb_timeout"
55 - "20"
56 - "--gdb_script"
57 - "test_breakpoints.gdbinit"
58 - "--gdb_target_remote"
59 - "tcp::1235"
62 - CONFIG_GDBSTUB=n
63 - CONFIG_GDBSTUB_SERIAL_BACKEND=n
65 # when Twister runs tests in parallel on the same host.
66 - CONFIG_QEMU_EXTRA_FLAGS="-S -gdb tcp::1235"
68 - CONFIG_QEMU_GDBSERVER_LISTEN_DEV=""