OSDN Git Service

wifi: add test target/directory for unit testing WiFi framework APIs
authorPeter Qiu <zqiu@google.com>
Mon, 26 Sep 2016 20:14:13 +0000 (13:14 -0700)
committerPeter Qiu <zqiu@google.com>
Tue, 27 Sep 2016 22:13:20 +0000 (15:13 -0700)
commit601964b92795860610262cabfc920765d174fd93
tree4a21aa7576ce208047fb8ad38d7d90b1032c0d9d
parent1d5447d70b50a24a5ebbd88897e8da4ed4407e18
wifi: add test target/directory for unit testing WiFi framework APIs

The existing tests for the WiFi frameworks API android.net.wifi are
copied from frameworks/opt/wifi/tests, and will be removed in
frameworks/opt/wifi/tests.

Bug: 31745421
Change-Id: I789e983bc7dd02b6c3fa6a982ca671347912be0f
Test: frameworks/base/wifi/runtests.sh
wifi/tests/Android.mk [new file with mode: 0644]
wifi/tests/AndroidManifest.xml [new file with mode: 0644]
wifi/tests/README.md [new file with mode: 0644]
wifi/tests/runtests.sh [new file with mode: 0755]
wifi/tests/src/android/net/wifi/FakeKeys.java [new file with mode: 0644]
wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java [new file with mode: 0644]
wifi/tests/src/android/net/wifi/WifiScannerTest.java [new file with mode: 0644]