Skip to content

QACTL tool installation guide

Jonathan edited this page Sep 10, 2021 · 11 revisions

QACTL tool installation guide

Supported OS

This tool must be run on a linux host system. We are working to add support for Windows and macOS systems.

Required dependencies

In order to install qa-ctl tool, you must have the following dependencies installed:

System dependencies

How to install

  1. Install and check the necessary dependencies (mentioned above).

  2. Download the wazuh-qa repository, install python dependencies and the wazuh-qa framework

git clone https://github.com/wazuh/wazuh-qa --depth 1 --branch=master $(pwd)/wazuh-qa && \
cd wazuh-qa* && \
python3 -m pip install --upgrade pip && \
python3 -m pip install -r requirements.txt --no-cache-dir --upgrade --only-binary=:cryptography,grpcio: --ignore-installed && \
cd deps/wazuh_testing && \
python3 setup.py install
  1. Check qa-ctl command tool
$ qa-ctl -h