Home
last modified time | relevance | path

Searched refs:expect_fail (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/tests/net/iface/src/
Dmain.c519 static bool send_iface(struct net_if *iface, int val, bool expect_fail) in send_iface() argument
536 if (!expect_fail && ret < 0) { in send_iface()
541 if (!expect_fail && k_sem_take(&wait_data, K_MSEC(WAIT_TIME))) { in send_iface()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c57 static bool expect_fail; variable
890 !expect_fail) { in dfu_cli_ended()
1085 expect_fail = true; in test_cli_all_targets_lost_common()