test/flow_classify: fix undefined behavior
authorAaron Conole <aconole@redhat.com>
Tue, 30 Jul 2019 21:31:23 +0000 (17:31 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 22:22:33 +0000 (00:22 +0200)
commit0d36f32ed29be8ed6d517665cdc266335eb23541
tree022bbb0d648edb744c063bccce023b892d44511c
parent4a4a20c4775b578379fc964952b0bbcff1ac88d6
test/flow_classify: fix undefined behavior

The unit test for the flow classify introduced undefined behavior by using
a corrupted list.  Remove these tests as the invalid data is impossible to
detect with the current API.

Fixes: 9c9befea4f57 ("test: add flow classify unit tests")
Cc: stable@dpdk.org
Signed-off-by: Aaron Conole <aconole@redhat.com>
app/test/test_flow_classify.c