On Tue, Sep 24, 2024 at 03:16:09PM +0530, Naresh Kamboju wrote:
Warning log:
tst_test.c:1617: TINFO: Timeout per run is 0h 02m 30s af_alg01.c:36: TFAIL: instantiated nested hmac algorithm ('hmac(hmac(md5))')! tst_af_alg.c:46: TBROK: unexpected error binding AF_ALG socket to hash algorithm 'hmac(hmac(md5))': EINVAL (22)
This is expected. You need to fix the test to not treat this as an error.
Cheers,