.. | ||
atest | ||
prod-tests | ||
proto | ||
remote | ||
res | ||
src/com/android/tradefed | ||
tests | ||
util-apps | ||
.classpath | ||
.project | ||
Android.mk | ||
CleanSpec.mk | ||
error_prone_rules.mk | ||
MANIFEST.mf | ||
OWNERS | ||
PREUPLOAD.cfg | ||
README.md | ||
run_tf_cmd.sh | ||
script_help.sh | ||
tradefed.sh | ||
tradefed_win.bat | ||
verify.sh |
Trade Federation (TF / tradefed)
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:
- source build/envsetup.sh
- tapas tradefed-all
- make -j8
More information at: https://source.android.com/devices/tech/test_infra/tradefed/