aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pid.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-04-20 15:37:53 +0100
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:46 +0100
commitd721b27ead40c39efa1f1febdd853f9b04c54984 (patch)
treed8c9df57e4ea8d0a7440159e646dcd93066b1455 /tests/test_pid.py
parentcad13884bb4cd1c3d6c5d01a4716677e066634a3 (diff)
downloadtrappy-d721b27ead40c39efa1f1febdd853f9b04c54984.tar.gz
tests: new thermal trace data
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
Diffstat (limited to 'tests/test_pid.py')
-rw-r--r--tests/test_pid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pid.py b/tests/test_pid.py
index ee6929d..cb37eb5 100644
--- a/tests/test_pid.py
+++ b/tests/test_pid.py
@@ -12,7 +12,7 @@ class TestPIDController(BaseTestThermal):
self.assertTrue(len(pid.data_frame) > 0)
self.assertTrue("err_integral" in pid.data_frame.columns)
- self.assertEquals(pid.data_frame["err"].iloc[0], 1276)
+ self.assertEquals(pid.data_frame["err"].iloc[0], 3225)
def test_plot_controller(self):
"""Test PIDController.plot_controller()