Lines Matching refs:VTS

1 VTS LTP Workflow
4 A Guide to Developing LTP for VTS/Android
17 As of mid-2018 there are on the order of 900 tests executed in VTS. Most tests
21 How is LTP Run in VTS?
27 source there is also the VTS wrapper around it. This is located at
33 * `external/ltp/android/ltp_package_list.mk`: Lists all tests that will get pulled into VTS - VTS d…
36 …el/ltp/configs/disabled_tests.py`: Any test listed here will not be run in VTS, either in the stag…
42 To run VTS LTP it must first be built. VTS is not device specific, you need not
50 Before running VTS ensure your host has the required prerequisites (this need
54 Then open vts-tradefed and run the VTS stable set:
59 specific device you wish to run VTS on via the serial number:
78 Running LTP tests within VTS can be quite cumbersome, especially if you are
91 In order to simulate the exact environment that VTS will be creating for each
130 * `external/ltp/android/ltp_package_list.mk`, which lists all LTP modules that get pulled into VTS
135 How do I enable or disable tests from VTS LTP?
139 to configure the VTS harness for LTP to determine which tests are in the stable
140 set, the staging set, or disabled. Note that being disabled in VTS does not
145 will run as part of VTS stable (VtsKernelLtp). The
147 are runtime disabled in VTS. If a test is not listed in either of these files,
151 When a test is enabled for the first time in VTS it should be in the staging
158 runtime disabled in VTS. The staging and stable sets should normally all be
162 How do I see or get notified about recent VTS LTP results?
165 The internal portal at go/vts-web shows results for the continuous VTS testing