Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/devicetest/core/
Dtest_case.py169 def exec_one_testcase(self, test_name, test_func): member in BaseCase
385 self.exec_one_testcase(test_name, test_func)
411 … self.exec_one_testcase("{}.jump_to_start_anchor".format(model_name), model.jump_to_start_anchor)
413 self.exec_one_testcase("{}.execute".format(model_name), model.execute)
642 self.exec_one_testcase(test_name, getattr(self, test_name))
662 self.exec_one_testcase(cat_log_step, getattr(self, cat_log_step))
664 self.exec_one_testcase(reset_test, getattr(self, reset_test))