| 2306 | }; |
| 2307 | |
| 2308 | static int |
| 2309 | test_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 | |
| 2317 | REGISTER_FAST_TEST(security_autotest, false, true, test_security); |
nothing calls this directly
no test coverage detected