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

Tests: use the ssh_config fixture where applicable #2387

Open
NicolasT opened this issue Apr 8, 2020 · 0 comments
Open

Tests: use the ssh_config fixture where applicable #2387

NicolasT opened this issue Apr 8, 2020 · 0 comments
Labels
complexity:easy Something that requires less than a day to fix good first issue Good for newcomers kind:debt Technical debt priority:low Low priority issues that can be safely postponed if needed topic:tests What's not tested may be broken

Comments

@NicolasT
Copy link
Contributor

NicolasT commented Apr 8, 2020

There's a ssh_config fixture to simplify things a bit:

def given_check_pod_status(ssh_config, host, k8s_client, label, expected_status):

Originally posted by @gdemonet in #2369

@NicolasT NicolasT added complexity:easy Something that requires less than a day to fix good first issue Good for newcomers kind:debt Technical debt priority:low Low priority issues that can be safely postponed if needed topic:tests What's not tested may be broken labels Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:easy Something that requires less than a day to fix good first issue Good for newcomers kind:debt Technical debt priority:low Low priority issues that can be safely postponed if needed topic:tests What's not tested may be broken
Projects
None yet
Development

No branches or pull requests

1 participant