Searched refs:ex_type (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | netns.py | 27 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| H A D | utils.py | 138 def __exit__(self, ex_type, ex_value, ex_tb): 140 terminate = self.terminate or (self._exit_wait and ex_type) 162 def __exit__(self, ex_type, ex_value, ex_tb): 129 __exit__(self, ex_type, ex_value, ex_tb) global() argument 153 __exit__(self, ex_type, ex_value, ex_tb) global() argument
|
| H A D | nsim.py | 94 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 64 def __exit__(self, ex_type, ex_value, ex_tb): 80 __exit__(self, ex_type, ex_value, ex_tb) global() argument 225 __exit__(self, ex_type, ex_value, ex_tb) global() argument
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 488 ex_type, ex, ex_tb = sys.exc_info() 490 format(ex_type, ex)) 492 …y_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex) 538 ex_type, ex, ex_tb = sys.exc_info() 550 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
|