Re: [PATCH 1/3] blktests: nvme: skip passthru tests on multipath devices

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 22, 2024 at 09:38:12PM GMT, Martin Wilck wrote:
> +_require_test_dev_is_nvme_no_mpath() {
> +	if [[ "$(readlink -f "$TEST_DEV_SYSFS/device")" =~ /nvme-subsystem/ ]]; then
> +		SKIP_REASONS+=("$TEST_DEV is a NVMe multipath device")
> +		return 1
> +	fi
> +	return 0
> +}

Just a nit: what about _require_test_dev_is_native_multipath?




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux