• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

atest/23-Mar-2024-20,09515,562

clearcut_client/23-Mar-2024-529347

common_util/23-Mar-2024-8,6644,374

device_build_interfaces/23-Mar-2024-7,0532,552

global_configuration/23-Mar-2024-3,1101,634

invocation_interfaces/23-Mar-2024-3,4171,678

isolation/23-Mar-2024-674515

lite/23-Mar-2024-359238

proto/23-Mar-2024-468401

python-lib/23-Mar-2024-645443

remote/23-Mar-2024-2,3801,255

res/23-Mar-2024-614216

src/com/android/tradefed/23-Mar-2024-101,83964,195

test_framework/23-Mar-2024-29,71419,737

test_result_interfaces/23-Mar-2024-1,290580

tests/23-Mar-2024-134,856100,098

util-apps/23-Mar-2024-2,3331,484

.classpathD23-Mar-20244.7 KiB4948

.projectD23-Mar-20241.2 KiB4645

Android.bpD23-Mar-20246 KiB240224

Android.mkD23-Mar-20244.6 KiB9241

CleanSpec.mkD23-Mar-20242.6 KiB574

MANIFEST.mfD23-Mar-202454 32

OWNERSD23-Mar-2024174 98

PREUPLOAD.cfgD23-Mar-2024469 129

README.mdD23-Mar-20241.2 KiB3322

TEST_MAPPINGD23-Mar-20241.4 KiB5352

atest_tradefed.shD23-Mar-20242.5 KiB6431

error_prone_rules.mkD23-Mar-20242.4 KiB4830

pylintrcD23-Mar-2024828 4026

run_tf_cmd.shD23-Mar-20241.2 KiB304

script_help.shD23-Mar-20243.7 KiB11561

tradefed.shD23-Mar-20241.3 KiB3710

tradefed_win.batD23-Mar-20242.8 KiB9981

README.md

1# Trade Federation (TF / Tradefed)
2
3TF is a test harness used to drive Android automated testing. It runs on test hosts
4and monitors the connected devices, handling test scheduling & execution and device
5management.
6
7Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite
8(VTS) use TF as a basis and extend it for their particular needs.
9
10### Building TF:
11
12  * source build/envsetup.sh
13  * tapas tradefed-all
14  * make -j8
15
16### Getting Code Reviewed
17
18    1. Create your change in Gerrit
19    2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com)
20    3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
21    4. GWSQ should add a couple of people from the team to review your code and give feedback.
22
23### More information
24
25More information at:
26https://source.android.com/devices/tech/test_infra/tradefed/
27
28See more details about Tradefed Architecture at:
29https://source.android.com/devices/tech/test_infra/tradefed/architecture
30
31If you are a tests writer you should start looking in the test_framework/
32component which contains everything needed to write a tests in Tradefed.
33