raw/skeleton: reset test statistics
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 21 Sep 2020 21:44:19 +0000 (23:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Oct 2020 21:29:54 +0000 (23:29 +0200)
commit22b5c63ed13fbae5934a312cba657ec1901f7539
tree22c14829865d39e7aeed43d8e740890baa035738
parent083b0b310b19357ad24641f4103b544ae7ca7b20
raw/skeleton: reset test statistics

Statistics: passed, failed, unsupported and total are kept
in global static variables. As global variables they are initiated
with zeroes. However running test multiple times cumulates results
from previous calls.

This patch resets statistics with zeroes in testsuite_setup().

To reproduce issue fixed by this patch, run rawdev_autotest command
in dpdk-test app multiple times.

Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases")
Cc: stable@dpdk.org
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/raw/skeleton/skeleton_rawdev_test.c