You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue aims to apply a series of improvements to the wazuh-vm-test test module to improve its usability and reuse in any artifact in the area.
Tasks
Analyze the feasibility of moving the test module to the wazuh-automation repository and analyze the impact on the OVA and the AMI.
Make the setup_allocator_instance generic:
Move it to the EC2 class
Unify the implementation of instance creation on EC2 with the allocator. This may involve modifications to the allocator to support an ami-id, since the AMI test requires such support (currently implemented on EC2).
Analyze alternatives and implement them for generating the module installer with pip3:
Use of a bucket
Use of a PyP server
Analyze other viable alternatives
Analyze the possibility of improving the implementation of centralized test configuration.
The text was updated successfully, but these errors were encountered:
Description
This issue aims to apply a series of improvements to the
wazuh-vm-test
test module to improve its usability and reuse in any artifact in the area.Tasks
wazuh-automation
repository and analyze the impact on the OVA and the AMI.setup_allocator_instance
generic:The text was updated successfully, but these errors were encountered: