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

allow systest_cli processes to run arbitrary external programs #74

Open
hyperthunk opened this issue Oct 1, 2012 · 1 comment
Open

Comments

@hyperthunk
Copy link
Member

Currently the systest_cli handler provides the ability to run and monitor

  1. startup
  2. shutdown

and no other cases are handled. It would be nice if a systest:interaction/2 call could trigger running a script (e.g., a control script or whatever) but we need to abstract out some of the details so they're not tied to the proc implementation, especially:

  1. launch handling
  2. monitoring
  3. interaction handling (ironically)

These need to be unpicked from the systest_proc API so we can use them anywhere, after which we can modify systest_cli so it will potentially track more than just the start + stop instances.

@hyperthunk
Copy link
Member Author

It probably makes sense to make this work dependent on issue #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant