aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Lin <lbill@google.com>2018-05-22 19:51:20 +0800
committerBill Lin <lbill@google.com>2018-05-22 14:37:12 +0000
commitcfcdf332ca22f71c9e68331b2777ad58a8bb5b5f (patch)
tree2751ccba1a25a91386c9d90439d1be2f28a51c80
parente7f0892fe61831484290cd92f172fd65c020f9f2 (diff)
downloadlisa-cfcdf332ca22f71c9e68331b2777ad58a8bb5b5f.tar.gz
Add testNotificationListScroll() for GfxMonitor on scrolling Bug : 71900748 Test: atest SystemUiJankTests#testNotificationListScroll Change-Id: Id0633850ad9a5a2b21d0d3fb0e1219a8b466e76f
-rw-r--r--libs/utils/android/workloads/systemui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/utils/android/workloads/systemui.py b/libs/utils/android/workloads/systemui.py
index 6aea799..60c65e3 100644
--- a/libs/utils/android/workloads/systemui.py
+++ b/libs/utils/android/workloads/systemui.py
@@ -51,6 +51,7 @@ class SystemUi(Workload):
"SystemUiJankTests#testRecentAppsDismiss",
"SystemUiJankTests#testNotificationListPull",
"SystemUiJankTests#testNotificationListPull_manyNotifications",
+ "SystemUiJankTests#testNotificationListScroll",
"SystemUiJankTests#testQuickSettingsPull",
"SystemUiJankTests#testUnlock",
"SystemUiJankTests#testExpandGroup",