-
Notifications
You must be signed in to change notification settings - Fork 57
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
Enable basic molecule tests for agent role #323
Conversation
The molecule tests fail at all Python versions other than 3.8. However, server molecule tests run just fine and they are literally the same. I smell a flake here, so will let this cook for some days. Maybe it resolves on its own. Hints are very welcome, if you spot a problem. 👀 |
Apparently molecule 5 and molecule-plugins is not really stable yet.
Apparently there is several things broken with molecule and its dependencies. I will give the project some more time before I give it another shot. References: |
With molecule With these changes, the PR is ripe to be merged. |
Enable basic molecule tests for agent role
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
There are no molecule tests for the agent role.
What is the new behavior?
Very basic tests have been implemented. Currently, only the installation itself is verified, but that will be extended in the future.
Other information