Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multihost: add conn to role and utility as a shortcut #98

Closed
wants to merge 2 commits into from

Conversation

pbrezina
Copy link
Contributor

The main purpose of pytest-mh is to allow executing commands on the
hosts. Therefore it is natural to provide conneciton via a shortcut
instead of writing host.conn everywhere.

The main purpose of pytest-mh is to allow executing commands on the
hosts. Therefore it is natural to provide conneciton via a shortcut
instead of writing `host.conn` everywhere.
@pbrezina pbrezina closed this Jan 29, 2025
@pbrezina
Copy link
Contributor Author

Closing. It's better to leave this on the user since there might be different kinds of connections required by the tests (ldap for example). The user can choose what the shortcut should be (ldap or ssh connection).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant