Open dfarrell07 opened 10 years ago
I would be interested in this. Do you have some kind of API in mind?
I would be interested in this.
Wonderful! :+1:
Do you have some kind of API in mind?
Here are some initial thoughts.
install_odl [verbose]
install_cbench [verbose]
start_odl [odl_processors] [verbose]
run_cbench [run length in minutes] [verbose]
stop_odl [verbose]
clean_up [verbose]
Here are some initial thoughts.
Did those make sense @aglenis? Any other info/help/whatever I can provide?
Thanks!
Makes sense to me. How exactly should be start implementing it? My initial though is to wrap every wcbench function with something like this:
My initial though is to wrap every wcbench function with something like this:
Yeah, that seems reasonable. Only complication may be moving some of the global state in WCBench to params to function calls.
It would be very helpful to support kicking off simple actions via a well-define Python API. For example, starting and stopping ODL.