Home
last modified time | relevance | path

Searched refs:parse_result (Results 1 – 6 of 6) 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/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!")