- AdHocOrchestrator.start() -- add prov.start() for each provisioner before the provision loop
- AdHocOrchestrator.stop() -- add prov.stop() (with try/except, like MultiAggregator) after draining queues
- SimpleOrchestrator.start()/stop() -- same, for the single provisioner
- Docstrings in both classes -- change "initialized and started" to "initialized (but not started)" for provisioner params
- Test in test_adhoc.py:11-49 -- remove the outer with LocalProvisioner() context manager, just pass the bare instance
Not implemented yet
Executor.run_test()should probably create the artifacts dir on its own, if it doesn't existLocalProvisioneras a generic Provisioner wrapper #10durationto Test Artifacts #8.clear()usageOn
main...