Home
last modified time | relevance | path

Searched refs:parse_result (Results 1 – 12 of 12) sorted by relevance

/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcVersionTest.py27 def result_correct(self, parse_result): argument
28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:
DProcMemInfoTest.py85 def result_correct(self, parse_result): argument
87 for line in parse_result:
DProcCpuFileTests.py66 def result_correct(self, parse_result): argument
68 for line in parse_result:
DProcModulesTest.py53 def result_correct(self, parse_result): argument
DKernelProcFileTestBase.py204 def result_correct(self, parse_result): argument
/test/vts-testcase/kernel/api/proc/
DProcVersionTest.py27 def result_correct(self, parse_result): argument
28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:
DProcMemInfoTest.py85 def result_correct(self, parse_result): argument
87 for line in parse_result:
DProcCpuFileTests.py66 def result_correct(self, parse_result): argument
68 for line in parse_result:
DProcModulesTest.py54 def result_correct(self, parse_result): argument
DVtsKernelProcFileApiTest.py162 parse_result = test_object.parse_contents(file_content)
166 test_object.result_correct(parse_result), "Results not valid!")
DKernelProcFileTestBase.py205 def result_correct(self, parse_result): argument
/test/vts/testcases/host/kernel_proc_file_api_test/
Dvts_kernel_proc_file_api_test.py301 parse_result = test_object.parse_contents(file_content)
305 test_object.result_correct(parse_result), "Results not valid!")