Add helpers for building multiple charms and rendering bundles using those charms and other contexts. Also includes a wait_for_bundle helper as a starting point for replacing juju-wait something built-in to libjuju.
Note: This is failing currently because there still seems to be an issue with libjuju deploying bundles which reference local .charm files (rather than directories).
Add helpers for building multiple charms and rendering bundles using those charms and other contexts. Also includes a
wait_for_bundle
helper as a starting point for replacingjuju-wait
something built-in to libjuju.Note: This is failing currently because there still seems to be an issue with libjuju deploying bundles which reference local
.charm
files (rather than directories).