mbox series

[v4,0/3] Compression Unit Tests

Message ID 20190111165253.14001-1-marko.kovacevic@intel.com (mailing list archive)
Headers
Series Compression Unit Tests |

Message

Kovacevic, Marko Jan. 11, 2019, 4:52 p.m. UTC
  Made changes to the two unit tests for the out of space i have added
proper checkes for all the cases compressing with compress dev and
decompressing with compress dev.

Varied buffer patch i have removed the extra unit test and merged it
into the sgl test as one.

Added a third patch into my patch set this patch refactors the
test_deflate_comp_decomp to make it a less congested with parameters

Kovacevic, Marko (2):
  test/compress: add out of space test
  test/compress: add varied buffer input/outputs

Pablo de Lara (1):
  test/compress: refactor main test function

 test/test/test_compressdev.c | 583 ++++++++++++++++++++++++++++++-------------
 1 file changed, 412 insertions(+), 171 deletions(-)