Skip to content

Commit

Permalink
Merge pull request #4405 from wazuh/4404-update-database-version
Browse files Browse the repository at this point in the history
Update test_agent_database_version test
  • Loading branch information
Dwordcito authored Aug 10, 2023
2 parents a10e3ac + 0c3ddd6 commit 613021f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Release report: TBD

- Add option to run some logcollector tests isolated (without a manager) [#4226](https://github.com/wazuh/wazuh-qa/pull/4226) \- (Tests + Framework)
- Update code analysis and dependencies known flaws. [#3319](https://github.com/wazuh/wazuh-qa/pull/4083) \- (Tests)
- Update schema database version([#3879](https://github.com/wazuh/wazuh-qa/pull/3879)) \- (Tests)
- Update _wazuh_db_ schema database version([#4405](https://github.com/wazuh/wazuh-qa/pull/4405)) \- (Tests)

### Fixed
- Update `get_test_cases_data` function so it handles fim_mode parameter ([#4185](https://github.com/wazuh/wazuh-qa/pull/4185)) \- (Framework)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pytestmark = [TIER0, LINUX, SERVER]

# Variables
expected_database_version = '11'
expected_database_version = '12'


# Fixtures
Expand All @@ -34,7 +34,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents):
- Check that the manager database version is the expected one.
- Check that the agent database version is the expected one.
wazuh_min_version: 4.6.0
wazuh_min_version: 4.7.0
parameters:
- restart_wazuh_daemon:
Expand All @@ -45,7 +45,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents):
- Verify that database version is the expected one.
expected_output:
- Database version: 11
- Database version: 12
tags:
- wazuh_db
Expand Down

0 comments on commit 613021f

Please sign in to comment.