Home
last modified time | relevance | path

Searched refs:twister (Results 1 – 25 of 25) sorted by relevance

/scripts/
A D.gitignore4 tests/twister/.pytest_cache
5 tests/twister/htmlcov
6 tests/twister/__pycache__
7 tests/twister/.coverage
A Drequirements-build-test.txt3 # 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 Drequirements-run-test.txt3 # things used by twister or related in run time testing
8 # used by twister for board/hardware map
15 # use for twister
A Drequirements-extras.txt3 # used by twister for --test-tree option
A Dwest-commands.yml25 - name: twister
27 help: west twister wrapper
A Drequirements-base.txt10 # twister to parse YAMLs, by west, zephyr_module,...
A Dzephyr_module.py874 twister = ""
887 twister += process_twister(module.project, module.meta)
921 fp.write(twister)
/scripts/tests/twister/
A DREADME.md20 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 Dtest_testplan.py1134 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 Dtest_testinstance.py19 from pylib.twister.twisterlib.platform import Simulator
/scripts/west_commands/tests/
A Dtest_twister.py40 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 DREADME.rst24 ./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 Dsetup.cfg2 name = pytest-twister-harness
/scripts/ci/es_upload/
A DREADME.md5 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 Dtest_data.yaml2 sample.twister.pytest:
/scripts/ci/
A Dtwister_ignore.txt5 # are matched, then twister will not do a full run and optionally will only
39 # twister.
A Dtags.yaml2 # twister tag.
A Dtest_plan.py40 from pylib.twister.twisterlib.statuses import TwisterStatus
/scripts/schemas/twister/
A Dplatform-schema.yaml9 # The original spec comes from Zephyr's twister script
93 "twister":
A Dtestsuite-schema.yaml9 # The original spec comes from Zephyr's twister script
/scripts/pylib/twister/twisterlib/
A Dplatform.py67 self.twister = True
106 self.twister = variant_data.get("twister", data.get("twister", self.twister))
A Dtwister_main.py30 def twister(options: argparse.Namespace, default_options: argparse.Namespace): function
235 return_code = twister(options, default_options)
A Dtestplan.py473 if not platform.twister:
/scripts/pylib/display-twister-harness/camera_shield/
A DREADME.rst114 scripts/twister --device-testing --hardware-map map.yml -T tests/drivers/display/display_check/
/scripts/west_commands/completion/
A Dwest-completion.bash1232 twister

Completed in 33 milliseconds