Searched refs:caseinfo (Results 1 – 3 of 3) sorted by relevance
21 def pre_case(self, caseinfo, test_skip): argument25 self.args.caseinfo = caseinfo
137 def call_pre_case(self, caseinfo, *, test_skip=False): argument139 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): argument151 if pgn not in caseinfo['plugins']:155 def call_pre_execute(self, caseinfo): argument157 if pgn not in caseinfo['plugins']:161 def call_post_execute(self, caseinfo): argument163 if pgn not in caseinfo['plugins']:[all …]
26 if 'scapy' not in self.args.caseinfo:32 lscapyinfo = self.args.caseinfo['scapy']