commit | 91d84e36783ed5a6366aecd821832a8a3cc79ed8 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Thu Jul 19 11:42:57 2018 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Tue Jan 07 17:39:02 2020 +0800 |
tree | aec8a679d24c5af61a2cf57343c7476d51da10d8 | |
parent | fbb773fe220b8200284389b00da7440ee19baeee [diff] |
Make max-test-timeout configurable max-test-timeout is the timeout controlled by TradeFed process. The test classes in Python cannot extend the timeout. A module's max-test-timeout and test-timeout should be configured if it takes hours to execute or generates numerous test cases. Test: vts-tradefed run vts -m VtsHalRadioV1_2Target --test-arg com.android.tradefed.testtype.VtsMultiDeviceTest:max-test-timeout:10s Bug: 111187366 Change-Id: I1aeec9ffd1b68ea4743c12604389e89b828fa691 Merged-In: I1aeec9ffd1b68ea4743c12604389e89b828fa691 (cherry picked from commit 0f8c4a9659d28d2927db33b9848dab7063f4daf5)
VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:
VTS has mainly two types of test suites:
While the VTS framework and test cases are designed for userdebug or eng build devices, some test cases can be run on user build devices using its app namely, VTS Agent App.
Table of Contents