Searched defs:caseinfo (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/tc-testing/ |
| H A 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 call_adjust_command(self, caseinfo, stage, command) global() argument 201 exec_cmd(caseinfo, args, pm, stage, command) global() argument 236 prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None) global() argument [all...] |
| H A D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument
|