[PATCH 07/10] nvme/041: test dhchap key types for authenticated connections

Shinichiro Kawasaki shinichiro.kawasaki at wdc.com
Mon Jun 13 21:43:19 PDT 2022


On Jun 10, 2022 / 13:33, Hannes Reinecke wrote:
> Signed-off-by: Hannes Reinecke <hare at suse.de>
> ---
>  tests/nvme/041     | 95 ++++++++++++++++++++++++++++++++++++++++++++++
>  tests/nvme/041.out | 16 ++++++++
>  2 files changed, 111 insertions(+)
>  create mode 100644 tests/nvme/041
>  create mode 100644 tests/nvme/041.out
> 
> diff --git a/tests/nvme/041 b/tests/nvme/041
> new file mode 100644
> index 0000000..2ded9c9
> --- /dev/null
> +++ b/tests/nvme/041
> @@ -0,0 +1,95 @@
> +#!/bin/bash
> +# SPDX-License-Identifier: GPL-3.0+
> +# Copyright (C) 2021 Hannes Reinecke, SUSE Labs
> +#
> +# Test dhchap key types for authenticated connections
> +
> +. tests/nvme/rc
> +
> +DESCRIPTION="Test dhchap key types for authenticated connections"
> +QUICK=1
> +
> +requires() {
> +	_nvme_requires
> +	_have loop

_have_loop?   '_' is missing before loop.

-- 
Shin'ichiro Kawasaki


More information about the Linux-nvme mailing list