commit | 311684252ef31c1552cb6819938480b83b196246 | [log] [tgz] |
---|---|---|
author | Yan Zhu <yanzhuyan@google.com> | Tue Sep 22 12:49:15 2020 -0700 |
committer | Felipe Leme <felipeal@google.com> | Wed Oct 14 10:21:37 2020 -0700 |
tree | a39b1543546e7607fbe9e1decb3e3b96395aae37 | |
parent | 4cab10f811189606638235f93ea55e037d6580f1 [diff] |
Add path check /storage/emulated/ and permission for ContentProvider This should fix FileNotFoundException for test file path starts with "/storage/emulated/". There are still some test failures which are not infra issue. Fixes:153483800 Fixes:154935752 Test: cts-tradefed run cts-dev -m CtsMediaStressTestCases ./tests/run_tradefed_tests.sh --class com.android.tradefed.device.TestDeviceTest Merged-In: I97b0bf6f1d1b8776cbb4a0c2f920cd0a20f1253e Change-Id: I97b0bf6f1d1b8776cbb4a0c2f920cd0a20f1253e (cherry picked from commit 547411a0e1984c4e61b668e798b6f93b8754844c)
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
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.