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
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py
index cd44cca..597cb6d 100644
--- a/tests/test_plot_utils.py
+++ b/tests/test_plot_utils.py
@@ -97,8 +97,8 @@
class TestPlotUtilsNeedTrace(BaseTestThermal):
def __init__(self, *args, **kwargs):
super(TestPlotUtilsNeedTrace, self).__init__(*args, **kwargs)
- self.map_label = {"0000000f": "A7", "000000f0": "A15"}
- self.actor_order = ["GPU", "A15", "A7"]
+ self.map_label = {"00000000,00000039": "A53", "00000000,00000006": "A57"}
+ self.actor_order = ["GPU", "A57", "A53"]
def test_plot_temperature(self):
"""Test that plot_utils.plot_temperature() doesn't bomb"""