[PATCH 3/4] nvme/002: extend test to support TCP and RDMA transports
Max Gurtovoy
mgurtovoy at nvidia.com
Sun Sep 28 04:51:24 PDT 2025
Expand the transport support for the discovery test from loop-only
to include TCP and RDMA transports. This allows testing NVMe-oF
discovery functionality across different transport protocols.
Signed-off-by: Max Gurtovoy <mgurtovoy at nvidia.com>
---
tests/nvme/002 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/nvme/002 b/tests/nvme/002
index b87570a..64c84f9 100755
--- a/tests/nvme/002
+++ b/tests/nvme/002
@@ -12,7 +12,7 @@ DESCRIPTION="create many subsystems and test discovery"
requires() {
_nvme_requires
_have_loop
- _require_nvme_trtype_is_loop
+ _require_nvme_trtype loop tcp rdma
}
set_conditions() {
--
2.18.1
More information about the Linux-nvme
mailing list