crypto: ccp - Fix ioctl unit tests
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 29 Aug 2023 15:07:56 +0000 (10:07 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Sep 2023 10:29:45 +0000 (18:29 +0800)
commit7f71c3e033824e1da237916a1885e3c0699f86b2
tree11cabed8f295af0d0225c597eb04b6d167ee3e03
parent53f7f779f45cbe1771bc4ae05f0320e204a18611
crypto: ccp - Fix ioctl unit tests

A local environment change was importing ioctl_opt which is required
for ioctl tests to pass.  Add the missing import for it.

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