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

Function test_vdev

dpdk/app/test/test_vdev.c:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static int
161test_vdev(void)
162{
163 printf("== test vdev bus ==\n");
164 if (test_vdev_bus() < 0)
165 return -1;
166 return 0;
167}
168
169REGISTER_FAST_TEST(vdev_autotest, true, true, test_vdev);

Callers

nothing calls this directly

Calls 2

test_vdev_busFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected