Skip to content

wazuh/wazuh-qa

Folders and files

NameName
Last commit message
Last commit date
Jan 30, 2024
Aug 19, 2024
Aug 21, 2024
Aug 6, 2024
Aug 8, 2024
Jun 13, 2024
Aug 21, 2024
Feb 12, 2019
Sep 16, 2021
May 2, 2023
Jun 12, 2024
Jun 19, 2024

Repository files navigation

Wazuh

Slack Email Documentation Documentation Twitter YouTube

Wazuh is a free and open source platform used for threat prevention, detection, and response. It is capable of protecting workloads across on-premises, virtualized, containerized, and cloud-based environments.

Wazuh solution consists of an endpoint security agent, deployed to the monitored systems, and a management server, which collects and analyzes data gathered by the agents. Besides, Wazuh has been fully integrated with the Elastic Stack, providing a search engine and data visualization tool that allows users to navigate through their security alerts.

Wazuh QA repository

In this repository you will find the tests used in the CI environment to test Wazuh's capabilities and daemons. This is the structure of the repository:

  • deps/wazuh_testing: contains a Python's framework used to automatize tasks and interact with Wazuh.
  • tests: directory containing the test suite. These are tests developed using Pytest.
    • integration: integration tests of the different daemons/components.
    • system: system tests of Wazuh.
    • scans: tests used to scan and verify Wazuh Python code and dependencies.
  • docs: contains the technical documentation about the code and documentation about the tests.