[PATCH 06/10] nvme/039: create authenticated connections
Chaitanya Kulkarni
chaitanyak at nvidia.com
Mon Dec 13 15:03:40 PST 2021
> +
> + _nvme_disconnect_subsys "${subsys}"
> +
> + _remove_nvmet_subsystem_from_port "${port}" "${subsys}"
> + _remove_nvmet_subsystem "${subsys}"
> +
> + _remove_nvmet_port "${port}"
> +
> + _remove_nvmet_host "${hostnqn}"
> +
> + rm ${scratch}
> +
The above sequence is also worth moving to helper in nvme/rc
to avoid the code duplication in all the existing and future
testcases.
More information about the Linux-nvme
mailing list