Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: build/android/pylib/uirobot/uirobot_test_instance.py

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/remote/device/remote_device_test_run.py ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/uirobot/uirobot_test_instance.py
diff --git a/build/android/pylib/uirobot/uirobot_test_instance.py b/build/android/pylib/uirobot/uirobot_test_instance.py
index 9eba0acb2aedd620fd9d2fa874f7dfaafd66f46e..a531b414304b4860c0e787da2db5da9c41f11f70 100644
--- a/build/android/pylib/uirobot/uirobot_test_instance.py
+++ b/build/android/pylib/uirobot/uirobot_test_instance.py
@@ -21,6 +21,7 @@ class UirobotTestInstance(test_instance.TestInstance):
constants.GetOutDirectory(), args.apk_under_test)
self._minutes = args.minutes
self._package_name = apk_helper.GetPackageName(self._apk_under_test)
+ self._suite = 'Android Uirobot'
#override
def TestType(self):
@@ -51,3 +52,7 @@ class UirobotTestInstance(test_instance.TestInstance):
def package_name(self):
"""Returns the name of the package in the APK."""
return self._package_name
+
+ @property
+ def suite(self):
+ return self._suite
« no previous file with comments | « build/android/pylib/remote/device/remote_device_test_run.py ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698