[PATCH i-g-t v3 0/3] Runtime alteration of debuglog level
Pranay Samala
pranay.samala at intel.com
Thu Jul 11 04:13:52 UTC 2024
In certain scenarios, tests may fail due to insufficient disk space,
even though they fulfill all requirements.
To resolve this issue, adjust the debug log level before initiating
the test. Rather than manually editing the debug log level each time,
aim to dynamically adjust it.
This approach involves modifying the log level within the test using
the debugfs entry, with an exit handler ensuring default settings are
restored after testing.
Pranay Samala (3):
lib/igt_sysfs: Implement dynamic adjustment of debug log level
tests/kms_atomic_transition: Reducing debug loglevel dynamically
tests/intel-ci/fast-feedback.testlist: To get the required results
lib/igt_sysfs.c | 109 +++++++++++++++
lib/igt_sysfs.h | 5 +
tests/intel-ci/fast-feedback.testlist | 184 +++-----------------------
tests/kms_atomic_transition.c | 3 +
4 files changed, 134 insertions(+), 167 deletions(-)
--
2.34.1
More information about the igt-dev
mailing list