wazuh / wazuh-qa

Wazuh - Quality Assurance
GNU General Public License v2.0
60 stars 30 forks source link

DTT2 - Testing module. Convert the track.yaml file into an object when the module starts #5296

Open mhamra opened 1 week ago

mhamra commented 1 week ago
Target version Related issue Related PR/dev branch
4.9.0 #5229 PR #5264 4495-dtt1-release

Description

Many classes of the testing module, such as the HostInformation and Executor classes, rely on the inventory.yaml file to get information. This implementation makes the code complex. Accessing an in-memory structure will simplify the code and improve performance and reliability.

I suggest:

Related PR comment: comment