X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_compressdev.c;h=65889c242f23eadf502b05f76d0fb7a784657e01;hb=ebbac312e448;hp=cf78775f736d5e66f3373d70a811305778457fc4;hpb=e0f4a0ed4237e273b78728b7c7a3bf71d2d5218f;p=dpdk.git diff --git a/app/test/test_compressdev.c b/app/test/test_compressdev.c index cf78775f73..65889c242f 100644 --- a/app/test/test_compressdev.c +++ b/app/test/test_compressdev.c @@ -1870,7 +1870,7 @@ test_compressdev_out_of_space_buffer(void) uint16_t i; const struct rte_compressdev_capabilities *capab; - RTE_LOG(INFO, USER1, "This is a negative test errors are expected\n"); + RTE_LOG(ERR, USER1, "This is a negative test errors are expected\n"); capab = rte_compressdev_capability_get(0, RTE_COMP_ALGO_DEFLATE); TEST_ASSERT(capab != NULL, "Failed to retrieve device capabilities"); @@ -1901,7 +1901,7 @@ test_compressdev_out_of_space_buffer(void) RTE_COMP_OP_STATELESS, LB_BOTH, ZLIB_DECOMPRESS, - 1, + 1, /* run out-of-space test */ 0 }; /* Compress with compressdev, decompress with Zlib */