wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Framework installation fails with virtual environment #52

Closed juliamagan closed 1 year ago

juliamagan commented 1 year ago

Description

Following the README instructions, the framework installation fails for two reasons:

  1. the name of system_tests_launcher needs to be updated to system_executor_node in pyproject.toml.

  2. The system is installed in python3 and not in python:

(qa-system-env) [root@ip-172-31-12-171 qa-system-framework]# which python
alias python='/usr/local/bin/python3.10'
        /usr/local/bin/python3.10
(qa-system-env) [root@ip-172-31-12-171 qa-system-framework]# which python3
/home/qa/qa-system-framework/qa-system-env/bin/python3