Skip to content

Commit

Permalink
fix(#3278): fixes after second review
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim authored and jnasselle committed Aug 3, 2023
1 parent 0bc31b5 commit f9696f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Release report: TBD

### Added

- Update schema database version ([#4128](https://github.com/wazuh/wazuh-qa/pull/4128)) \- (Tests)
- Add IT tests FIM registry monitoring using wildcards. ([#4220](https://github.com/wazuh/wazuh-qa/pull/4220)) \- (Framework + Tests)
- New 'SCA' test suite and framework. ([#3566](https://github.com/wazuh/wazuh-qa/pull/3566)) \- (Framework + Tests)
- Add tests for merged.mg file generation. ([#3278](https://github.com/wazuh/wazuh-qa/pull/4129)) \- (Tests)
- Add integration tests for AWS module. ([#3911](https://github.com/wazuh/wazuh-qa/pull/3911)) \- (Framework + Tests + Documentation)
Expand Down
1 change: 1 addition & 0 deletions tests/system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ required an specific testing environment located in `wazuh-qa/tests/system/provi
| test_jwt_invalidation | agentless_cluster |
| test_active_response_log_format | manager_agent |
| test_fim/test_synchronization | one_manager_agent |
| test_cluster/test_correct_merged_file_generation | one_manager_agent |
| test_multigroups/test_multigroups | basic_cluster |
| test_cluster/test_agent_groups/test_agent_groups_forced_change | basic_cluster |
| test_cluster/test_agent_groups/test_agent_default_group_added | enrollment_cluster |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wazuh-master:
- regex: .*etc/shared/'FOLDER'/'EmptyFile00000'.txt' is empty
- regex: .*etc/shared/FOLDER/FILENAME.txt' is empty
path: /var/ossec/logs/ossec.log
time:out: 30
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def test_correct_merged_file_generation(test_case, environment_setting):
else:
time.sleep(T_10)

assert 'merged.mg' in host_manager.run_command(testinfra_hosts[0],
f"ls {WAZUH_PATH}/etc/shared/{folder} -la | grep merged")

# Check number of files

if file_name is not None:
Expand Down

0 comments on commit f9696f5

Please sign in to comment.