Searched full:scripts (Results 1 – 12 of 12) sorted by relevance
57 …-r scripts\requirements.txt -r zephyr-clone\scripts\requirements-base.txt -r zephyr-clone\scripts\…87 …python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform…112 working-directory: tests/scripts131 pip install -U -r scripts/requirements.txt142 working-directory: tests/scripts164 working-directory: tests/scripts186 working-directory: tests/scripts313 working-directory: tests/scripts
8 pushd "scripts"17 $ZEPHYR_BASE/scripts/twister -M -v -T . -W --exclude-tag release --platform native_posix --platform…
12 $ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform qemu_malta/qemu_malta/be $*
34 [project.scripts]46 dependencies = {file = ['scripts/requirements-base.txt']}
133 DataTranslator functionality is tested in [tests/scripts](tests/scripts)
268 These tests can be found in [tests/scripts/test_zcbor.py](tests/scripts/test_zcbor.py).269 In this file there are also tests for code style of all python scripts, using the `pycodestyle` lib…271 Tests for the docs, samples, etc. can be found in [tests/scripts/test_repo_files.py](tests/scripts/…
496 * Run tests with twister instead of custom bash scripts
47 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-build-test.txt48 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-run-test.txt86 … ZCBOR_TEST_COMMAND="$ZEPHYR_BASE/scripts/twister -i -v -T . -W ${{ inputs.twister_arguments }}"
31 p_add_helptext = p_root / 'scripts' / 'add_helptext.py'32 p_regenerate_samples = p_root / 'scripts' / 'regenerate_samples.py'33 p_test_zcbor_py = p_tests / 'scripts' / 'test_zcbor.py'34 p_test_versions_py = p_tests / 'scripts' / 'test_versions.py'35 p_test_repo_files_py = p_tests / 'scripts' / 'test_repo_files.py'54 """Run codestyle tests on all Python scripts in the repo."""
3 Use the provided scripts; specify the number of seconds as an argument.
15 pip3 install -U -r scripts/requirements.txt
1376 Decode and validate CBOR into Python structures to be able to make Python scripts that