One can't assume that the packet should be segmented as this test is using a different pool with different parameters than the default test pool.
Signed-off-by: Matias Elo <[email protected]> --- test/common_plat/validation/api/packet/packet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/common_plat/validation/api/packet/packet.c b/test/common_plat/validation/api/packet/packet.c index 88843cb..4aa3f59 100644 --- a/test/common_plat/validation/api/packet/packet.c +++ b/test/common_plat/validation/api/packet/packet.c @@ -416,9 +416,6 @@ void packet_test_alloc_segmented(void) CU_ASSERT_FATAL(pkt != ODP_PACKET_INVALID); CU_ASSERT(odp_packet_len(pkt) == max_len); - if (segmentation_supported) - CU_ASSERT(odp_packet_is_segmented(pkt) == 1); - odp_packet_free(pkt); num_alloc = 0; -- 2.7.4
