commit | 07c2782f207ccb6a4bdc280386c81e930b888047 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Tue Jun 18 18:22:43 2019 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Wed Jun 19 10:23:30 2019 +0800 |
tree | 5b6d948adc4e6c7dea03db7a80ce5e0bf0844437 | |
parent | 337b3a999999cb20195764fdc7cfece422fa6250 [diff] |
Add calculateCrc32 and copyFileToStream to util - Add FileUtil.calculateCrc32(File) - Add StreamUtil.calculateCrc32(InputStream) - Add StreamUtil.copyFileToStream(File, OutputStream) Test: unit tests Bug: 135070501 Change-Id: Ie9d892a26a812ede1bfbb5d4e01eb30203a6b63b
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