summaryrefslogtreecommitdiff
path: root/binder_benchmark
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2017-03-28 18:34:51 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2017-03-28 19:09:03 +0800
commitf1053cd863951d3d73ed33f819207ad191ff370c (patch)
tree349f1943ade99a8c8fac09d9a9dc39bb8fd96843 /binder_benchmark
parentf910967d6a639ea2459e1c5faa3d3a1eb167aad9 (diff)
downloadperformance-f1053cd863951d3d73ed33f819207ad191ff370c.tar.gz
Rename setUpTest/tearDownTest in performance tests
Test: vts-tradefed run commandAndExit vts -m BinderPerformanceTest Bug: 28767742 Change-Id: I6a8c07ba221cafff5095abf02adaaa9a4df7f7e1
Diffstat (limited to 'binder_benchmark')
-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):