Searched refs:call_pre_suite (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 117 def call_pre_suite(self, testcount, testidlist): member in PluginMgr 341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist]) 347 emergency_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 117 def call_pre_suite(self, testcount, testidlist): member in PluginMgr 464 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist]) 470 emergency_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex)
|
Completed in 3 milliseconds