Following the README instructions, the framework installation fails for two reasons:
the name of system_tests_launcher needs to be updated to system_executor_node in pyproject.toml.
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
Description
Following the README instructions, the framework installation fails for two reasons:
the name of
system_tests_launcher
needs to be updated tosystem_executor_node
inpyproject.toml
.The system is installed in
python3
and not inpython
: