Lines Matching refs:help
122 help="Write a list of tests and platforms to be run to %(metavar)s file and stop execution."
131 help="Load a list of tests and platforms to be run"
137 help="Base directory to recursively search for test cases. All "
146 help="Run only those tests that failed the previous twister run "
150 help="""List of all sub-test functions recursively found in
158 help="""Output the test plan in a tree form.""")
164 help="Run integration tests")
168 help="Only build and run emulation platforms")
172 help="Test on device directly. Specify the serial device to "
176 help="""Probe serial devices connected to this platform
183 help="Selects which simulation to use. Must match one of the names defined in the board's "
189 help="""Serial device for accessing the board
194 help="""Script for controlling pseudoterminal.
203 help="""Load hardware map from a file. This will be used
208 help="""Set timeout for the device flash operation in seconds.
212 help="""Add a test case timeout to the flash operation timeout
217 help="""Flash device before attaching to serial port.
227 help="Only build the code, do not attempt to run the code on targets."
232 help="Generate artifacts for testing, do not attempt to run the"
237 help="Package artifacts needed for flashing in a file to be used with --test-only"
242 help="""Only run device tests with current artifacts, do not build
246 help="""Globally adjust tests timeouts by specified multiplier. The resulting test
252 help="""Run only the specified test suite scenario. These are named by
260 help="""Recursively find sub-test functions (test cases) and run the entire
274 help="""Pass additional arguments to the pytest subprocess. This parameter
280 help="""Run binary through valgrind and check for several memory access
288 help="""Enable address sanitizer to check for several memory access
306 help="""Directory to search for board configuration files. All .yaml
312 help="Allow to use pytest plugin installed by pip for pytest tests."
317 help="Arch filter for testing. Takes precedence over --platform. "
323 help="Only run a subset of the tests, 1/4 for running the first 25%%, "
330 help="""Shuffle test execution order to get randomly distributed tests across subsets.
335 help="""Seed value for random generator used to shuffle tests.
340 help="Generate coverage reports. Implies "
345 help="Cleaning the output directory will simply delete it instead "
350 help="Only run cmake, do not build or run.")
353 help="Base source directory for coverage report.")
356 help="Platforms to run coverage reports on. "
361 help="Tool to use to generate coverage report.")
367 help="Output formats to use for generated coverage reports, as a comma-separated list. " +
378 help="Path to file with plans and test configurations."
382 help="Test level to be used. By default, no levels are used for filtering"
387 help="Serial device baud rate (default 115200)")
391 help="Disable extended test suite name verification at the beginning "
396 help="Specify tags of tests that should not run. "
400 help="Enable code coverage using gcov.")
404 help="""Enable leak sanitizer to check for heap memory leaks.
412 help="""Enable undefined behavior sanitizer to check for undefined
421 help="""Filter tests to be built and executed. By default everything is
427 help="Always output ANSI color escape sequences "
431 help="Do not filter based on toolchain, use the set "
435 help="Path to the gcov tool to use for code coverage "
441 help="Generate detailed json reports with ROM/RAM symbol sizes for each test image built "
450 help="Select which memory area symbols' data to collect as 'footprint' property "
459 help="Collect and report ROM/RAM section sizes for each test image built.")
465 help="Don't error on unrecognized sections in the binary images.")
470 help="Take ROM/RAM sections footprint summary values from the 'build.log' "
480 help="Compare footprints to the previous twister invocation as a baseline "
486 help="Use this report file as a baseline for footprint comparison. "
493 help="With footprint comparison to a baseline, log ROM/RAM section deltas. ")
499 help="With footprint comparison to a baseline, "
508 help="With footprint comparison to a baseline, "
516 help="Ignore all other command line options and just produce a report to "
521 help="Upon test failure, print relevant log data to stdout "
525 help="Do not filter based on platform key")
529 help="Number of jobs for building, defaults to number of CPU threads, "
534 help="""Force testing on selected platforms,
540 help="Build/test on all platforms. Any --platform arguments "
544 help="List all tags occurring in selected tests.")
547 help="Specify a file where to save logs.")
552 help="""Cleanup test artifacts. The default behavior is 'pass'
559 help="Use the Ninja generator with CMake. (This is the default)")
563 help="Use the unix Makefile generator with CMake.")
567 help="Re-use the outdir before building. Will result in "
572 help="Re-use the outdir before building and do not re-run cmake. Will result in "
581 help="Compose each test Suite name from its configuration path (relative to root) and "
590 help="Don't prefix each test Suite name with its configuration path, "
602 help="Generate a detailed report with all skipped test cases"
609 help="Output directory for logs and binaries. "
616 help="""Output reports containing results of the test run into the
623 help="Treat RAM/SRAM overflows as errors.")
626 help="Include filtered tests in the reports.")
629 help="""Exclude platforms and do not build or run any tests
635 help="""With --generate-hardware-map, tries to use
642 help="Vendor filter for testing")
646 help="Platform filter for testing. This option may be used multiple "
654 help="""Create individual reports for each platform.
658 help="""specify a pre script. This will be executed
666 help="Load list of test scenarios under quarantine. The entries in "
674 help="Use the list of test scenarios under quarantine and run them"
680 help="""quit twister once there is build / run failure
685 help="""Create a report with a custom name.
690 help="Show failed/error report from latest run. Default shows all items found. "
696 help="""Add a suffix to all generated file names, for example to add a
702 help="""Show all command line options applied, including defaults, as
708 help="Retry failing tests again, up to the number of times specified.")
712 help="Retry failing tests after specified period of time.")
716 help="Retry build errors as well.")
721 help="Execute time-consuming test cases that have been marked "
726 help="Execute time-consuming test cases that have been marked "
731 help="Seed for native_sim pseudo-random number generator")
736 help="Create shorter build directory paths based on symbolic links. "
745 help="Specify tags to restrict which tests to run by tag value. "
751 help="Print all messages with time stamps.")
757 help="Do not update the results of the last run. This option "
767 help="Call multiple times to increase verbosity.")
775 help="Select the threshold event severity for which you'd like to receive logs in console."
779 help="Do not treat warning conditions as errors.")
783 help="""Uses west instead of ninja or make to flash when running with
795 help="""Uses the specified west runner instead of default when running
808 help="Specify a fixture that a board might support.")
812 help="""Extra CMake cache entries to define when building test cases.
825 help="""Create the filtered list of test cases, but don't actually
832 help="Additional args following a '--' are passed to the test binary")
835 help="Alternative test configuration root/s. When a test is found, "