Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing Wazuh Agent Pipeline with Module-Specific Smoke Tests #166

Open
4 tasks
lchico opened this issue Sep 20, 2024 · 0 comments
Open
4 tasks

Enhancing Wazuh Agent Pipeline with Module-Specific Smoke Tests #166

lchico opened this issue Sep 20, 2024 · 0 comments
Labels

Comments

@lchico
Copy link
Member

lchico commented Sep 20, 2024

Related Issues

Description

This issue proposes the final step to fully implement the pipeline for running smoke tests with specific modules. To achieve this, we need to define the list of modules to check whether they are active.

We also need to create an API command that interacts with each module and specifies the expected response to confirm its functionality.

Tasks

  • List the agent modules for which we want to request the status.
  • Create an API request for each module.
  • Ensure the API response validates that the modules are working as expected.
  • Update the workflow implemented in this issue with these checks.

Acceptance Criteria

Select one or more modules and verify that they return the expected response under normal conditions. In the case of failure, the system should detect it.

@lchico lchico added level/task Task issue type/enhancement Enhancement issue module/agent phase/mvp Minimum Viable Product labels Sep 20, 2024
@MarcelKemp MarcelKemp added phase/feature complete Feature complete and removed phase/mvp Minimum Viable Product labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants