Home
last modified time | relevance | path

Searched defs:caseinfo (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py137 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 DTdcPlugin.py21 def pre_case(self, caseinfo, test_skip): argument