diff options
Diffstat (limited to 'test/sysfs/data/tree-pcie.out')
-rw-r--r-- | test/sysfs/data/tree-pcie.out | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/sysfs/data/tree-pcie.out b/test/sysfs/data/tree-pcie.out new file mode 100644 index 0000000..4a755a7 --- /dev/null +++ b/test/sysfs/data/tree-pcie.out @@ -0,0 +1,32 @@ +{ + "hosts":[ + { + "hostnqn":"nqn.2014-08.org.nvmexpress:uuid:ce4fee3e-c02c-11ee-8442-830d068a36c6", + "hostid":"ce4fee3e-c02c-11ee-8442-830d068a36c6", + "subsystems":[ + { + "name":"nvme-subsys0", + "nqn":"nqn.2019-08.org.qemu:subsys1", + "controllers":[ + { + "name":"nvme0", + "transport":"pcie", + "traddr":"0000:0f:00.0" + } + ] + }, + { + "name":"nvme-subsys1", + "nqn":"nqn.2019-08.org.qemu:nvme-0", + "controllers":[ + { + "name":"nvme1", + "transport":"pcie", + "traddr":"0000:00:05.0" + } + ] + } + ] + } + ] +} |