Searched full:run (Results 1 – 25 of 1720) sorted by relevance
12345678910>>...69
/Zephyr-Core-3.5.0/scripts/ |
D | twister | 13 run the tests in any available emulators or simulators on the system. 28 of this script can filter the set of tests to run based on tag. 34 Don't build or run this test case unless --enable-slow was passed 36 that are only run under certain circumstances, like daily 48 Snippets that must be applied for the test case to run. 56 If true, don't try to run the test even if the selected platform 67 minimum amount of RAM needed for this test to build and run. This is 71 minimum amount of ROM needed for this test to build and run. This is 75 Add list of modules needed for this sample to build and run. 78 Length of time to run test in emulator before automatically killing it. [all …]
|
D | requirements-run-test.txt | 1 # RUN-TEST: required to do run time tests of zephyr 3 # things used by twister or related in run time testing
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/ |
D | Kconfig | 5 bool "Compile and run the generic sensor tests" 9 iterate through the device tree and run sample path tests on any 19 range boundaries. The test will run one iteration for each expected 21 sensor range is 0..100, the test will run 5 times with expected values 22 0, 25, 50, 75, and 100. These iterations are run in parallel.
|
/Zephyr-Core-3.5.0/tests/posix/pthread_pressure/ |
D | Kconfig | 12 The number of parallel threads to run during the test. 15 int "Number of seconds to run the test" 33 The minimal stack size required to run a minimal thread. 39 Run tests for k_threads 45 Run tests for pthreads
|
/Zephyr-Core-3.5.0/.github/workflows/ |
D | codecov.yaml | 28 run: | 36 run: | 41 run: | 51 run: | 56 run: | 63 run: | 80 run: | 85 - name: Run Tests with Twister (Push) 87 run: | 94 run: | [all …]
|
D | twister_tests_blackbox.yml | 31 run: | 42 run: | 57 run: | 64 run: | 65 …s/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/requirements-run-test.txt 67 - name: Run Pytest For Twister Black Box Tests 72 run: | 73 echo "Run twister tests" 90 run: |
|
D | twister_tests.yml | 50 run: | 52 - name: Run pytest for twisterlib 56 run: | 57 echo "Run twister tests" 59 - name: Run pytest for pytest-twister-harness 64 run: | 65 echo "Run twister tests"
|
D | coding_guidelines.yml | 8 name: Run coding guidelines checks on patch series (PR) 23 run: | 29 run: | 33 - name: Run Coding Guildeines Checks 38 run: | 51 run: |
|
D | footprint-tracking.yml | 3 # Run every 12 hours and on tags 37 run: | 45 run: | 49 run: | 61 run: | 76 run: | 81 run: |
|
D | doc-build.yml | 56 run: | 63 run: | 77 run: | 84 run: | 89 run: | 105 run: | 116 run: | 146 run: | 157 run: | 163 run: | [all …]
|
D | compliance.yml | 8 name: Run compliance checks on patch series (PR) 11 run: | 27 run: | 36 run: | 50 - name: Run Compliance Tests 55 run: | 71 run: |
|
D | twister.yaml | 1 name: Run tests with twister 15 # Run at 03:00 UTC on every Sunday 47 run: | 57 run: | 71 run: | 86 run: | 99 run: | 145 run: | 154 run: | 166 run: | [all …]
|
D | clang.yaml | 31 run: | 40 run: | 52 run: | 70 run: | 79 run: | 97 run: | 102 - name: Run Tests with Twister 104 run: | 108 # check if we need to run a full twister or not based on files changed 117 # if nothing is run, skip reporting step [all …]
|
/Zephyr-Core-3.5.0/scripts/west_commands/tests/ |
D | test_mdb.py | 37 '-run', '-cl', RC_KERNEL_ELF] 59 '-run', '-cl'] 68 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF] 74 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF] 82 '-digilent', '-run', '-cl', RC_KERNEL_ELF] 87 '-digilent', '-prop=dig_device=test', '-run', '-cl', RC_KERNEL_ELF] 131 TEST_HW_CORES_LAUNCH_NO_HOSTLINK = [TEST_DRIVER_CMD, '-multifiles=core1,core0', '-run', 132 '-cmd=-nowaitq run', '-cmd=quit', '-cl'] 133 TEST_HW_CORES_LAUNCH_HOSTLINK = [TEST_DRIVER_CMD, '-multifiles=core1,core0', '-run', '-cl'] 204 mdb_nsim(test_case['i']).run('flash') [all …]
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.native_posix | 10 Enable native posix ethernet driver. Note, this driver is run inside 18 interface, requiring ``zephyr.exe`` to be run with root privileges 22 project repo). The ``zephyr.exe`` program can then be run as a 31 This option sets the name of the script that is run when the host TAP 46 This option sets the name of the script that is run when the host TAP 47 network interface is created and setup script has been run. 57 string "Username to run the host startup script" 60 By default the startup script is run as a root user. Set here the 61 username to run the script if running it as a root user is not 63 for the setup script. The setup script needs to be run always as
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test_deprecated.h | 55 * An optional predicate function to determine if the test should run. If NULL, then the 56 * test will only run once on the first attempt. 59 * @return True if the suite should be run; false to skip. 73 * Tests can then be run by calling ztest_run_registered_test_suites(const void *state) by passing 77 * @param PREDICATE A function to test against the state and determine if the test should run. 91 * Run the registered unit tests which return true from their pragma function. 100 * @brief Fails the test if any of the registered tests did not run. 103 * run. It is possible that a test suite could be registered but the pragma always prevents it from 112 * @brief Run a test suite. 114 * Internal implementation. Do not call directly. This will run the full test suite along with some [all …]
|
/Zephyr-Core-3.5.0/cmake/usage/ |
D | usage.cmake | 23 message(" run - Build a zephyr application and run it if the board supports emulation") 24 message(" flash - Run \"west flash\"") 25 message(" debug - Run \"west debug\"") 26 message(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targe… 27 message(" attach - Run \"west attach\"")
|
/Zephyr-Core-3.5.0/samples/net/gptp/ |
D | docker-test.sh | 5 echo "Do not run this script directly!" 6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead." 17 # For native_posix gPTP run, the delay threshold needs to be huge
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | smf.h | 17 * @param _run State run function 24 .run = _run, \ 35 * @param _run State run function 41 .run = _run, \ 70 /** Optional method that will be run when this state is entered */ 73 * Optional method that will be run repeatedly during state machine 76 const state_execution run; member 77 /** Optional method that will be run when this state exists */ 80 * Optional parent state that contains common entry/run/exit 83 * run: Parent function executes AFTER child function.
|
/Zephyr-Core-3.5.0/scripts/west_commands/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package. 13 To run these tests locally on Windows, run: 21 Note that these tests are run as part of Zephyr's CI when submitting
|
/Zephyr-Core-3.5.0/tests/bsim/ |
D | README.md | 1 This folder contains tests meant to be run with BabbleSim's physical layer 2 simulation, and therefore cannot be run directly from twister. 7 You can also run them manually if desired, but be sure to call them setting 8 the variables they expect. For example, from Zephyr's root folder, you can run: 15 Or to run only a specific subset, e.g. host advertising tests: 23 Check the run_parallel.sh help for more options and examples on how to use this script to run these 26 After building the tests' required binaries you can run a test directly with its individual 34 and then directly run one of the tests: 45 of the BabbleSim tests which have been run. Check its help for more info.
|
/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.h | 45 * @brief Run all Media Independent Port Sync State Machines. 47 * @param port Number of the port the State Machines needs to be run on. 52 * @brief Run all Media Independent Port BMCA State Machines. 54 * @param port Number of the port the State Machines needs to be run on. 59 * @brief Run all Media Independent State Machines.
|
/Zephyr-Core-3.5.0/samples/net/sockets/coap_server/ |
D | docker-test.sh | 5 echo "Do not run this script directly!" 6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead."
|
/Zephyr-Core-3.5.0/tests/posix/eventfd/ |
D | Kconfig | 8 int "Number of seconds to run the test" 14 eventfd_write() are stable enough to run for an arbitrarily long 18 int "Number of seconds to run the test" 26 The minimal stack size required to run a no-op thread.
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 43 To run these sets of tests you need to compile both of these applications as any 48 To run the tests you can either run one of the provided scripts, or run by 58 #run all tests 61 #or just run one set:
|
12345678910>>...69