| 159 | }; |
| 160 | |
| 161 | static int |
| 162 | test_link_status(void) |
| 163 | { |
| 164 | rte_log_set_global_level(RTE_LOG_DEBUG); |
| 165 | rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG); |
| 166 | |
| 167 | return unit_test_suite_runner(&link_status_testsuite); |
| 168 | } |
| 169 | |
| 170 | REGISTER_FAST_TEST(ethdev_link_status, true, true, test_link_status); |
nothing calls this directly
no test coverage detected