Add TetheringTests to postsubmit

The tethering unit tests were in FrameworksNetTests, but were moved out
so were no longer run in presubmit. Now put them to postsubmit first.
Should be moved to presubmit after a while.

Bug: 148998835
Test: atest --test-mapping frameworks/base/packages/Tethering:postsubmit

Change-Id: I9ca36cba7bfde8409a06dbeb7166337c55b39691
This commit is contained in:
markchien
2020-02-19 14:10:15 +08:00
parent f8af692214
commit 6810bc91d6

View File

@@ -0,0 +1,7 @@
{
"postsubmit": [
{
"name": "TetheringTests"
}
]
}