/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | test_quarantine.py | 24 ['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 …]
|
/Zephyr-Core-3.5.0/tests/bsim/ |
D | README.md | 2 simulation, and therefore cannot be run directly from twister. 55 the required simulated devices and physical layer simulation with the required command line 63 Each test must have a unique simulation id, to enable running different tests in parallel. 77 pairing, powering off, and powering up after as a new simulation, 78 they should strive for using separate simulation ids for each simulation part, 79 in that way ensuring that the simulation radio activity of each segment can be inspected a
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/read_fill_buf/testlib/ |
D | bs_main.c | 23 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.5.0/boards/posix/native_sim/ |
D | native_sim_64.yaml | 2 name: Native Simulation port - 64-bit 4 simulation: native
|
D | native_sim.yaml | 2 name: Native Simulation port - 32-bit 4 simulation: native
|
D | Kconfig.board | 5 bool "Native simulation, 32-bit mode" 12 bool "Native simulation, 64-bit mode"
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 115 option indicates you want to run it detached from a BabbleSim simulation. This 119 When you want to run a simulation with radio activity you need to run also the 120 BableSim 2G4 (2.4GHz) physical layer simulation (phy). 153 And then run them together with BabbleSim's 2G4 physical layer simulation: 163 this simulation; the ``-D`` option tells the Phy how many devices will be run 164 in this simulation; the ``-d`` option tells each device which is its device 165 number in the simulation; and the ``-sim_length`` option specifies the length 166 of the simulation in microseconds. 199 breakpoint will pause the whole simulation. 212 If for some reason you want to limit the speed of the simulation to real
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/common/ |
D | bsim_args_runner.c | 55 bs_trace_warning("Neither simulation id or the device number " in print_no_sim_warning() 206 * If the user did not set the simulation id or device number in nsi_handle_cmd_line() 235 bs_trace_error_line("The command line option <simulation ID> " in nsi_handle_cmd_line() 250 * Get the simulation id 258 * Get this device number in the simulation, as it is 259 * known in the overall simulation. 268 * Get this device number in the 2G4 Phy simulation 276 * Get this device number in the 2G4 Phy simulation
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | bs_bt_utils.c | 15 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.5.0/boards/posix/doc/ |
D | bsim_boards_design.rst | 8 Particular details on the nRF52 and nRF5340 simulation boards, including how to use them, 44 integration testing of embedded code on workstation/simulation. 78 As such can provide better integration coverage than simulation ins ome cases, 82 They otherwise serve a very similar purpose to simulation integration tests. 88 - Using bsim boards with the BabbleSim Physical layer simulation allows 124 simulation specific ones. 132 - The soc_inf layer provides the overall CPU "simulation" and the handling of 133 control between the "CPU simulation" (Zephyr threads) and the HW models thread 193 In general simulation time will pass much faster than real time, 194 and the simulation results will not be affected in any way by the [all …]
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | main.c | 18 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.5.0/tests/bluetooth/shell/src/ |
D | main.c | 67 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.5.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 29 def get_matched_quarantine(self, testname, platform, architecture, simulation): argument 30 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulation) 109 simulation: str) -> QuarantineElement | None: 123 … and (matched := _is_element_matched(simulation, qelem.re_simulations)) is False):
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/test_scripts/ |
D | media_controller.sh | 20 # 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
|
D | micp.sh | 20 # 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
|
D | tbs.sh | 21 # Simulation time should be larger than the WAIT_TIME in common.h 35 # Simulation time should be larger than the WAIT_TIME in common.h
|
D | bap_broadcast_audio.sh | 25 # Simulation time should be larger than the WAIT_TIME in common.h 43 # Simulation time should be larger than the WAIT_TIME in common.h
|
D | vcp.sh | 20 # 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
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 97 /* Heartrate measurements simulation */ in hrs_notify() 126 /* Heartrate measurements simulation */ in main() 129 /* Battery level simulation */ in main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | bs_bt_utils.c | 16 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()
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/lwm2m_registry/ |
D | testcase.yaml | 4 - simulation
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/block_transfer/ |
D | testcase.yaml | 4 - simulation
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_oma_tlv/ |
D | testcase.yaml | 4 - simulation
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_json/ |
D | testcase.yaml | 4 - simulation
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_link_format/ |
D | testcase.yaml | 4 - simulation
|