update powertop to have a proper docstring description (taken from the powertop readme). Without this test_importer needs the non-compliant flag to add it.
Signed-off-by: Scott Zawalski <[email protected]> --- autotest/client/profilers/powertop/powertop.py 2010-04-07 13:03:19.000000000 -0700 +++ autotest/client/profilers/powertop/powertop.py 2010-04-07 13:03:19.000000000 -0700 @@ -1,3 +1,8 @@ +""" +What's eating the battery life of my laptop? Why isn't it many more +hours? Which software component causes the most power to be burned? +These are important questions without a good answer... until now. +""" import time, os from autotest_lib.client.bin import utils, profiler _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
