openstack-charmers / zaza

A Python3-only functional test framework for Charms
Apache License 2.0
10 stars 46 forks source link

Add (async_)block_until_charm_channel support #619

Closed coreycb closed 10 months ago

coreycb commented 10 months ago

This adds async_block_until_charm_channel and block_until_charm_channel which will initially be used for charm upgrade testing.

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Files Coverage Δ
zaza/model.py 87.16% <100.00%> (+0.09%) :arrow_up:

:loudspeaker: Thoughts on this report? Let us know!.

coreycb commented 10 months ago

This change will be used by the charmed-openstack-tester changes in https://github.com/openstack-charmers/charmed-openstack-tester/pull/123