commit | 9a39254e21f218464381a6534989a1f5079f6367 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Mar 18 22:04:58 2020 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Mar 18 23:17:17 2020 +0000 |
tree | 2650796af2c93b388957e9875534fe7efa35bab7 | |
parent | 5f2d109865da7a5277c9dceda2e8353520729b33 [diff] |
Remove isAdbRoot() check in setProperty() method. Root is not required for setprop to work. Test: presubmit Test: tools/tradefederation/core/tests/run_tradefed_aosp_presubmit.sh Bug: 150901232 Change-Id: Id59d28048d7e71c50b8e54f127b0134f895a1417
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/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.