Searched refs:log_str (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 43 log_str: float | None 94 "expected": constraints.log_str, 191 log_str=4.5, 202 log_str=6.3, 213 log_str=65.7, 224 log_str=3.0, 274 log_str=3.2, 285 log_str=3.6, 296 log_str=45.2, 307 log_str=2.6,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_server_test.c | 231 char *log_str; in write_cp_chrc() local 235 log_str = "unhandled"; in write_cp_chrc() 238 log_str = "unauthorized"; in write_cp_chrc() 241 log_str = "authorized"; in write_cp_chrc() 248 printk("Correct context for %s chrc\n", log_str); in write_cp_chrc() 250 FAIL("Invalid context for %s chrc\n", log_str); in write_cp_chrc()
|