Searched refs:parse_result (Results 1 – 12 of 12) sorted by relevance
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/ |
D | ProcVersionTest.py | 27 def result_correct(self, parse_result): argument 28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:
|
D | ProcMemInfoTest.py | 85 def result_correct(self, parse_result): argument 87 for line in parse_result:
|
D | ProcCpuFileTests.py | 66 def result_correct(self, parse_result): argument 68 for line in parse_result:
|
D | ProcModulesTest.py | 53 def result_correct(self, parse_result): argument
|
D | KernelProcFileTestBase.py | 204 def result_correct(self, parse_result): argument
|
/test/vts-testcase/kernel/api/proc/ |
D | ProcVersionTest.py | 27 def result_correct(self, parse_result): argument 28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:
|
D | ProcMemInfoTest.py | 85 def result_correct(self, parse_result): argument 87 for line in parse_result:
|
D | ProcCpuFileTests.py | 66 def result_correct(self, parse_result): argument 68 for line in parse_result:
|
D | ProcModulesTest.py | 54 def result_correct(self, parse_result): argument
|
D | VtsKernelProcFileApiTest.py | 162 parse_result = test_object.parse_contents(file_content) 166 test_object.result_correct(parse_result), "Results not valid!")
|
D | KernelProcFileTestBase.py | 205 def result_correct(self, parse_result): argument
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 301 parse_result = test_object.parse_contents(file_content) 305 test_object.result_correct(parse_result), "Results not valid!")
|