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

Function test_app_stop

dpdk/app/test/test_dispatcher.c:687–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687static int
688test_app_stop(struct test_app *app)
689{
690 int rc;
691
692 test_app_stop_dispatcher(app);
693
694 rc = test_app_stop_service_cores(app);
695 if (rc != TEST_SUCCESS)
696 return rc;
697
698 test_app_stop_event_dev(app);
699
700 app->running = false;
701
702 return TEST_SUCCESS;
703}
704
705struct test_app *test_app;
706

Callers 3

test_teardownFunction · 0.85
test_basicFunction · 0.85
test_dropFunction · 0.85

Calls 3

test_app_stop_dispatcherFunction · 0.85
test_app_stop_event_devFunction · 0.85

Tested by

no test coverage detected