diff options
| author | 2021-10-07 15:39:57 +0100 | |
|---|---|---|
| committer | 2021-10-19 15:57:01 +0100 | |
| commit | 563ecfccb18b7e82023f2d0ed874f7bb39cfd8b8 (patch) | |
| tree | 28cbb16abe48ff9adcc3532f640bf67a3c1b3b83 | |
| parent | fdc344e6b64632003075f23c1856ff658222ac31 (diff) | |
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
| -rw-r--r-- | core/java/android/net/TEST_MAPPING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/java/android/net/TEST_MAPPING b/core/java/android/net/TEST_MAPPING index 8c13ef98bedb..a379c33316f0 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" + } + ] + } ] } |