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

Function test_ipfrag

dpdk/app/test/test_ipfrag.c:503–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501};
502
503static int
504test_ipfrag(void)
505{
506 rte_log_set_global_level(RTE_LOG_DEBUG);
507 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG);
508
509 return unit_test_suite_runner(&ipfrag_testsuite);
510}
511
512
513REGISTER_FAST_TEST(ipfrag_autotest, false, true, test_ipfrag);

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