commit | 9e2162e54ea409d23cac339d10f2ad83c1d4e095 | [log] [tgz] |
---|---|---|
author | Cody Schuffelen <schuffelen@google.com> | Fri Apr 12 18:10:25 2019 -0700 |
committer | Cody Schuffelen <schuffelen@google.com> | Fri Apr 12 18:11:40 2019 -0700 |
tree | 43bb51673d8ce215c3b54bf31eba732af455ffef | |
parent | 329df5df913e91a9520d70b888cf070f78e936ff [diff] |
Treat empty-string passwords in the ssid-psk map as nulls. It's not possible to pass nulls through as arguments, and nulls are a signal value for "unsecured network". See full analysis in b/130299282#comment8 Bug: 130299282 Bug: 124335881 Test: tools/tradefederation/core/tests/run_tradefed_tests.sh --class com.android.tradefed.targetprep.DeviceSetupTest Change-Id: I16030e6ad2bda07c2de93f7b58488b8ff6330098
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/