Home
last modified time | relevance | path

Searched +full:native_sim +full:- +full:testplan (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_addon.py4 # SPDX-License-Identifier: Apache-2.0
20 from twisterlib.testplan import TestPlan
41 (['--enable-ubsan'], '1')
45 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
47 test_platforms = ['native_sim']
49 args = ['-i', '--outdir', out_path, '-T', test_path] + \
53 ['-p'] * len(test_platforms), test_platforms
68 (['--enable-asan', '--enable-lsan'], '1')
72 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
74 test_platforms = ['native_sim']
[all …]
Dtest_device.py4 # SPDX-License-Identifier: Apache-2.0
16 # pylint: disable=no-name-in-module
18 from twisterlib.testplan import TestPlan
55 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
57 test_platforms = ['native_sim']
59 args = ['--outdir', out_path, '-i', '-T', path, '-vv',] + \
60 ['--seed', f'{seed[0]}'] + \
62 ['-p'] * len(test_platforms), test_platforms
Dtest_platform.py4 # SPDX-License-Identifier: Apache-2.0
17 # pylint: disable=no-name-in-module
19 from twisterlib.testplan import TestPlan
22 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
69 ['native_sim'],
110 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
111 (['--board-root', board_root_path] if board_root else []) + \
113 ['-p'] * len(test_platforms), test_platforms
124 … error_regex = r'ERROR.*platform_filter\s+-\s+unrecognized\s+platform\s+-\s+dummy/unit_testing$'
133 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
[all …]
/Zephyr-latest/.github/workflows/
Dcodecov.yaml5 - cron: '25 06,18 * * *'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository_owner == 'zephyrproject-rtos'
14 runs-on:
15 group: zephyr-runner-v2-linux-x64-4xlarge
17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
18 options: '--entrypoint /bin/bash'
20 fail-fast: false
22 platform: ["mps2/an385", "native_sim", "qemu_x86", "unit_testing"]
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py4 # Copyright (c) 2018-2025 Intel Corporation
8 # SPDX-License-Identifier: Apache-2.0
45 def _get_installed_packages() -> Generator[str, None, None]:
63 PYTEST_PLUGIN_INSTALLED = 'pytest-twister-harness' in installed_packages
71 def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
82 $ ./scripts/twister -v \\
83 --testsuite-root tests/ztest/base \\
84 --testsuite-root tests/kernel \\
85 --test tests/ztest/base/testing.ztest.verbose_0 \\
86 --test tests/kernel/fifo/fifo_api/kernel.fifo
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst61 for running the Zephyr-based open source `CANnectivity`_ firmware, and dozens of other boards
78 * :cve:`2025-1673` `Zephyr project bug tracker GHSA-jjhx-rrh4-j8mx
79 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-jjhx-rrh4-j8mx>`_
81 * :cve:`2025-1674` `Zephyr project bug tracker GHSA-x975-8pgf-qh66
82 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-x975-8pgf-qh66>`_
84 * :cve:`2025-1675` `Zephyr project bug tracker GHSA-2m84-5hfw-m8v4
85 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2m84-5hfw-m8v4>`_
116 and only supported 8-bit depth to :c:func:`video_bits_per_pixel()` returning
166 - ``k_pipe_alloc_init(..)`` API has been removed.
167 - ``k_pipe_cleanup(..)`` API has been removed.
[all …]