Lines Matching refs:append
135 self.recording.append(rec)
200 command.append(f'{v}')
203 command.append(f'{v}')
210 command.append(os.path.join(handler.sourcedir, suite))
212 command.append(os.path.join(handler.sourcedir, self.path))
269 self.patterns.append(re.compile(r))
400 command.append(f'--dut-scope={pytest_dut_scope}')
410 command.append(f'--base-timeout={base_timeout}')
417 command.append(f'--device-type={handler.type_str}')
419 command.append('--device-type=custom')
427 command.append(f'--twister-fixture={fixture}')
430 command.append(f'--extra-test-args={shlex.join(handler.options.extra_test_args)}')
449 command.append(f'--device-serial-pty={hardware.serial_pty}')
457 command.append(f'--flash-timeout={hardware.flash_timeout}')
461 command.append(f'--runner={runner}')
465 command.append(f'--runner-params={param}')
468 command.append(f'--west-flash-extra-args={options.west_flash}')
471 command.append(f'--device-id={board_id}')
474 command.append(f'--device-product={hardware.product}')
477 command.append(f'--pre-script={hardware.pre_script}')
480 command.append(f'--post-flash-script={hardware.post_flash_script}')
483 command.append(f'--post-script={hardware.post_script}')
486 command.append(f'--flash-before={hardware.flash_before}')
489 command.append(f'--twister-fixture={fixture}')
559 self._output.append(line)
652 self.detected_suite_names.append(suite_name)
766 self.detected_suite_names.append(ts_name)
787 self.detected_suite_names.append(suite_name)