Searched refs:caseinfo (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument 25 self.args.caseinfo = caseinfo
|
| H A D | tdc.py | 137 def call_pre_case(self, caseinfo, *, test_skip=False): argument 139 if pgn not in caseinfo['plugins']: 142 pgn_inst.pre_case(caseinfo, test_skip) 146 print('testid is {}'.format(caseinfo['id'])) 149 def call_post_case(self, caseinfo): argument 151 if pgn not in caseinfo['plugins']: 155 def call_pre_execute(self, caseinfo): argument 157 if pgn not in caseinfo['plugins']: 161 def call_post_execute(self, caseinfo): argument 163 if pgn not in caseinfo['plugin 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...] |
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | scapyPlugin.py | 26 if 'scapy' not in self.args.caseinfo: 32 lscapyinfo = self.args.caseinfo['scapy']
|