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 Jan 9, 2023
1 parent 970c8c0 commit 6f12f35
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 @@ -9,3 +9,15 @@
bucket_name: wazuh-cloudtrail-integration-tests
only_logs_after: 2022-NOV-20
expected_results: 5

- 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 @@ -7,3 +7,13 @@
bucket_type: cloudtrail
bucket_name: wazuh-cloudtrail-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 6f12f35

Please sign in to comment.