From 563ecfccb18b7e82023f2d0ed874f7bb39cfd8b8 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 7 Oct 2021 15:39:57 +0100 Subject: [PATCH] Add android.net tests to postsubmit Add android.net tests to postsubmit. The tests / annotations will be added in a separate commit. Bug: 199481251 Test: Treehugger / inspection Change-Id: I17cb464979535c767bbb8ee22fd7456ff08bae6c --- core/java/android/net/TEST_MAPPING | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/core/java/android/net/TEST_MAPPING b/core/java/android/net/TEST_MAPPING index 8c13ef98bedb0..a379c33316f0c 100644 --- a/core/java/android/net/TEST_MAPPING +++ b/core/java/android/net/TEST_MAPPING @@ -16,5 +16,24 @@ { "path": "frameworks/opt/net/wifi" } + ], + "postsubmit": [ + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-filter": "android.net" + }, + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } ] }