summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-09-08 12:17:23 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-09-08 12:17:23 +0800
commit586e26d0a6e7cd547fddf59a28e1634af87755d9 (patch)
treecd5325308796afdfe8f20c2f07ea71b39825b4c0
parent0eb7243e1a3643eb8d40ccded2c0209882993df8 (diff)
android: add prefix for test cases of andebenchpro2015
add the prefix of andebenchpro2015 for each test of the andebenchpro2015 benchmark application Change-Id: Ifc9115d53500e452ef7543e524dcac501289b63d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xautomated/android/apk-automation/andebenchpro2015.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/automated/android/apk-automation/andebenchpro2015.py b/automated/android/apk-automation/andebenchpro2015.py
index 788af01..05c2b54 100755
--- a/automated/android/apk-automation/andebenchpro2015.py
+++ b/automated/android/apk-automation/andebenchpro2015.py
@@ -64,7 +64,8 @@ class ApkRunnerImpl(ApkTestRunner):
match = pat_score_unit.match(measurement)
if not match:
- self.report_result(test_name, "fail")
+ self.report_result("andebenchpro2015-%s" % test_name,
+ "fail")
else:
data = match.groupdict()
measurement = data.get('measurement')
@@ -72,7 +73,8 @@ class ApkRunnerImpl(ApkTestRunner):
if units is None:
units = "points"
- self.report_result(test_name, "pass", measurement, units)
+ self.report_result("andebenchpro2015-%s" % test_name,
+ "pass", measurement, units)
def execute(self):
# Enable 64-bit