From 8e2f49b3daa51130f06fdfe15162e9fa7d9fc53e Mon Sep 17 00:00:00 2001 From: markchien Date: Thu, 28 May 2020 14:54:20 +0800 Subject: [PATCH] Move TetheringTests to presubmit The TetheringTests are green in postsubmit for a while. Also add TetheringIntegrationTests to postsubmit. Bug: 148998835 Test: atest --test-mapping frameworks/base/packages/Tethering:postsubmit atest --test-mapping frameworks/base/packages/Tethering:presubmit Change-Id: I80d29d06fde5a718c31a0a5ad2e2562be5bf419f --- Tethering/TEST_MAPPING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Tethering/TEST_MAPPING b/Tethering/TEST_MAPPING index 73254cdc79..5617b0c13c 100644 --- a/Tethering/TEST_MAPPING +++ b/Tethering/TEST_MAPPING @@ -1,7 +1,12 @@ { - "postsubmit": [ + "presubmit": [ { "name": "TetheringTests" } + ], + "postsubmit": [ + { + "name": "TetheringIntegrationTests" + } ] }