-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FIM System tests: Scenario 0207 report changes #546
FIM System tests: Scenario 0207 report changes #546
Conversation
Add extra parameters variable
…nario-report-changes
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 @rshad,
Please have a look at requested changes
@@ -9,7 +9,7 @@ | |||
- name: "Verify alert json log | {{ event }}" | |||
script: > | |||
verify_alerts_json.py -i {{ item.path }} -e {{ event }} | |||
-o {{ missing_alerts_json_path }} | |||
-o {{ missing_alerts_json_path }} {{ verify_json_script_extra_params }} |
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 let's standardize this as json_verification_extra_arguments
, as commented in #549 (comment)
@@ -21,7 +21,7 @@ | |||
script: > | |||
verify_alerts_elasticsearch.py -i {{ item.path }} -e {{ event }} | |||
-a {{ hostvars[groups["elasticsearch"][0]]["private_ip"] }} | |||
-o {{ missing_alerts_elasticsearch_path }} | |||
-o {{ missing_alerts_elasticsearch_path }} {{ verify_ES_script_extra_params }} |
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.
Let's standardize this as elastic_verification_extra_arguments
@@ -0,0 +1 @@ | |||
agents_outputs |
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.
I just noticed the scenario folder, is too long and doesn't describe the trigger, the syntax na me is id_description_trigger
, please consider changing it to 207_report_changes_frequency
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
…nario-report-changes
…com/wazuh/wazuh-qa into feature-523-scenario-report-changes
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, pendant to folder rename and we can merge
…nario-report-changes
Hi all!
This PR resolves #523 .
Kr,
Rshad