Ondřej Lysoněk

Results 34 comments of Ondřej Lysoněk

It's still work-in-progress though. Please don't merge :).

This allows us to write tests for some bug fixes in the form of unit tests. See commits `sysctl: Test that non-existent settings are ignored in system configs` and `sysctl:...

Note: for simplicity, all the methods in the library of plugin_cpu are currently in a single class CPULatencyLibrary. We might want to split it up into e.g. IntelPStateManager and SamplingDownFactorManager.

I have a similar issue with the following code: ``` try: open('file') except OSError as ex: print(-ex.errno) ``` Pylint output: `E: 4, 7: bad operand type for unary -: errno...