summaryrefslogtreecommitdiff
path: root/wifi/tests/AndroidTest.xml
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2017-03-22 22:30:53 -0700
committerDan Shi <dshi@google.com>2017-03-31 16:02:33 -0700
commit1fee398b88ae025a44a244933bc20aa7da3e8051 (patch)
treecad431b34ad5342068c5e43ba3613167e7a10f62 /wifi/tests/AndroidTest.xml
parent1336e93ce087bed76bdc8fd5a5bdf03739bf0a10 (diff)
Change test type from InstrumentationTest to AndroidJUnitTest
Details about test configs changes are tracked in doc https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit# Bug: 35882476 Test: local test Change-Id: Ic3c4c7a9d29ef9d32a407f31cfc93c5e43650297
Diffstat (limited to 'wifi/tests/AndroidTest.xml')
-rw-r--r--wifi/tests/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/tests/AndroidTest.xml b/wifi/tests/AndroidTest.xml
index c30dcea29fc1..764eb2b94327 100644
--- a/wifi/tests/AndroidTest.xml
+++ b/wifi/tests/AndroidTest.xml
@@ -20,7 +20,7 @@
<option name="test-suite-tag" value="apct" />
<option name="test-tag" value="FrameworksWifiApiTests" />
- <test class="com.android.tradefed.testtype.InstrumentationTest" >
+ <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="android.net.wifi.test" />
<option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
</test>