Searched refs:twister (Results 1 – 25 of 25) sorted by relevance
/scripts/ |
A D | .gitignore | 4 tests/twister/.pytest_cache 5 tests/twister/htmlcov 6 tests/twister/__pycache__ 7 tests/twister/.coverage
|
A D | requirements-build-test.txt | 3 # things used by twister or other things like code coverage or python 6 # used by twister for ansi color 9 # python lex/yex used by twister
|
A D | requirements-run-test.txt | 3 # things used by twister or related in run time testing 8 # used by twister for board/hardware map 15 # use for twister
|
A D | requirements-extras.txt | 3 # used by twister for --test-tree option
|
A D | west-commands.yml | 25 - name: twister 27 help: west twister wrapper
|
A D | requirements-base.txt | 10 # twister to parse YAMLs, by west, zephyr_module,...
|
A D | zephyr_module.py | 874 twister = "" 887 twister += process_twister(module.project, module.meta) 921 fp.write(twister)
|
/scripts/tests/twister/ |
A D | README.md | 20 pytest $ZEPHYR_BASE/scripts/tests/twister 28 coverage run -m pytest $ZEPHYR_BASE/scripts/tests/twister/ 31 Then we can generate the coverage report for just twister script using 34 coverage report -m $ZEPHYR_BASE/scripts/pylib/twister/ 37 To generate the coverage report for twister script use below command 40 coverage report -m $ZEPHYR_BASE/scripts/twister 43 The html coverage report for twister can be generated using 46 coverage html twister 53 - conftest.py: Contains common fixtures for use in testing the twister tool. 57 …orting_testsuite.py : Contains testcases for reporting functionality of Testsuite class of twister.
|
A D | test_testplan.py | 1134 mock.Mock(aliases=['p1e1/unit_testing', 'p1e1'], twister=False, default=False), 1135 mock.Mock(aliases=['p1e2/unit_testing', 'p1e2'], twister=True, default=False), 1136 mock.Mock(aliases=['p2/unit_testing', 'p2'], twister=True, default=True), 1137 mock.Mock(aliases=['p3/unit_testing', 'p3'], twister=True, default=True),
|
A D | test_testinstance.py | 19 from pylib.twister.twisterlib.platform import Simulator
|
/scripts/west_commands/tests/ |
A D | test_twister.py | 40 twister = Twister() 47 twister.parser = twister.do_add_parser(sub_p) 48 options = twister._parse_arguments(args=test_case["r"], options=None)
|
/scripts/pylib/pytest-twister-harness/ |
A D | README.rst | 24 ./scripts/twister -p native_sim -p qemu_x86 -T samples/subsys/testsuite/pytest/shell 27 …./scripts/twister -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -T samples/… 33 export PYTHONPATH=${ZEPHYR_BASE}/scripts/pylib/pytest-twister-harness/src:${PYTHONPATH} 39 pytest --twister-harness --device-type=native --build-dir=build -p twister_harness.plugin 43 pytest --twister-harness --device-type=qemu --build-dir=build -p twister_harness.plugin 47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …
|
A D | setup.cfg | 2 name = pytest-twister-harness
|
/scripts/ci/es_upload/ |
A D | README.md | 5 script for [Twister](https://docs.zephyrproject.org/latest/develop/test/twister.html) 44 The upload script has several command line options to change `twister.json` data: 83 ./twister-out/**/twister.json 106 ./twister-out/**/twister.json 132 ./twister-out/**/twister.json 138 To store Memory Footprint data reported in `twister-footprint.json` (see Twister `--footprint-repor…
|
/scripts/tests/twister_blackbox/test_data/tests/pytest/ |
A D | test_data.yaml | 2 sample.twister.pytest:
|
/scripts/ci/ |
A D | twister_ignore.txt | 5 # are matched, then twister will not do a full run and optionally will only 39 # twister.
|
A D | tags.yaml | 2 # twister tag.
|
A D | test_plan.py | 40 from pylib.twister.twisterlib.statuses import TwisterStatus
|
/scripts/schemas/twister/ |
A D | platform-schema.yaml | 9 # The original spec comes from Zephyr's twister script 93 "twister":
|
A D | testsuite-schema.yaml | 9 # The original spec comes from Zephyr's twister script
|
/scripts/pylib/twister/twisterlib/ |
A D | platform.py | 67 self.twister = True 106 self.twister = variant_data.get("twister", data.get("twister", self.twister))
|
A D | twister_main.py | 30 def twister(options: argparse.Namespace, default_options: argparse.Namespace): function 235 return_code = twister(options, default_options)
|
A D | testplan.py | 473 if not platform.twister:
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | README.rst | 114 scripts/twister --device-testing --hardware-map map.yml -T tests/drivers/display/display_check/
|
/scripts/west_commands/completion/ |
A D | west-completion.bash | 1232 twister
|
Completed in 33 milliseconds