Lines Matching refs:ltp
34 from vts.testcases.kernel.ltp import test_cases_parser
35 from vts.testcases.kernel.ltp import environment_requirement_checker as env_checker
36 from vts.testcases.kernel.ltp.shell_environment import shell_environment
37 from vts.testcases.kernel.ltp import ltp_enums
38 from vts.testcases.kernel.ltp import ltp_configs
47 """Runs the LTP (Linux Test Project) test cases against Android OS kernel.
138 src_host = os.path.join(self.data_file_path, 'DATA', test_bit, 'ltp')
165 src = os.path.join(self.data_file_path, 'DATA', test_bit, 'ltp', '.')
197 # For LTP test cases, we run one shell command for each test case
239 """Runs all 32-bit or 64-bit LTP test cases.
264 self.data_file_path, 'DATA', test_bit, 'ltp', 'testcases', 'bin')
276 """Run LTP tests with multi-threads.
379 """Worker thread to run a LTP test case at a time."""
460 "Generate the vts test name of a ltp test"
464 "Run one LTP test case"
476 """Runs all 64-bit LTP test cases."""
478 logging.info('User specified not to run 64 bit version LTP tests.')
491 """Runs all 32-bit LTP test cases."""
493 logging.info('User specified not to run 32 bit version LTP tests.')