Lines Matching refs:LTP
1 VTS LTP Workflow
4 A Guide to Developing LTP for VTS/Android
6 What is LTP?
11 LTP (Linux Test Project) is a suite of tests that covers both kernel interfaces
21 How is LTP Run in VTS?
24 The LTP source is located at external/ltp in the Android tree. This is not an
25 exact mirror of upstream, there are outstanding changes to LTP for it to work
26 on Android which have not yet been pushed upstream. In addition to the LTP
31 * `external/ltp/android/Android.ltp.mk`: Lists build rules for the LTP modules built under make. Th…
32 * `external/ltp/gen.bp`: Lists build rules for the LTP modules built under Soong. This file gets au…
34 …his file is read by gen_android_build.sh during LTP upgrades to produce *.mk files required to bui…
35 * `external/ltp/testcases`: Source for LTP tests. Among the most important for the purposes of Treb…
39 Running LTP through atest
41 You can run LTP tests with atest, which handles all the setup and build steps.
43 To run all 32 bit LTP tests:
46 To run all 64 bit LTP tests:
52 Running LTP through VTS
54 To run VTS LTP it must first be built. VTS is not device specific, you need not
73 Running LTP Directly
76 Running LTP tests within VTS can be quite cumbersome, especially if you are
77 iterating a lot trying to debug something. Build and run LTP tests faster by
114 How do I enable or disable tests from the LTP build?
117 Tests are disabled from the LTP build by adding them to
123 To make a change to what is built in LTP, add or remove an entry in this file,
124 and then update the Android-specific build files for LTP, mentioned above:
126 * `external/ltp/android/Android.ltp.mk`, for LTP modules built in make
127 * `external/ltp/gen.bp`, for LTP modules built in soong
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
157 If the runtime of LTP changes significantly be sure to update the runtime-hint
161 How do I see recent VTS LTP results?
173 Try doing a make distclean inside of external/ltp. If an upgrade to LTP has
180 The hotlist for LTP bugs is [ltp-todo](https://buganizer.corp.google.com/hotlists/733268).
182 When you begin working on an LTP bug please assign the bug to yourself so that
188 It is not advisable to run LTP tests directly on your host unless you are fully
194 To run LTP tests for x86 platform, you can do:
201 The mailing list for LTP is located
207 There is an #LTP channel on freenode. The maintainer Cyril Hrubis is there (his hashtag