MCPcopy Index your code
hub / github.com/cirosantilli/linux-kernel-module-cheat / test_setup

Method test_setup

common.py:1150–1155  ·  view source on GitHub ↗
(self, test_id)

Source from the content-addressed store, hash-verified

1148 self.test_teardown(run_obj, exit_status, test_id_string)
1149
1150 def test_setup(self, test_id):
1151 test_id_string = '{} {}'.format(self.env['emulator'], self.env['arch'])
1152 if test_id is not None:
1153 test_id_string += ' {}'.format(test_id)
1154 self.log_info('test_id {}'.format(test_id_string), flush=True)
1155 return test_id_string
1156
1157 def test_teardown(self, run_obj, exit_status, test_id_string):
1158 if not self.env['dry_run']:

Callers 1

run_testMethod · 0.95

Calls 1

log_infoMethod · 0.80

Tested by

no test coverage detected