Home
last modified time | relevance | path

Searched +full:- +full:vv (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_output.py4 # SPDX-License-Identifier: Apache-2.0
17 # pylint: disable=no-name-in-module
26 (['-ll', 'DEBUG']),
27 (['-v']),
28 (['-v', '-ll', 'DEBUG']),
29 (['-vv']),
30 (['-vv', '-ll', 'DEBUG']),
47 ('--no-detailed-test-id', False),
48 ('--detailed-test-id', True)
50 ids=['no-detailed-test-id', 'detailed-test-id']
[all …]
Dtest_disable.py4 # SPDX-License-Identifier: Apache-2.0
26 '--disable-suite-name-check',
33 '-v',
42 '--disable-warnings-as-errors',
48 '-v',
71 'disable-suite-name-check',
72 'suite-name-check'
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
79 ['-vv', '-ll', 'DEBUG'] + \
81 ['-p'] * len(test_platforms), test_platforms
[all …]
Dtest_device.py4 # SPDX-License-Identifier: Apache-2.0
16 # pylint: disable=no-name-in-module
59 args = ['--outdir', out_path, '-i', '-T', path, '-vv',] + \
60 ['--seed', f'{seed[0]}'] + \
62 ['-p'] * len(test_platforms), test_platforms
Dtest_error.py4 # SPDX-License-Identifier: Apache-2.0
6 Blackbox tests for twister's command line functions - simple does-error-out or not tests
16 # pylint: disable=no-name-in-module
48 '--overflow-as-errors',
74 args = ['-T', testroot]
75 args += ['-i', '--outdir', out_path, '--test', test, '-y'] + \
77 ['-p'] * len(test_platforms), test_platforms
101 args = ['--outdir', out_path, '-T', path, '-vv'] + \
102 ['--build-only'] + \
104 ['-p'] * len(test_platforms), test_platforms
Dtest_quarantine.py4 # SPDX-License-Identifier: Apache-2.0
17 # pylint: disable=duplicate-code
38 quarantine_path = os.path.join(TEST_DATA, 'twister-quarantine-list.yml')
39 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
40 ['--quarantine-verify'] + \
41 ['--quarantine-list', quarantine_path] + \
43 ['-p'] * len(test_platforms), test_platforms
68 os.path.join(TEST_DATA, 'twister-quarantine-list.yml'),
77 args = ['--outdir', out_path, '-T', test_path] +\
78 ['--quarantine-list', quarantine_directory] + \
[all …]
Dtest_filter.py4 # SPDX-License-Identifier: Apache-2.0
17 # pylint: disable=no-name-in-module
59 r'(DEBUG\s+- adding intel_adl_crb)'
68 r'(DEBUG\s+- adding it8xxx2_evb)'
102 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
104 ['--exclude-tag'] * len(tags), tags
107 ['-p'] * len(test_platforms), test_platforms
130 alt_config_root = os.path.join(TEST_DATA, 'alt-test-configs', 'dummy', 'agnostic')
131 args = ['-i', '--outdir', out_path, '-T', path] + \
132 ['--enable-slow'] + \
[all …]
Dtest_coverage.py4 # SPDX-License-Identifier: Apache-2.0
16 # pylint: disable=duplicate-code
17 # pylint: disable=no-name-in-module
126 'Running gcovr -r'
132 'Running lcov --gcov-tool'
165 args = ['-i','--outdir', out_path, '-T', test_path] + \
166 ['--coverage', '--coverage-tool', 'gcovr'] + \
168 ['-p'] * len(test_platforms), test_platforms
193 args = ['-i','--outdir', out_path, '-T', test_path] + \
194 ['--enable-coverage', '-vv', '-ll', 'DEBUG'] + \
[all …]
Dtest_runner.py2 # Copyright (c) 2023-2024 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
8 # pylint: disable=duplicate-code
18 # pylint: disable=no-name-in-module
200 ['--build-only', '-b']
203 args = ['-i', '--outdir', out_path, '-T', test_path, flag] + \
205 ['-p'] * len(test_platforms), test_platforms
212 built_regex = r'^INFO - (?P<executed_on_platform>[0-9]+)' \
213 r' test configurations executed on platforms, (?P<only_built>[0-9]+)' \
239 args = ['--outdir', out_path,'-i', '-T', test_path, '--build-only'] + \
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/
Ddocker-test.sh2 # SPDX-License-Identifier: Apache-2.0
4 if [ -z "$RUNNING_FROM_MAIN_SCRIPT" ]; then
6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead."
10 IP="--ip=192.0.2.2 --ip6=2001:db8::2"
11 FWD="-p 8080:8080 -p 8081:8081 -p 5683:5683/udp"
14 start_docker "/net-tools/start-leshan.sh" || return $?
16 twister -p native_sim -T ./ --enable-slow -vv
DREADME.md15 …oject.org/latest/connectivity/networking/networking_with_host.html#networking-with-the-host-system)
16 …ng for Zephyr native network on Linux](https://github.com/zephyrproject-rtos/net-tools/blob/master…
19 ### Run Lehan server from net-tools Docker container
21 Zephyr's net-tools Docker container already contains Leshan, so if you don't want to set the enviro…
22 use the pre-made docker.
26 cd tools/net-tools/docker
27 docker build -t net-tools .
32 cd tools/net-tools/
33 sudo ./net-setup.sh --config docker.conf start
38 …n --hostname=net-tools --name=net-tools --ip=192.0.2.2 --ip6=2001:db8::2 -p 8080:8080 -p 8081:8081…
[all …]
/Zephyr-latest/tests/boot/with_mcumgr/
DREADME.rst16 .. code-block:: console
18 ./zephyr/scripts/twister -vv --west-flash --enable-slow -T zephyr/tests/boot/with_mcumgr \
19 -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0
22 Twister requires ``--west-flash`` flag enabled (without additional parameters
28 .. code-block:: console
30 pytest zephyr/tests/boot/with_mcumgr/pytest --collect-only -v
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst15 - esp32_devkitc_wrover/esp32/procpu
16 - esp32c3_devkitm
17 - esp32c6_devkitc
18 - esp32s2_saola
19 - esp32s3_devkitm/esp32s3/procpu
26 .. code-block:: console
28 west build -b <board> tests/boards/espressif/rtc_clk
33 .. code-block:: console
35 …west twister -p <board> --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -T tests/…
39 .. code-block:: console
[all …]
/Zephyr-latest/.github/workflows/
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on:
13 group: zephyr-runner-v2-linux-x64-4xlarge
15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
16 options: '--entrypoint /bin/bash'
18 fail-fast: false
22 CCACHE_DIR: /node-cache/ccache-zephyr
[all …]
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
24 - platform: 'mps2/an385'
[all …]
Dtwister.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
16 - cron: '0 3 * * 0'
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20 cancel-in-progress: true
23 twister-build-prep:
[all …]
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst1 .. zephyr:code-sample:: pytest_shell
17 is defined in ``pytest-twister-harness`` plugin. More information about plugin
30 .. code-block:: console
32 $ ./scripts/twister -vv --platform native_sim -T samples/subsys/testsuite/pytest/shell
38 .. code-block:: console
45 …DEBUG: #: You can also use the <Tab> button to prompt or auto-complete all commands or its subcomm…
46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information.
47 DEBUG: #: Shell supports following meta-keys:
68 DEBUG: #: shell :Useful, not Unix-like shell commands.
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py5 # SPDX-License-Identifier: Apache-2.0
14 INVALID_INPUT = -1
180 """create argument parser according to pre-defined arguments
187 parser.add_argument("-i", nargs='?', dest="input")
188 parser.add_argument("-o", nargs='?', dest="output")
189 parser.add_argument("-chip", dest="chip")
190 parser.add_argument("-v", action="store_true", dest="verbose")
191 parser.add_argument("-vv", action="store_true", dest="super_verbose")
192 parser.add_argument("-nohcrc", action="store_true",
194 parser.add_argument("-nofcrc", action="store_true", dest="firmware_crc")
[all …]
Decst.py5 # SPDX-License-Identifier: Apache-2.0
10 # -i in_file.bin -o out_file.bin
11 # [-chip <name>] [-v|-vv]
12 # [-nohcrc] [-nofcrc] [-ph <offset>]
13 # [-flashsize <1|2|4|8|16>]
14 # [-spimaxclk <20|25|33|40|50>]
15 # [-spireadmode <normal|fast|dual|quad>]
112 INVALID_INPUT = -1
115 BYTES_TO_PAD = HDR_FW_HEADER_SIG_OFFSET - RESERVED_BYTES_OFFSET
166 :returns: output file path object, or -1 if fails
[all …]
/Zephyr-latest/doc/develop/test/
Dpytest.rst17 A pytest plugin ``pytest-twister-harness`` was introduced to provide an integration between pytest
25 developed as a part of Zephyr’s tree. To enable install-less operation, twister first extends
27 ``-p twister_harness.plugin`` argument. If one prefers to use the installed version of the plugin,
28 they must add ``--allow-installed-plugin`` flag to twister’s call.
30 Pytest-based test suites are discovered the same way as other twister tests, i.e., by a presence
38 :figclass: align-center
52 .. code-block:: none
69 .. code-block:: yaml
81 …//docs.pytest.org/en/7.1.x/explanation/goodpractices.html#conventions-for-python-test-discovery>`_.
88 #. From .yaml file, using ``pytest_args`` placed under ``harness_config`` section - more info
[all …]
/Zephyr-latest/drivers/video/
Dov2640.c4 * SPDX-License-Identifier: Apache-2.0
13 #include <zephyr/drivers/video-controls.h>
145 #define VV 0x26 macro
199 { VV, VV_AGC_TH_SET(0x08, 0x02) },
407 { 0x00, 0x04, 0x09, 0x00, 0x00 }, /* -2 */
408 { 0x00, 0x04, 0x09, 0x10, 0x00 }, /* -1 */
417 { 0x00, 0x04, 0x07, 0x20, 0x18, 0x34, 0x06 }, /* -2 */
418 { 0x00, 0x04, 0x07, 0x20, 0x1c, 0x2a, 0x06 }, /* -1 */
427 { 0x00, 0x02, 0x03, 0x28, 0x28 }, /* -2 */
428 { 0x00, 0x02, 0x03, 0x38, 0x38 }, /* -1 */
[all …]
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst1 .. _west-release-notes:
11 - New ``west grep`` command for running a "grep tool" in your west workspace's
18 .. code-block:: console
25 .. list-table::
27 * - ``git grep --untracked``
28 - ``west grep --untracked foo``
29 * - ``ripgrep``
30 - ``west grep --tool ripgrep foo``
31 * - ``grep --recursive``
32 - ``west grep --tool grep foo``
[all …]