| 16199 | } |
| 16200 | |
| 16201 | static int |
| 16202 | test_scheduler_mode_failover_op(void) |
| 16203 | { |
| 16204 | TEST_ASSERT(test_scheduler_mode_op(CDEV_SCHED_MODE_FAILOVER) == |
| 16205 | 0, "Failed to set failover mode"); |
| 16206 | |
| 16207 | return 0; |
| 16208 | } |
| 16209 | |
| 16210 | static int |
| 16211 | test_scheduler_mode_pkt_size_distr_op(void) |
nothing calls this directly
no test coverage detected