Lines Matching refs:VTS
1 VTS Kselftest Workflow
4 A Guide to Developing Kselftest for VTS/Android
14 As of mid 2018 there are 23 tests in kselftest which run on ARM in VTS.
19 How is Kselftest Run in VTS?
27 addition to the kselftest source there is also the VTS wrapper around it. This
34 …roid/kselftest_test_list.mk`: Lists all tests that will get pulled into VTS - VTS depends on this …
37 * `test/vts-testcase/kernel/linux_kselftest/testcases/`: tests to run in VTS kselftest suites are
53 Running Kselftest through VTS
55 To run VTS kselftest through VTS, it must first be built. VTS is not device specific,
62 Then open vts-tradefed and run the VTS tests (64 bit ARM platform as an example):
67 specific device you wish to run VTS on via the serial number:
76 Running kselftest tests within VTS can be quite cumbersome, especially if you
154 4. Test on all supported kernel versions, ensuring that any tests currently enabled in VTS do not g…
157 …test changes significantly be sure to update the runtime-hint and test-timeout parameters to VTS in
298 The change_skew test takes too long to run as part of VTS.
300 The clocksource_switch test takes too long to run as part of VTS and also tries
321 The skew_consistency test takes too long to run as part of VTS.