.. index:: pair: group; Read driver sysfs files .. _doxid-group__basic-read__sysfs: Read driver sysfs files ======================= .. toctree:: :hidden: Check that the files in sysfs related to the tested driver can be read. Scenarios: X3-ST08. #. Check whether driver/interface subdirectory can be found in /sys/kernel/debug/. #. Read contents of all readable files under /sys/kernel/debug/[driver_module]/nic\_[ifname]/. #. Check whether driver subdirectory can be found in /sys/module/. #. Read contents of all readable files under /sys/module/[driver_module]/. Dmitry Izbitsky `Dmitry.Izbitsky@oktetlabs.ru `__ .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - env - Testing environment: * :ref:`env.peer2peer `