commit | 1b78550172c4a39a749343c6437adb84d4ffe53f | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Thu Oct 04 11:46:26 2018 +0000 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Fri Oct 05 11:39:31 2018 +0800 |
tree | fa80f24c342a1f7d984e501767c1bee01dd86754 | |
parent | dbabde6b5caa6ecd794b8cecd09c6ab3f7c7048e [diff] |
Revert "remove legacy mRunName which was replaced with test class name." This reverts commit 2ebcdfb63542e88e618261d9bb207d48cbcaa61a. Reason for revert: When the Python runner reports a JSON object with setUpClass error but no results, the result parser should call listener.testRunStarted and testRunFailed. It needs mRunName as the argument. Test: run vts -m VtsKernelNetBpfTest Bug: 117129398 Change-Id: I07cc8eaa43eda3d66553268146d21529bac5f6ab
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