Skip to content

Commit

Permalink
feat(#3341): Add only_logs_after tests for aws Trusted Advisor integr…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
nico-stefani committed Feb 7, 2023
1 parent d9ea2e2 commit ebfe7cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@
bucket_name: wazuh-vpcflow-integration-tests
only_logs_after: 2022-NOV-20
expected_results: 3

- name: trusted_avisor_with_only_logs_after
description: Trusted Advisor only logs after configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
ONLY_LOGS_AFTER: 2022-NOV-20
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
only_logs_after: 2022-NOV-20
expected_results: 3
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
bucket_type: vpcflow
bucket_name: wazuh-vpcflow-integration-tests
expected_results: 1

- name: trusted_advisor_without_only_logs_after
description: Trusted Advisor only logs after configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
expected_results: 1

0 comments on commit ebfe7cd

Please sign in to comment.