From 2e48338e4e4f20bc9923d7b731de660361f75b83 Mon Sep 17 00:00:00 2001 From: Dylan Baker <[email protected]> Date: Mon, 23 Nov 2015 21:47:44 -0800 Subject: [PATCH 0/6] Make dmesg tests more robust and cleanup a few nits
This was meant to be a single patch that reworked the dmesg tests to use mock, thus not requiring root. During this I noticed a few small things that needing fixing/updating in the dmesg module. The changes are *very* minor, most of them to the point of being trivial. This is available at my github: https://github.com/dcbaker/piglit submit/cleanup-dmesg-tests Dylan Baker (6): dmesg_tests.py: rework entire module to be better dmesg.py: fix indents which are 8 space but should be 4 dmesg.py: Actually make the BaseDmesg an ABC. dmesg.py: Remove DmesgError. dmesg.py: sort import and exports dmesg.py: use all future imports that are supported by the project. framework/dmesg.py | 26 +- framework/tests/dmesg_tests.py | 538 ++++++++++++++++++----------------------- 2 files changed, 250 insertions(+), 314 deletions(-) -- 2.6.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
