(self, test_id)
| 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']: |