summaryrefslogtreecommitdiff
path: root/hwbinder_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 /hwbinder_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 'hwbinder_benchmark')
-rw-r--r--hwbinder_benchmark/HwBinderPerformanceTest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwbinder_benchmark/HwBinderPerformanceTest.py b/hwbinder_benchmark/HwBinderPerformanceTest.py
index c53d260..9135316 100644
--- a/hwbinder_benchmark/HwBinderPerformanceTest.py
+++ b/hwbinder_benchmark/HwBinderPerformanceTest.py
@@ -82,10 +82,10 @@ class HwBinderPerformanceTest(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):