-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Refactor acceptance tests #156
Comments
This is related to #151. The following changes do not solve the problem:
|
What probably needs to be done first would be to remove the omelasticsearch portion of the actions spec. That test was purely designed to ensure the file was being populated correctly. Not to check if the corresponding module is correctly installed. Probably should create new sub-tests focused on testing the installation and configuration of specific external modules. |
I think the order of the acceptance tests is broken. For example, I am not sure if Rsyslog is installed correctly after the function
cleanup_helper
was executed. Also, the module for Elasticsearch is not installed or loaded at all.The text was updated successfully, but these errors were encountered: