Skip to content

Commit

Permalink
feat(#3341): Add path tests for aws Trusted Advisor integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-stefani committed Jan 10, 2023
1 parent 3a8be02 commit 75c421f
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,42 @@
only_logs_after: 2022-NOV-20
path: inexistent_prefix
expected_results: 0

- name: trusted_advisor_path_with_data
description: Trusted Advisor path configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
PATH: test_prefix
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
only_logs_after: 2022-NOV-20
path: test_prefix
expected_results: 1

- name: trusted_advisor_path_without_data
description: Trusted Advisor path configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
PATH: empty_prefix
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
only_logs_after: 2022-NOV-20
path: empty_prefix
expected_results: 0

- name: trusted_advisor_inexistent_path
description: Trusted Advisor path configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
PATH: inexistent_prefix
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
only_logs_after: 2022-NOV-20
path: inexistent_prefix
expected_results: 0

0 comments on commit 75c421f

Please sign in to comment.