-
Notifications
You must be signed in to change notification settings - Fork 32
QACTL tool installation guide
Fernando edited this page Oct 11, 2021
·
11 revisions
This tool has support for Linux systems and Windows systems.
In order to install qa-ctl
tool, you must have the following dependencies installed:
-
Build-Essentials
: How to install -
Python
(>=3.6.0): How to install -
Python-pip
(>=21.2.3): How to install -
Python3-devtools
: How to install -
Vagrant
(>=2.2.6): How to install -
VirtualBox
(>=6.0.18): How to install -
Ansible
(>=3.1.0): How to install -
sshpass
(>=1.0.6): How to install
-
Microsoft Visual C++ 14
(or higher versions) : How to install -
Git
(>=2.33) How to install -
Python
(>=3.6.0): How to install -
Python-pip
(>=21.2.3): How to install -
WSL2
: How to install -
Vagrant
(>=2.2.6): How to install -
VirtualBox
(>=6.0.18): How to install -
Docker Desktop
: How to install
-
Install and check the necessary dependencies for your current OS (mentioned above).
-
Download the
wazuh-qa
repository, install python dependencies and thewazuh-qa
framework
-
For Linux
In
Linux Terminal
, run the next commands: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
-
For Windows
Open
Windows Powershell
and run the next commands:git clone https://github.com/wazuh/wazuh-qa --depth 1 --branch=master cd wazuh-qa* python -m pip install --upgrade pip python -m pip install -r requirements.txt --no-cache-dir --upgrade --only-binary=:cryptography,grpcio: --ignore-installed cd deps\wazuh_testing python setup.py install
- Check
qa-ctl
command tool
$ qa-ctl -h