You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| atest | 4 years ago | |
| clearcut_client/com/android/tradefed/clearcut | 4 years ago | |
| proto | 4 years ago | |
| python-lib | 4 years ago | |
| remote | 4 years ago | |
| res | 4 years ago | |
| src/com/android/tradefed | 4 years ago | |
| tests | 4 years ago | |
| util-apps | 4 years ago | |
| .classpath | 4 years ago | |
| .project | 4 years ago | |
| Android.bp | 4 years ago | |
| Android.mk | 4 years ago | |
| CleanSpec.mk | 4 years ago | |
| MANIFEST.mf | 4 years ago | |
| OWNERS | 4 years ago | |
| PREUPLOAD.cfg | 4 years ago | |
| README.md | 4 years ago | |
| TEST_MAPPING | 4 years ago | |
| TEST_MAPPING_README | 4 years ago | |
| atest_tradefed.sh | 4 years ago | |
| error_prone_rules.mk | 4 years ago | |
| pylintrc | 4 years ago | |
| run_tf_cmd.sh | 4 years ago | |
| script_help.sh | 4 years ago | |
| tradefed.sh | 4 years ago | |
| tradefed_win.bat | 4 years ago | |
| verify.sh | 4 years ago | |
README.md
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/