Home
last modified time | relevance | path

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

/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.py161 parse_result = test_object.parse_contents(file_content)
165 test_object.result_correct(parse_result), "Results not valid!")
DKernelProcFileTestBase.py202 def result_correct(self, parse_result): argument