test/memzone: fix wrong test
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 21 Dec 2017 18:19:44 +0000 (18:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Jan 2018 23:34:37 +0000 (00:34 +0100)
commit82da6af3ca4ad9aa1316792f90b2f88cd3020456
treec622fe8f727da0d7ec0ead5117013dd3f989773a
parent97d144a8a2220792b60d191425b6d0a1cd89fdeb
test/memzone: fix wrong test

When reserving memzones in autotest, it makes no sense to expect a
failed memzone reserve when we specify both size flags - instead,
we should expect a memzone reserved with one of the two sizes.

Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test_memzone.c