Eduardo Leon
Eduardo Leon
## Issue Update First Run to tests credentials ``` root@ip-172-31-29-166:/wazuh-qa/tests/integration# pytest test_aws/ ==================================== test session starts ==================================== platform linux -- Python 3.9.17, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /wazuh-qa/tests/integration, configfile: pytest.ini plugins:...
## Issue Update Tests will need to be debugged or AWS client library needs to be tested locally to try each permit. Because some of the buckets returning an "Access...
## Issue update Still working on debugging the Access Denied error. I have tried multiple ways to debug the error. Current AWS ITs cannot run on docker containers and VM...
## Issue Update After further debugging the error, I was able to get a more specific cause of the error: ``` ClientError('An error occurred (AccessDenied) when calling the ListObjectsV2 operation:...
## Issue Update After Resolving permit issues for the IAM Role, almost all tests passed now. Test module have been migrated to qa-integration-framework and test cases to wazuh/tests/integration. Next steps:...
## Issue Update After debugging all Access Denied Errors, my role has been properly configured and is able to consistently run the AWS QA Integrations tests. ``` root@ip-172-31-85-239:/wazuh-qa/tests/integration# pytest --disable-warnings...
## Issue Update Aws module has been properly migrated to the framework, import errors fixed, and requirements updated. Currently Waiting on the permit to create a branch and PR to...
## Issue Update After attempting to run the test on a fresh installation (EC2) a lot of import errors and dependencies errors keep appearing due to previous environment having the...
## Issue Update For better visibility of the issue, I propose to divide it into 2 different subtasks, - One will be in charge of the migration only and make...
## Issue Update In the meantime migration still being worked. Currently fixing the following error: ``` # Check AWS module started log_monitor.start( timeout=session_parameters.default_timeout, callback=event_monitor.callback_detect_aws_module_start > ).result() E AttributeError: 'NoneType' object...