aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ftrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ftrace.py')
-rw-r--r--tests/test_ftrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ftrace.py b/tests/test_ftrace.py
index e0c8a13..234ec1c 100644
--- a/tests/test_ftrace.py
+++ b/tests/test_ftrace.py
@@ -272,7 +272,7 @@ class TestFTrace(BaseTestThermal):
"""Check that plot_allfreqs() works with one actor"""
in_data = """ kworker/4:1-397 [004] 720.741349: thermal_power_cpu_get: cpus=00000000,00000006 freq=1400000 raw_cpu_power=189 load={23, 12} power=14
- kworker/4:1-397 [004] 720.741349: thermal_power_cpu_limit: cpus=00000000,00000006 freq=1400000 cdev_state=1 power=14"""
+ kworker/4:1-397 [004] 720.741679: thermal_power_cpu_limit: cpus=00000000,00000006 freq=1400000 cdev_state=1 power=14"""
with open("trace.txt", "w") as fout:
fout.write(in_data)