1# How to run all the enabled LTP tests
2## 1. Compile VTS and LTP source code
3`$ make vts -j12`
4
5## 2. Start VTS-TradeFed
6`$ vts-tradefed`
7
8## 3. Run kernel LTP test from VTS-TradeFed console
9`> run vts-kernel`
10
11This will take from 30 minutes to 2 hours to run.
12The test results can be found under `out/host/linux-x86/vts/android-vts/results/`,
13while the device logcat and host logs can be found under `out/host/linux-x86/vts/android-vts/logs/`.
14