Index: build/android/pylib/instrumentation/instrumentation_test_instance.py |
diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py |
index a87f81aeefbc75e9a0f99d6d049178de0758f52c..f045a0267496642b19b279b54198d92b18668667 100644 |
--- a/build/android/pylib/instrumentation/instrumentation_test_instance.py |
+++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py |
@@ -270,6 +270,10 @@ class InstrumentationTestInstance(test_instance.TestInstance): |
self._flags.extend([flag for flag in stripped_lines if flag]) |
@property |
+ def suite(self): |
+ return 'instrumentation' |
+ |
+ @property |
def apk_under_test(self): |
return self._apk_under_test |