[PATCH blktests v2 03/12] nvme/rc: Add common subsystem nqn define
From: Daniel Wagner
Date: Thu Aug 10 2023 - 07:13:34 EST
- Next message: Daniel Wagner: "[PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid"
- Previous message: Daniel Wagner: "[PATCH blktests v2 02/12] nvme: Reorganize test preamble code section"
- In reply to: Daniel Wagner: "[PATCH blktests v2 02/12] nvme: Reorganize test preamble code section"
- Next in thread: Daniel Wagner: "[PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Add common subsystem nqn as global definition so that we can reuse it.
Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>
---
tests/nvme/rc | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/nvme/rc b/tests/nvme/rc
index 4f3a994d75ce..c11848b59c49 100644
--- a/tests/nvme/rc
+++ b/tests/nvme/rc
@@ -16,6 +16,7 @@ def_local_wwnn="0x10001100aa000002"
def_local_wwpn="0x20001100aa000002"
def_hostid="0f01fb42-9f7f-4856-b0b3-51e60b8de349"
def_hostnqn="nqn.2014-08.org.nvmexpress:uuid:${def_hostid}"
+def_subsysnqn="blktests-subsystem-1"
nvme_trtype=${nvme_trtype:-"loop"}
nvme_img_size=${nvme_img_size:-"1G"}
nvme_num_iter=${nvme_num_iter:-"1000"}
--
2.41.0
- Next message: Daniel Wagner: "[PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid"
- Previous message: Daniel Wagner: "[PATCH blktests v2 02/12] nvme: Reorganize test preamble code section"
- In reply to: Daniel Wagner: "[PATCH blktests v2 02/12] nvme: Reorganize test preamble code section"
- Next in thread: Daniel Wagner: "[PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]