From 4be48b1ed8e6c6548726e6509e7854b6acdb22fd Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 6 Jan 2020 19:49:15 +0900 Subject: [PATCH] Add FrameworksNetIntegrationTests to postsubmit After checking flake metrics for this test, it can be added in presubmit. Test: this change is to check results in postsubmit Change-Id: I70cb149629a3e959e29cfd21048e7b148bd29fe9 --- tests/net/TEST_MAPPING | 7 +++++++ tests/net/integration/Android.bp | 1 + 2 files changed, 8 insertions(+) create mode 100644 tests/net/TEST_MAPPING diff --git a/tests/net/TEST_MAPPING b/tests/net/TEST_MAPPING new file mode 100644 index 0000000000000..a7853b68c1c17 --- /dev/null +++ b/tests/net/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "postsubmit": [ + { + "name": "FrameworksNetIntegrationTests" + } + ] +} \ No newline at end of file diff --git a/tests/net/integration/Android.bp b/tests/net/integration/Android.bp index 7d9b7b756ae34..874bd4b97df14 100644 --- a/tests/net/integration/Android.bp +++ b/tests/net/integration/Android.bp @@ -36,6 +36,7 @@ android_test { "services.net", "testables", ], + test_suites: ["device-tests"], use_embedded_native_libs: true, jni_libs: [ // For mockito extended