From 8dcc06c3f6f1feec8e923613efc4764c1cd093dc Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 7 Nov 2019 13:51:24 -0800 Subject: [PATCH] add HomeHelperTest to check SystemUI Test: cd to Master directory, lunch target cd frameworks/base/packages/CarSystemUI/src/com/android/systemui run `atest :auto-end-to-end-postsubmit` test would fail if SystemUI is broken or any element is missing on homepage bug:144112416 Change-Id: I71c61a5361f69a87d91684bf1905b6dc5866e446 --- .../src/com/android/systemui/TEST_MAPPING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/CarSystemUI/src/com/android/systemui/TEST_MAPPING diff --git a/packages/CarSystemUI/src/com/android/systemui/TEST_MAPPING b/packages/CarSystemUI/src/com/android/systemui/TEST_MAPPING new file mode 100644 index 0000000000000..f90947cbeb151 --- /dev/null +++ b/packages/CarSystemUI/src/com/android/systemui/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "auto-postsubmit": [ + { + "name": "AndroidAutoUiTests", + "options" : [ + { + "include-filter": "android.test.functional.auto.apps.HomeHelperTest" + } + ] + } + ] +}