-
Notifications
You must be signed in to change notification settings - Fork 33
OPSEXP-3273 Migrate search testinfra tests to ansible with search tests #1207
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
Conversation
alxgomz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the older test file, that'll make the PR easier to review as one can directly compare older and newer tests
pmacius
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after applying Gio suggestion
This PR will migrate python module(testinfra) to test ansible roles, testinfra which is no more an available verifier in molecule.
[Removal of testinfra verifier · Issue #3920 https://github.com/https://github.com/ansible/molecule/issues/3920
we will migrate testinfra (python-based) to ansible tasks.
Related Issue
OPSEXP-3273
Changes introduced
Removed Python-based Testinfra tests (roles/search/molecule/default/verify.yml)
Replaced with Ansible assert tasks in the verify.yml