MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_link_status

Function test_link_status

dpdk/app/test/test_ethdev_link.c:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161static int
162test_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
170REGISTER_FAST_TEST(ethdev_link_status, true, true, test_link_status);

Callers

nothing calls this directly

Calls 3

rte_log_set_global_levelFunction · 0.85
rte_log_set_levelFunction · 0.85
unit_test_suite_runnerFunction · 0.70

Tested by

no test coverage detected