Home
last modified time | relevance | path

Searched full:simulation (Results 1 – 25 of 270) sorted by relevance

1234567891011

/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_quarantine.py24 ['dummy simulation', 'another simulation'],
32 ['dummy simulation', 'another simulation'],
40 ['dummy simulation', 'another simulation'],
102 'simulations': ['dummy simulation', 'another simulation']
108 simulations=['dummy simulation', 'another simulation']
130 \"simulations\": [\"dummy simulation\", \"another simulation\"]
140 simulations=['dummy simulation', 'another simulation']
221 'scenario, platform, architecture, simulation, expected_idx',
235 simulation, argument
266 simulation=simulation
[all …]
Dtest_platform.py41 'simulation': 'na',
74 simulation: nsim
97 'simulation': 'nsim',
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/retry_on_sec_err/
Dtest_utils.c15 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
18 bs_trace_error("Test did not pass before simulation ended. Consider increasing " in test_tick()
19 "simulation length.\n"); in test_tick()
/Zephyr-Core-3.7.0/tests/bsim/babblekit/include/babblekit/
Ddevice.h11 * @brief Get the device's simulation number
13 * This returns the device's number in the BabbleSim simulation.
16 * @return Device number in simulation
Dsync.h7 * simple use-case when there are only two devices in the simulation.
19 * @note Only works between two devices in a simulation, with IDs 0 and 1.
30 * @note Only works between two devices in a simulation, with IDs 0 and 1.
40 * @note Only works between two devices in a simulation, with IDs 0 and 1.
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/read_fill_buf/
Dbs_main.c23 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
26 bs_trace_error("Test did not pass before simulation ended. Consider increasing " in test_tick()
27 "simulation length.\n"); in test_tick()
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/lwm2m_registry/
Dtestcase.yaml4 - simulation
12 - simulation
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/sample_test/test_scripts/
Drun.sh14 # Use a unique simulation id per test script. It is a necessity as the CI runner
41 # Set simulation length, in microseconds. The PHY will run for this amount of
45 # please run the test once and set the simulation time in the same ballpark. No
63 # Instantiate all devices in the simulation.
71 # Also set a maximum simulation length. If the devices have not set a special
72 # variable indicating they have passed before the simulation runs out of time,
/Zephyr-Core-3.7.0/boards/native/native_sim/
Dnative_sim_native_64.yaml2 name: Native Simulation port - 64-bit variant
4 simulation: native
Dnative_sim.yaml2 name: Native Simulation port - 32-bit
4 simulation: native
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst116 option indicates you want to run it detached from a BabbleSim simulation. This
120 When you want to run a simulation with radio activity you need to run also the
121 BableSim 2G4 (2.4GHz) physical layer simulation (phy).
154 And then run them together with BabbleSim's 2G4 physical layer simulation:
164 this simulation; the ``-D`` option tells the Phy how many devices will be run
165 in this simulation; the ``-d`` option tells each device which is its device
166 number in the simulation; and the ``-sim_length`` option specifies the length
167 of the simulation in microseconds.
200 breakpoint will pause the whole simulation.
213 If for some reason you want to limit the speed of the simulation to real
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dbs_bt_utils.c15 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
19 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/common/
Dbsim_args_runner.c60 bs_trace_warning("Neither simulation id or the device number " in print_no_sim_warning()
239 * If the user did not set the simulation id or device number in postcheck_cmd_line()
268 bs_trace_error_line("The command line option <simulation ID> " in postcheck_cmd_line()
285 * Get the simulation id
293 * Get this device number in the simulation, as it is
294 * known in the overall simulation.
303 * Get this device number in the 2G4 Phy simulation
311 * Get this device number in the 2G4 Phy simulation
/Zephyr-Core-3.7.0/tests/drivers/fuel_gauge/sbs_gauge/
Dtestcase.yaml8 - simulation
30 - simulation
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dmain.c18 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
21 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()
/Zephyr-Core-3.7.0/boards/native/doc/
Dbsim_boards_design.rst25 :ref:`nRF54l15<nrf54l15bsim>` simulation boards, including how to use them,
51 integration testing of embedded code on workstation/simulation.
88 As such can provide better integration coverage than simulation ins ome cases,
92 They otherwise serve a very similar purpose to simulation integration tests.
98 - Using bsim boards with the BabbleSim Physical layer simulation allows
135 simulation specific ones.
144 - The SOC `inf_clock` layer provides an adaptation to the native simulator CPU "simulation"
145 and the handling of control between the "CPU simulation" (Zephyr threads) and the
208 In general simulation time will pass much faster than real time,
209 and the simulation results will not be affected in any way by the
[all …]
/Zephyr-Core-3.7.0/doc/develop/test/
Dbsim.rst18 When there is radio activity, this Linux executable will connect to the BabbleSim Phy simulation
36 necessary to connect them to a physical layer simulation. Thanks to this, these target boards can
43 When there is radio activity, BabbleSim tests require at the very least a physical layer simulation
183 - Scripts will spawn the processes for every simulated device and the physical layer simulation.
185 - Each test must have a unique simulation id, to enable running different tests in parallel.
190 off, and powering up after as a new simulation) should use separate simulation ids for each
191 simulation segment, ensuring that the radio activity of each segment can be inspected a
/Zephyr-Core-3.7.0/tests/bluetooth/shell/src/
Dmain.c67 shell_print(sh, "Start HRS simulation"); in cmd_hrs_simulate()
70 shell_print(sh, "Stop HRS simulation"); in cmd_hrs_simulate()
114 /* Heartrate measurements simulation */ in hrs_notify()
149 /* Heartrate measurements simulation */ in main()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/test_scripts/
Dmicp.sh19 # Simulation time should be larger than the WAIT_TIME in common.h
33 # Simulation time should be larger than the WAIT_TIME in common.h
Dtbs.sh20 # Simulation time should be larger than the WAIT_TIME in common.h
34 # Simulation time should be larger than the WAIT_TIME in common.h
Dmedia_controller.sh19 # Simulation time should be larger than the WAIT_TIME in common.h
33 # Simulation time should be larger than the WAIT_TIME in common.h
Dvcp.sh19 # Simulation time should be larger than the WAIT_TIME in common.h
33 # Simulation time should be larger than the WAIT_TIME in common.h
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py199 elif self.platform.simulation != "na":
200 if self.platform.simulation == "qemu":
208 handler = SimulationHandler(self, self.platform.simulation)
231 if self.platform.simulation not in ('na', 'qemu'):
235 if self.platform.simulation == 'qemu' and 'QEMU_BIN_PATH' not in os.environ:
249 (self.platform.simulation in SUPPORTED_SIMS and \
250 self.platform.simulation not in self.testsuite.simulation_exclude) or \
255 … target_ready = bool(filter == 'runnable' or self.platform.simulation in SUPPORTED_SIMS_IN_PYTEST)
259 self.platform.simulation in SUPPORTED_SIMS_WITH_EXEC and \
Dquarantine.py34 def get_matched_quarantine(self, testname, platform, architecture, simulation): argument
35 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulation)
114 simulation: str) -> QuarantineElement | None:
128 … and (matched := _is_element_matched(simulation, qelem.re_simulations)) is False):
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.c16 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
20 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()

1234567891011