-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update Integration tests README #4742
Conversation
ad89b4e
to
3503f29
Compare
05ebcfa
to
a579ccc
Compare
a579ccc
to
f1e9ce3
Compare
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.
Shouldn't the setting of internal options be retained?
Checking the pipeline currently running the process, these internal options remain effective when running the test.
``` | ||
|
||
- Add some internal options and restart |
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.
Apart from installing dependencies,
Shouldn't the setting of internal options be retained?
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.
Done 15215b3
``` | ||
|
||
- Change `time-reconnect` from `C:\Program Files (x86)\ossec-agent\ossec.conf` |
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.
More internal options to take into consideration.
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.
Done 15215b3
``` | ||
|
||
- Add some internal options and restart |
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.
More internal options to take into consideration.
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.
Done 15215b3
Regarding the local internal options. In order to streamline the maintenance process for local internal options, it is essential to ensure that integration tests possess the capability to configure every aspect necessary for their execution independently. If a particular set of local configuration options or specific agent configurations is essential for all integration tests, it is advised to incorporate these configurations directly into the respective tests. This approach ensures clarity and self-sufficiency in each test. However, it's acknowledged that there may be instances where certain options are required for outdated tests. For these reasons I will reverse some those removal. |
d2be112
to
2d41174
Compare
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.
Review Notes
LGTM
tests/integration/README.md
Outdated
- Install Python and its dependencies | ||
- Install Python3 | ||
|
||
```sheel script |
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.
fix to shell
Description
This PR update the Integration Tests README file.
Updated