Searched defs:caseinfo (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/tc-testing/ |
D | tdc.py | 137 def call_pre_case(self, caseinfo, *, test_skip=False): argument 149 def call_post_case(self, caseinfo): argument 155 def call_pre_execute(self, caseinfo): argument 161 def call_post_execute(self, caseinfo): argument 176 def call_adjust_command(self, caseinfo, stage, command): argument 201 def exec_cmd(caseinfo, args, pm, stage, command): argument 236 def prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None): argument
|
D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument
|