summaryrefslogtreecommitdiffstats
path: root/test/config/data/config-pcie-with-tcp-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/data/config-pcie-with-tcp-config.json')
-rw-r--r--test/config/data/config-pcie-with-tcp-config.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/test/config/data/config-pcie-with-tcp-config.json b/test/config/data/config-pcie-with-tcp-config.json
new file mode 100644
index 0000000..6810f75
--- /dev/null
+++ b/test/config/data/config-pcie-with-tcp-config.json
@@ -0,0 +1,48 @@
+[
+ {
+ "hostnqn":"nqn.2014-08.org.nvmexpress:uuid:2cd2c43b-a90a-45c1-a8cd-86b33ab273b5",
+ "hostid":"2cd2c43b-a90a-45c1-a8cd-86b33ab273b5",
+ "subsystems":[
+ {
+ "nqn":"nqn.io-1",
+ "ports":[
+ {
+ "transport":"tcp",
+ "traddr":"192.168.154.144",
+ "trsvcid":"4420",
+ "dhchap_key":"none"
+ },
+ {
+ "transport":"tcp",
+ "traddr":"192.168.154.144",
+ "trsvcid":"4421",
+ "dhchap_key":"none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "hostnqn":"nqn.2014-08.org.nvmexpress:uuid:befdec4c-2234-11b2-a85c-ca77c773af36",
+ "hostid":"befdec4c-2234-11b2-a85c-ca77c773af36",
+ "subsystems":[
+ {
+ "nqn":"nqn.io-1",
+ "ports":[
+ {
+ "transport":"tcp",
+ "traddr":"192.168.154.144",
+ "trsvcid":"4420",
+ "dhchap_key":"none"
+ },
+ {
+ "transport":"tcp",
+ "traddr":"192.168.154.144",
+ "trsvcid":"4421",
+ "dhchap_key":"none"
+ }
+ ]
+ }
+ ]
+ }
+]