Got rid of the rest of the pylint errors that were showing up. I split each fix into an individual commit to make it easier to diff.
Fixes
Renamed sysbench folder to sysbench_wrapper
Added exclusion for hammerdb instead of renaming since I don't know how to test it
Made the FuncAction class' func() method a static method to get rid of arguments-differ from both implementations of it. Tested using --labels and was able to error out with the invalid format for the labels.
Ignore the arguments-differ for uperf since it doesn't have a clean up method.
Removed two lines in the .pylintrc that didn't work.
Description
Got rid of the rest of the pylint errors that were showing up. I split each fix into an individual commit to make it easier to diff.
Fixes
sysbench
folder tosysbench_wrapper
hammerdb
instead of renaming since I don't know how to test itFuncAction
class'func()
method a static method to get rid ofarguments-differ
from both implementations of it. Tested using--labels
and was able to error out with the invalid format for the labels.arguments-differ
for uperf since it doesn't have a clean up method..pylintrc
that didn't work.