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

testing: fix test_ssh_import_id.py (SC-272) #954

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

TheRealFalcon
Copy link
Member

Proposed Commit Message

testing: fix test_ssh_import_id.py

test_ssh_import_id.py occassionally fails because cloud-init finishes
before the keys have been fully imported. A retry has been added to the
test .

Additional Context

Test Steps

pytest tests/integration_tests/modules/test_ssh_import_id.py

Checklist:

  • My code follows the process laid out in the documentation
  • I have updated or added any unit tests accordingly
  • I have updated or added any documentation accordingly

test_ssh_import_id.py occassionally fails because cloud-init finishes
before the keys have been fully imported. A retry has been added to the
test .
@TheRealFalcon TheRealFalcon changed the title testing: fix test_ssh_import_id.py testing: fix test_ssh_import_id.py (SC-272) Jul 26, 2021
Copy link
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 nice little decorator

@blackboxsw blackboxsw merged commit 824977b into canonical:main Jul 29, 2021
TheRealFalcon added a commit to TheRealFalcon/cloud-init that referenced this pull request Aug 10, 2021
test_ssh_import_id.py occassionally fails because cloud-init finishes
before the keys have been fully imported. A retry has been added to the
test.
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.

None yet

2 participants