Lines Matching refs:success
423 bool success = net_route_mcast_del(test_mcast_routes[0]); in test_route_mcast_route_del() local
425 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
430 success = net_route_mcast_del(test_mcast_routes[1]); in test_route_mcast_route_del()
431 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
436 success = net_route_mcast_del(test_mcast_routes[2]); in test_route_mcast_route_del()
437 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
439 success = net_route_mcast_del(test_mcast_routes[3]); in test_route_mcast_route_del()
440 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
442 success = net_route_mcast_del(test_mcast_routes[4]); in test_route_mcast_route_del()
443 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
445 success = net_route_mcast_del(test_mcast_routes[5]); in test_route_mcast_route_del()
446 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()