openstack-charmers / zaza

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

Add functest-run-module command for centralised tests #588

Open ajkavanagh opened 1 year ago

ajkavanagh commented 1 year ago

This command allows an arbitrary module to be loaded and then a function to be run that is passed any remaining parameters from the command. This allows changes to be be to both the command and the runner without having to modify zaza. It is going to be used by the centralised tests stream of work.