On Jun 28, 2023 / 04:07, Chaitanya Kulkarni wrote: > Hi Hannes, > > * My compiled the kernel is with git hash :- > > linux (master) # uname -r > 6.4.0linux-01691-g98be618ad030 > > * When I try to ran the testcases nvme/auth testcases are not running:- > > nvme/041 (Create authenticated connections) [not run] > runtime 0.440s ... > kernel 6.4.0linux-01691-g98be618ad030 config not found > kernel 6.4.0linux-01691-g98be618ad030 config not found Hi Chaitanya, These messages indicate that _have_kernel_config_file cannot find both /proc/config.gz and /boot/config-6.4.0linux-01691-g98be618ad030. Are these available in your test environment? > nvme/042 (Test dhchap key types for authenticated connections) [not run] > runtime 2.712s ... > kernel 6.4.0linux-01691-g98be618ad030 config not found > kernel 6.4.0linux-01691-g98be618ad030 config not found > nvme/043 (Test hash and DH group variations for authenticated > connections) [not run] > runtime 0.731s ... > kernel 6.4.0linux-01691-g98be618ad030 config not found > kernel 6.4.0linux-01691-g98be618ad030 config not found > nvme/044 (Test bi-directional authentication) [not run] > runtime 1.240s ... > kernel 6.4.0linux-01691-g98be618ad030 config not found > kernel 6.4.0linux-01691-g98be618ad030 config not found > nvme/045 (Test re-authentication) [not run] > runtime 3.630s ... > kernel 6.4.0linux-01691-g98be618ad030 config not found > kernel 6.4.0linux-01691-g98be618ad030 config not found > common/rc: line 212: 0inux: value too great for base (error token is > "0inux") > > I thoughts it might be useful to share this ... > > -ck > >