Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Create Dut Instance Easier (RDT-554) #231

Closed
hfudev opened this issue Oct 3, 2023 · 0 comments · Fixed by #240
Closed

Make Create Dut Instance Easier (RDT-554) #231

hfudev opened this issue Oct 3, 2023 · 0 comments · Fixed by #240
Labels
enhancement New feature or request

Comments

@hfudev
Copy link
Member

hfudev commented Oct 3, 2023

For now if we're going to create a Dut instance manually, we have to declare a lot of things manually

  • MessageQueue, to collect the serial output
  • pexpect_logfile, to init the pexpect process
  • listener, to redirect the serial output to the pexpect_logfile
  • ...

Set default values for the Dut class, or provide a factory function, to help users create Dut instance easier.

@hfudev hfudev added the enhancement New feature or request label Oct 3, 2023
@github-actions github-actions bot changed the title Make Create Dut Instance Easier Make Create Dut Instance Easier (RDT-554) Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant