commit | 86c3f479452319eac0390a07cf9a5a5c2436266a | [log] [tgz] |
---|---|---|
author | Yuexi Ma <yuexima@google.com> | Thu Jun 15 15:44:44 2017 -0700 |
committer | Yuexi Ma <yuexima@google.com> | Tue Jun 20 17:35:32 2017 -0700 |
tree | 0a97e3dfab0e59c07005ace4692f47be1a58033d | |
parent | 8ab088d920d5c4c4df7997add5be50f6f5640465 [diff] |
Allow remote shell session to be disabled when python process is interrupted When test times out and python process is interrupted, the shell session via RPC connection becomes invalid. If the framework proceed with shell commands in tearDown functions, it will stuck on receiving response from TCP server. This CL adds a enable/disable switch to shell mirror. When test timeout is detected, the base_test runner automatically turns of the shell mirror, so all shell commands will be responsive. Bug: 37579963 Test: vts-tradefed; run vts-codelab Signed-off-by: Yuexi Ma <yuexima@google.com> Change-Id: I6895e5bebb20d56c20a67d3172e09fa0180af8cb (cherry picked from commit 1b3d43a5bd8d125dc3e5bf72f0109e3bcdc04b12)
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