Searched refs:test_func (Results 1 – 9 of 9) sorted by relevance
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 277 test_func=self.RunLtpOnce, 282 def RunGeneratedTestsMultiThread(self, test_func, settings, args, argument 326 test_func=test_func, 341 test_func=test_func, 379 test_func=test_func,
|
/test/vts/testcases/template/param_test/ |
D | param_test.py | 97 tests = [(str(test_name + self.getParamTag(param)), test_func) 98 for (test_name, test_func) in original_tests]
|
/test/vts/runners/host/ |
D | base_test.py | 947 def execOneTest(self, test_name, test_func, args, **kwargs): argument 985 verdict = test_func(*args, **kwargs) 987 verdict = test_func() 1087 test_func, argument 1149 self.execOneTest(test_name, test_func, (setting, ) + args, **kwargs) 1385 for test_name, test_func in tests: 1390 test_func() 1395 self.execOneTest(test_name, test_func, None)
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 307 test_func=self._VerifyBatchResult, 315 test_func=self.RunTestCase, settings=self.testcases, name_func=str)
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 312 test_func = run_proc_file_test(test_object) variable 314 test_object.__class__.__name__, test_func)
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | LinuxKselftestTest.py | 154 test_func=self.RunTestcase,
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 199 test_func=self.RunTestcase,
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 253 test_func=self.RunTestcase,
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 497 test_func=self.RunTestCase, settings=self.testcases, name_func=str)
|