Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py21 def pre_case(self, caseinfo, test_skip): argument
25 self.args.caseinfo = caseinfo
H A Dtdc.py137 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['plugins']:
[all …]
/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py26 if 'scapy' not in self.args.caseinfo:
32 lscapyinfo = self.args.caseinfo['scapy']