• Home
  • Raw
  • Download

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 …/tools/configs/disabled_tests.py`: Any test listed here will not be run in VTS, despite being comp…
52 Running LTP through VTS
54 To run VTS LTP it must first be built. VTS is not device specific, you need not
62 Then open vts-tradefed and run the VTS stable set:
67 specific device you wish to run VTS on via the serial number:
76 Running LTP tests within VTS can be quite cumbersome, especially if you are
89 In order to simulate the exact environment that VTS will be creating for each
128 * `external/ltp/android/ltp_package_list.mk`, which lists all LTP modules that get pulled into VTS
134 How do I enable or disable tests from VTS LTP?
138 to configure the VTS harness for LTP to determine which tests are in the stable
139 set, the staging set, or disabled. Note that being disabled in VTS does not
144 lists tests that will run as part of VTS (vts_ltp_test_arm/vts_ltp_test_arm_64).
146 When a test is enabled for the first time in VTS it should be in the staging
153 runtime disabled in VTS. The staging and stable sets should normally all be
158 and test-timeout parameters to VTS in
161 How do I see recent VTS LTP results?
164 The internal portal at go/vts11-dashboard shows results for the continuous VTS testing