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

htrun: Request to add a ConnectorPrimitive base on files/stdio #305

Open
LDong-Arm opened this issue Jun 9, 2021 · 0 comments
Open

htrun: Request to add a ConnectorPrimitive base on files/stdio #305

LDong-Arm opened this issue Jun 9, 2021 · 0 comments

Comments

@LDong-Arm
Copy link

LDong-Arm commented Jun 9, 2021

Currently, htrun supports communicating with a device-under-test (i.e. one that runs greentea-client) in one of the following ways:

  • serial port
  • remote (e.g. RaaS)
  • Fast Models (via a socket)

But if we want to the whole test setup (device & host) to be on a PC only, which is useful for integration testing for example, support for stdio/files by htrun is valuable in allowing the "device-side" program and htrun to communicate as two processes.

To implement this, add a class of ConnectorPrimitive and command line options for passing input/output files.

@LDong-Arm LDong-Arm changed the title htrun: Request to add a ConnectorPrimitive base on file/stdio htrun: Request to add a ConnectorPrimitive base on files/stdio Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant