Skip to content

Commit

Permalink
Merge pull request #2458 from wazuh/tmp-fix-basic-usage-create-scheduled
Browse files Browse the repository at this point in the history
IT Tests: FIM - Analysis and fix `master` branch failures
  • Loading branch information
snaow authored Feb 11, 2022
2 parents 4945e8c + 9df3ab9 commit e7c6d40
Show file tree
Hide file tree
Showing 61 changed files with 10,509 additions and 10,538 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Release report: TBD
- Add test to check if files can be accessed while FIM has them opened ([#705](https:/wazuh/wazuh-qa/pull/705))

### Changed
- Fix the unstable FIM tests that need refactoring. ([#2421](https:/wazuh/wazuh-qa/pull/2458))
- Refactor: FIM `test_synchronization` according to new standard. Phase 1. ([#2358](https:/wazuh/wazuh-qa/pull/2358))
- Skip : FIM `test_registry_limit_values` until expected message is added to Windows Agent ([#2446](https:/wazuh/wazuh-qa/pull/2446))
- Adapt logtest ITs given the rules skipping ([#2146](https:/wazuh/wazuh-qa/pull/2146))
- Fix version validation in qa-ctl config generator ([#2454](https:/wazuh/wazuh-qa/pull/2454))
- Migrate test_age, test_command_monitoring, and test_keep_running of test_logcollector documentation to qa-docs ([#2162](https:/wazuh/wazuh-qa/pull/2162))
Expand Down
3 changes: 3 additions & 0 deletions deps/wazuh_testing/wazuh_testing/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
ANALYSIS_STATISTICS_FILE = None
UPGRADE_PATH = os.path.join(WAZUH_PATH, 'upgrade')
AGENT_AUTH_BINARY_PATH = os.path.join(WAZUH_PATH, 'agent-auth.exe')
WAZUH_UNIX_USER = 'wazuh'
WAZUH_UNIX_GROUP = 'wazuh'
GLOBAL_DB_PATH = os.path.join(WAZUH_PATH, 'queue', 'db', 'global.db')

else:

Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit e7c6d40

Please sign in to comment.