summaryrefslogtreecommitdiff
path: root/binder_benchmark/BinderPerformanceTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'binder_benchmark/BinderPerformanceTest.py')
-rw-r--r--binder_benchmark/BinderPerformanceTest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/binder_benchmark/BinderPerformanceTest.py b/binder_benchmark/BinderPerformanceTest.py
index 1d27a88..bade992 100644
--- a/binder_benchmark/BinderPerformanceTest.py
+++ b/binder_benchmark/BinderPerformanceTest.py
@@ -78,10 +78,10 @@ class BinderPerformanceTest(base_test.BaseTestClass):
self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
self._cpu_freq.DisableCpuScaling()
- def setUpTest(self):
+ def setUp(self):
self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
- def tearDownTest(self):
+ def tearDown(self):
self._cpu_freq.SkipIfThermalThrottling()
def tearDownClass(self):