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

Function test_security

dpdk/app/test/test_security.c:2308–2315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306};
2307
2308static int
2309test_security(void)
2310{
2311 rte_log_set_global_level(RTE_LOG_DEBUG);
2312 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG);
2313
2314 return unit_test_suite_runner(&security_testsuite);
2315}
2316
2317REGISTER_FAST_TEST(security_autotest, false, true, test_security);

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