]> www.infradead.org Git - users/sagi/libnvme.git/commit
test: read and dump sysfs tar file
authorDaniel Wagner <dwagner@suse.de>
Tue, 30 Jan 2024 17:25:08 +0000 (18:25 +0100)
committerDaniel Wagner <wagi@monom.org>
Fri, 2 Feb 2024 07:28:06 +0000 (08:28 +0100)
commit154c374afcbebe3e506976c3cbdcf9d23e0efa79
tree2c42adf7ecb1e3868c30ca4910cb12c9a2dcec5e
parentdfb421ab2fc2b2074b28d3545769e3c21aaf5e87
test: read and dump sysfs tar file

The library is able to scan the topology from a simple copy of
sysfs. There is no need to do any IOCTL, thus we can start test to
tree code.

This provides just the basic building blocks.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
scripts/collect-sysfs.sh [new file with mode: 0755]
test/meson.build
test/sysfs/data/nvme-sysfs-tw-carbon-6.8.0-rc1+.out [new file with mode: 0644]
test/sysfs/data/nvme-sysfs-tw-carbon-6.8.0-rc1+.tar.xz [new file with mode: 0644]
test/sysfs/meson.build [new file with mode: 0644]
test/sysfs/setup.sh [new file with mode: 0755]
test/sysfs/sysfs.c [new file with mode: 0644]