wazuh-qa
wazuh-qa copied to clipboard
System test: Check internal Wazuh files
Description
Currently, there is a test under development to check for possible alterations to the environment caused by installing, updating or uninstalling Wazuh.
Following this line, different tests should be created to check Wazuh's own files, including their owner, permissions and size if proceed.
To do
- Create a list of the internal files of different Wazuh versions, starting by
4.2.5
, with all necessary metadata. - Adapt if proceed developed
test_check_file_system_integrity
in https://github.com/wazuh/wazuh-qa/issues/2231, to check Wazuh internal files. - Create a new qactl launcher, or adapt the existing one to check Wazuh internal files in the following cases:
- Install
- Upgrade
- Uninstall
- Services restarting
This development should be fully scalable to allow future WPK upgrade support.