| 324 | } |
| 325 | |
| 326 | static void |
| 327 | generic_ut_teardown(void) |
| 328 | { |
| 329 | rte_compressdev_stop(0); |
| 330 | if (rte_compressdev_close(0) < 0) |
| 331 | RTE_LOG(ERR, USER1, "Device could not be closed\n"); |
| 332 | } |
| 333 | |
| 334 | static int |
| 335 | test_compressdev_invalid_configuration(void) |
nothing calls this directly
no test coverage detected