neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat: update pytest-mh output to work with latest version #295

Closed pbrezina closed 1 month ago

pbrezina commented 2 months ago

pytest-mh implemented a generic connection interface so one can choose between ssh, podman and docker. This introduced a breaking change in the configuration.

The ssh field was changed to a generic conn field that specifies the connection type.

More information can be found in the pytest-mh pull request.

Depends on: