test/metrics: fix a negative case
authorHarman Kalra <hkalra@marvell.com>
Mon, 10 Dec 2018 08:39:15 +0000 (08:39 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 20 Jan 2019 21:30:11 +0000 (22:30 +0100)
commit99f16073b2a3d9881aa8fabe24c62834d902afda
tree0ebc23a387464d1ef1624f3972fd1dee917a5ece
parent5f40555b99ca65fca808c6546f0af34d9caa53bc
test/metrics: fix a negative case

Negative test case for passing invalid count size to
rte_metrics_update_values() will pass if count value
is any value greater than 1 because set size wrt to
key id 1 is 1 and passing 0 as no of values to be
updated will not hit the ERANGE check.

Fixes: cd3804242901 ("test/metrics: add unit tests for metrics library")
Cc: stable@dpdk.org
Signed-off-by: Harman Kalra <hkalra@marvell.com>
Acked-by: Remy Horton <remy.horton@intel.com>
test/test/test_metrics.c