aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pid.py
AgeCommit message (Collapse)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-01-05trappy: update copyright to 2016Javi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino
Run is a very generic and inappropriate name for an object that parses the result of ftrace into a form consumable by python. Rename it to FTrace in preparation for its generalization.
2015-08-13trappy: rename to trappyJavi Merino
Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088
2015-08-13cr2: change copyright to Apache 2Javi Merino
Change-Id: Ie505af7efb7526f94b1cc9e37195cbd2e0451b9d
2015-08-13cr2: remove shebang from module filesJavi Merino
Change-Id: Ia27765444594448313b955a7808b3532fb89df50
2015-08-12tests: add copyright headers to all test filesJavi Merino
They are missing and we need them if we want to opensource this. Change-Id: I456ecd5ac5e33c7ada234f490389572d8932090b Signed-off-by: Javi Merino <javi.merino@arm.com>
2015-08-12tests: new thermal trace dataJavi Merino
We now have trace for devfreq cooling, for the gpu, so get new trace data that contains it. Fix the tests that broke because of the new data. Change-Id: I9e0e7e575fa69e40a8811f6979f9f50f5ff71106
2015-08-12tests: new trace dataJavi Merino
Two keys in the cpu cooling device have changed, so update the trace with that information and fix the tests that broke because of that.
2015-08-12tests: make them get the trace classes from explicitly from Run() invocationsJavi Merino
Trace classes are about to be removed from the directly exposed module classes so don't make tests rely on it. Move a couple of checks from ThermalGovernor tests to the Run() tests as it's testing basic functionality that really belongs to the Run() class now.
2015-08-12pid_controller: let plot_controller receive an ax argumentJavi Merino
2015-08-12tests: modernise test_pid_controllerJavi Merino
Memoize the PIDController object and close all plots before plotting new.
2015-08-12thermal: nuke get_data_frame()Javi Merino
Always create the data_frame when constructing the object. There's no point deferring it, you almost always need it.
2015-08-12tests: new trace format for the governorJavi Merino
And a new trace file
2015-08-12tests: rename the base thermal testing class to BaseTestThermalJavi Merino
2015-08-12tests: new trace dataJavi Merino
New format trace for the input power. Now it's a proper trace event and not a bprint.
2015-08-12pid_controller: Learn to plot a summary of the controller outputJavi Merino
2015-08-12pid_controller: Rename pi_controller to pid_controllerJavi Merino