wazuh-qa icon indicating copy to clipboard operation
wazuh-qa copied to clipboard

centOS packages are not installing correctly in E2E Vulnerability detection for python310

Open Rebits opened this issue 5 months ago • 1 comments

Description

It was detected in an E2E vulnerability detection tests report (by @QU3B1M) that the centOS packages are not installing correctly in case of running these tests with a 3.10.12, instead of the 3.9 used in the automation pipeline.

Report's logs show these errors:

2024-09-04 00:15:59 Error installing package on agent4: expected string or bytes-like object (remote_operations_handler.py:335)
2024-09-04 00:15:59 Error installing package on agent1: expected string or bytes-like object (remote_operations_handler.py:335)

Marking the operation_results check as failed

E         Check operation_successfull_for_all_agents failed. Evidences (['operation_results']) can be found in the report.

Tasks

  • [x] Research installation error using python 3.10.12
  • [ ] Update the E2E framework to support the installation of CentOS packages across all versions.

Validation

  • [ ] Install with success a centos package using python 3.10.12

Evidences

Rebits avatar Sep 04 '24 12:09 Rebits