You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the systest_cli handler provides the ability to run and monitor
startup
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:
launch handling
monitoring
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.
The text was updated successfully, but these errors were encountered:
Currently the
systest_cli
handler provides the ability to run and monitorand 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:These need to be unpicked from the
systest_proc
API so we can use them anywhere, after which we can modifysystest_cli
so it will potentially track more than just the start + stop instances.The text was updated successfully, but these errors were encountered: