| 50 | } |
| 51 | |
| 52 | static void |
| 53 | testsuite_teardown(void) |
| 54 | { |
| 55 | char buf[RTE_BBDEV_NAME_MAX_LEN]; |
| 56 | |
| 57 | snprintf(buf, sizeof(buf), "%s_unittest", BBDEV_NAME_NULL); |
| 58 | rte_vdev_uninit(buf); |
| 59 | } |
| 60 | |
| 61 | static int |
| 62 | ut_setup(void) |
nothing calls this directly
no test coverage detected