-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
167 changed files
with
5,732 additions
and
86,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
''' | ||
copyright: Copyright (C) 2015-2023, Wazuh Inc. | ||
Created by Wazuh, Inc. <info@wazuh.com>. | ||
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2 | ||
''' | ||
import pytest | ||
|
||
# Services Variables | ||
WAZUH_SERVICES_STOPPED = 'stopped' | ||
WAZUH_SERVICE_PREFIX = 'wazuh' | ||
WAZUH_SERVICES_STOP = 'stop' | ||
WAZUH_SERVICES_START = 'start' | ||
|
||
# Configurations | ||
DATA = 'data' | ||
WAZUH_LOG_MONITOR = 'wazuh_log_monitor' | ||
|
||
# Marks Executions | ||
|
||
TIER0 = pytest.mark.tier(level=0) | ||
TIER1 = pytest.mark.tier(level=1) | ||
TIER2 = pytest.mark.tier(level=2) | ||
|
||
WINDOWS = pytest.mark.win32 | ||
LINUX = pytest.mark.linux | ||
MACOS = pytest.mark.darwin | ||
SOLARIS = pytest.mark.sunos5 | ||
|
||
AGENT = pytest.mark.agent | ||
SERVER = pytest.mark.server | ||
|
||
# Local internal options | ||
WINDOWS_DEBUG = 'windows.debug' | ||
SYSCHECK_DEBUG = 'syscheck.debug' | ||
VERBOSE_DEBUG_OUTPUT = 2 | ||
''' | ||
copyright: Copyright (C) 2015-2023, Wazuh Inc. | ||
Created by Wazuh, Inc. <info@wazuh.com>. | ||
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2 | ||
''' | ||
import pytest | ||
|
||
# Services Variables | ||
WAZUH_SERVICES_STOPPED = 'stopped' | ||
WAZUH_SERVICE_PREFIX = 'wazuh' | ||
WAZUH_SERVICES_STOP = 'stop' | ||
WAZUH_SERVICES_START = 'start' | ||
|
||
# Configurations | ||
DATA = 'data' | ||
WAZUH_LOG_MONITOR = 'wazuh_log_monitor' | ||
|
||
# Marks Executions | ||
|
||
TIER0 = pytest.mark.tier(level=0) | ||
TIER1 = pytest.mark.tier(level=1) | ||
TIER2 = pytest.mark.tier(level=2) | ||
|
||
WINDOWS = pytest.mark.win32 | ||
LINUX = pytest.mark.linux | ||
MACOS = pytest.mark.darwin | ||
SOLARIS = pytest.mark.sunos5 | ||
|
||
AGENT = pytest.mark.agent | ||
SERVER = pytest.mark.server | ||
|
||
# Local internal options | ||
WINDOWS_DEBUG = 'windows.debug' | ||
SYSCHECK_DEBUG = 'syscheck.debug' | ||
VERBOSE_DEBUG_OUTPUT = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.