test/crypto: update PDCP HFN scenarios
authorAkhil Goyal <akhil.goyal@nxp.com>
Mon, 6 Jul 2020 05:00:23 +0000 (10:30 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jul 2020 16:16:17 +0000 (18:16 +0200)
commitd3be77833f6fcc0eb55b13a3356de5374ea7540a
tree7d8a9c45188c3d1e213ca73219100bafc6f8093a
parentf6ab96f13d7a23b39fb5135b64ed8e99c425c7a9
test/crypto: update PDCP HFN scenarios

As per current framework of PDCP testing, app can only support
either HFN override or fixed session HFN values but not both.
Now to enable both, either we duplicate all PDCP cases(>100)
for both override and fixed HFN. It will look clumsy as the
number of cases will be very high without much value addition.

Now to overcome this, we can do HFN override for Downlink cases
and fixed HFN for uplink cases. This way we will not loose the
test coverage and there will not be duplicacy in the test cases.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
app/test/test_cryptodev.c