Closed mkalcok closed 2 years ago
Hi @mkalcok, Can you check why functional tests are failing. Thanks
Hi @mkalcok, Can you check why functional tests are failing. Thanks
functional tests for ceph
timed out while deploying model. ceph-mon
and ceph-osd
applications did not reach active/idle status. I'll try to run it locally to see what's wrong
I believe that this is blocked by #80.
These changes reflect changes that were made to juju library and zaza framework.
juju.Action
object has simplified access to action results viaresults
attribute and no longer needs to searchself.data
. This change makes our helper functiondata_from_action
likely obsolete and we should phase it out.zaza.run()
function was removed, and although it was later re-added with slightly different functionality, I think that we can use the alternativesync_wrapper
method.