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
This commit is contained in:
markchien
2020-05-28 14:54:20 +08:00
parent 6d0a178a6b
commit 8e2f49b3da

View File

@@ -1,7 +1,12 @@
{
"postsubmit": [
"presubmit": [
{
"name": "TetheringTests"
}
],
"postsubmit": [
{
"name": "TetheringIntegrationTests"
}
]
}