-
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
FIM System tests: 0212 - Realtime + Scheduled #562
FIM System tests: 0212 - Realtime + Scheduled #562
Conversation
…wazuh-qa into feature-531-realtime-scenario
…h-qa into feature-556-realtime-scheduled-scenario
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.
Hi @grg121, just a little change request. Please check it.
@@ -0,0 +1,3 @@ | |||
elastic_verification_extra_arguments: "-r 3 -s 300" |
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.
Maybe updating these values with set_fact
before running the verify_alerts.yml
in the launch_test_escenario.yml
task is more explicit as we can see which parameters are being the tasks launched with. E.G:
wazuh-qa/tests/system/fim/scenarios/206_tag_option/launch_test_scenario.yml
Lines 11 to 15 in 9455e81
- name: Set extra arguments for scripts. | |
set_fact: | |
json_verification_extra_arguments: "-tg test_tag" | |
elastic_verification_extra_arguments: "-tg test_tag" | |
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.
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!
…wazuh/wazuh-qa into feature-556-realtime-scheduled-scenario
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!
Closes #556