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

..--

atest/23-Nov-2023-19,66515,234

clearcut_client/23-Nov-2023-529347

common_util/23-Nov-2023-7,7473,925

device_build_interfaces/23-Nov-2023-6,2392,081

global_configuration/23-Nov-2023-3,1101,634

invocation_interfaces/23-Nov-2023-3,4161,677

isolation/23-Nov-2023-674515

lite/23-Nov-2023-359238

proto/23-Nov-2023-461394

python-lib/22-Nov-2023-583410

remote/23-Nov-2023-2,1161,117

res/22-Nov-2023-547206

src/com/android/tradefed/22-Nov-2023-92,12957,652

test_framework/23-Nov-2023-28,60118,996

test_result_interfaces/23-Nov-2023-1,281571

tests/23-Nov-2023-126,60393,706

util-apps/23-Nov-2023-2,0311,288

.classpathD23-Nov-20234.7 KiB4948

.gitD01-Jan-19700

.gitignoreD22-Nov-2023122 1310

.projectD22-Nov-20231.2 KiB4645

Android.bpD23-Nov-20236 KiB240224

Android.mkD23-Nov-20234.6 KiB9241

CleanSpec.mkD22-Nov-20232.6 KiB574

MANIFEST.mfD22-Nov-202354 32

OWNERSD22-Nov-2023174 98

PREUPLOAD.cfgD22-Nov-2023469 129

README.mdD23-Nov-2023795 2316

TEST_MAPPINGD23-Nov-20231.4 KiB5352

atest_tradefed.shD23-Nov-20232.5 KiB6431

error_prone_rules.mkD23-Nov-20232.4 KiB4830

pylintrcD22-Nov-2023828 4026

run_tf_cmd.shD22-Nov-20231.2 KiB304

script_help.shD23-Nov-20233.7 KiB11561

tradefed.shD23-Nov-20231.3 KiB3710

tradefed_win.batD22-Nov-20232.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
10Building TF:
11  * source build/envsetup.sh
12  * tapas tradefed-all
13  * make -j8
14
15More information at:
16https://source.android.com/devices/tech/test_infra/tradefed/
17
18See more details about Tradefed Architecture at:
19https://source.android.com/devices/tech/test_infra/tradefed/architecture
20
21If you are a tests writer you should start looking in the test_framework/
22component which contains everything needed to write a tests in Tradefed.
23