Home
last modified time | relevance | path

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

12

/Zephyr-latest/scripts/tests/twister/
Dtest_twister.py63 scenario = data.get_scenario("test_config.main")
64 assert scenario
77 assert scenario["extra_args"] == ["UNRELATED1=abc", "UNRELATED2=xyz"]
80 assert ";".join(scenario["extra_conf_files"]) == \
84 assert ";".join(scenario["extra_dtc_overlay_files"]) == \
88 assert scenario["extra_overlay_confs"] == \
92 assert scenario["extra_configs"] == ["CONFIG_FOO=y"]
Dtest_quarantine.py232 scenario, argument
263 scenario=scenario,
270 scenario=scenario,
Dtest_testplan.py954 testplan.scenarios = [scenario for testsuite in testsuites \
955 for scenario in testsuite.scenarios]
/Zephyr-latest/samples/subsys/fs/format/
DREADME.rst20 To run this sample, build it for the desired board and scenario and flash it.
22 The Flash scenario is supported on the nrf52dk/nrf52832 board.
23 The RAM disk scenario is supported on the mimxrt1064_evk board.
/Zephyr-latest/samples/subsys/zbus/priority_boost/
DREADME.rst5 Illustrates zbus priority boost feature with a priority inversion scenario.
10 application implements the below figure scenario. When the priority boost feature is disabled, the
27 :alt: ZBus priority boost scenario example.
39 The figure below illustrates the execution of the cited scenario but with the priority boost
43 :alt: ZBus example scenario for priority boost disabled.
121 The figure below illustrates the execution of the same scenario but with the priority boost enabled.
125 :alt: ZBus example scenario for priority boost enabled.
/Zephyr-latest/tests/drivers/flash/common/
DKconfig4 # Device/scenario dependent information that is not available in
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py115 scenario: str,
123 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):
Denvironment.py875 for scenario in options.test:
876 if dirname := os.path.dirname(scenario):
/Zephyr-latest/doc/develop/test/
Dtwister.rst177 Available RAM on the board (specified in KB). This is used to match test scenario
180 Available FLASH on the board (specified in KB). This is used to match test scenario
191 This indicates the board does support PCI. You can make a test scenario build or
200 A test scenario can depend on 'eth' to only test ethernet or on 'netif' to run
224 Multiply each test scenario timeout by specified ratio. This option allows to tune timeouts only
271 subsection names delimited with a dot (``.``). For example, a test scenario
359 A set of string tags for the test scenario. Usually pertains to
364 skip test scenario unconditionally. This can be used for broken tests for
368 Don't run this test scenario unless ``--enable-slow`` or ``--enable-slow-only`` was
375 test scenario.
[all …]
Dztest.rst233 To select just one of the test scenarios, run Twister with ``--scenario`` command:
237 ./scripts/twister --scenario tests/foo/bar/your.test.scenario.name
240 ``your.test.scenario.name`` references a test scenario defined in :file:`testcase.yaml`
Dpytest.rst129 It calls ``wait_for_promt`` method, to not start scenario until DUT is ready. The shell fixture
169 # continue test scenario, check version etc.
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst25 usage scenario is to run echo-server application inside QEMU. This is
/Zephyr-latest/samples/net/sockets/echo_server/
DREADME.rst27 usage scenario is to run echo-server application inside QEMU. This is
114 There is one useful testing scenario that can be used with Linux host.
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md56 The ideal scenario is when the output "bandwidth" exceeds the input rate. If
64 ideal scenario. In reality, it is not. The rates could be matched, but a
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst8 ACRN hypervisor supports a hybrid scenario where Zephyr runs in a so-called
11 practical user scenario in the real world because Zephyr's real-time
14 how a hybrid scenario works:
41 type of scenario. Use ``acrn_ehl_crb`` as the target board parameter.
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst44 In the scenario below, the button attached to GPIO0 was pressed and held for
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt18 Use other sample to verify positive scenario for the watchdog driver.
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/
DREADME.rst42 ``/tmp/ivshmem_socket`` for your deployment scenario. For instance:
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst26 usage scenario is to run echo-client application inside QEMU. This is
150 There is one useful testing scenario that can be used with Linux host.
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst42 limit, one could even imagine a scenario where the extensions are built by
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst91 …EST_CLK1`` and ``LITEX_CLK_TEST_CLK2``. Tests are controlled by separate defines for each scenario.
/Zephyr-latest/doc/services/zbus/
Dindex.rst167 :alt: ZBus example scenario
170 ZBus VDED execution example scenario.
203 execution. The scenario considers the following priorities: T1 > MS1 > MS2 > S1. T1 has the highest
254 channel A. The scenario considers the following priorities: T1 < MS1 < MS2 < S1.
318 channel A. The scenario considers the priority boost feature and the following priorities: T1 < MS1
374 acceptable in the zbus scenario since it will ensure a small bus latency.
861 inversion scenario;
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst92 a Wi-Fi driver successfully connecting to an access point. In this scenario,
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst105 ``/tmp/ivshmem_socket`` for your deployment scenario. For instance:
/Zephyr-latest/boards/arm/mps2/doc/
Dmps2_an521.rst93 the second core to the worst-case scenario from TF-M.
552 …e tfm_integration sample for more details about integrating with TF-M and multiple images scenario.

12