openstack-charmers / zaza

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

Also normalise the action results in the action object. #618

Open chanchiwai-ray opened 11 months ago

chanchiwai-ray commented 11 months ago

The run_action and run_action_on_leader will not return with the normalised action results: action.results or action.data["results"]. So the results is not compatible with libjuju 2.x and libjuju 3.x .

Note: this is targeted to "libjuju-3.1" branch