crypto: ccp - Fix some unfused tests
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 29 Aug 2023 15:07:59 +0000 (10:07 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Sep 2023 10:29:45 +0000 (18:29 +0800)
commit7b3c2348d314a18f6ed84bab67023ae5d1ec6b1e
treeabe1dad47255b4e75e9e790426abb0193186d65e
parent2ad01eb5fad24627ab4e196dc54a220753b2238b
crypto: ccp - Fix some unfused tests

Some of the tests for unfused parts referenced a named member parameter,
but when the test suite was switched to call a python ctypes library they
weren't updated.  Adjust them to refer to the first argument of the
process_param() call and set the data type of the signature appropriately.

Fixes: 15f8aa7bb3e5 ("crypto: ccp - Add unit tests for dynamic boost control")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
tools/crypto/ccp/test_dbc.py