wazuh / wazuh-qa

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

DTT1- Testing Module. Redesign/refactor WazuhAgent class in agent.py #5293

Open mhamra opened 1 week ago

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

The current code of the WazuhAgent class has many if statements based on the os_type, distribution, and architecture taken from the inventory. Creating an inheritance hierarchy will make the code more organized and easy to maintain.

Each inherited Agent class can reimplement functions like install, download, restart, etc.