report.html

Report generated on 23-Jan-2024 at 15:59:57 by pytest-html v3.1.1

Summary

176 tests ran in 1200.05 seconds.

136 passed, 356 skipped, 0 failed, 1 errors, 35 expected failures, 5 unexpected passes
Tests Failed Success XFail Error
test_logcollector\test_age\test_age_basic.py 0 5 0 0
test_logcollector\test_age\test_age_datetime_changed.py 0 0 0 0
test_logcollector\test_command_monitoring\test_command_execution_freq.py 0 0 0 0
test_logcollector\test_configuration\test_basic_configuration_age.py 0 0 0 0
test_logcollector\test_configuration\test_basic_configuration_alias.py 0 2 0 0
test_logcollector\test_configuration\test_basic_configuration_command.py 0 10 0 0
test_logcollector\test_configuration\test_basic_configuration_exclude.py 0 5 0 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py 0 6 0 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py 0 0 0 0
test_logcollector\test_configuration\test_basic_configuration_label.py 0 8 0 0
test_logcollector\test_configuration\test_basic_configuration_location.py 0 18 0 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py 0 15 0 0
test_logcollector\test_configuration\test_basic_configuration_only_future_events.py 0 0 0 0
test_logcollector\test_configuration\test_basic_configuration_query.py 0 0 0 0
test_logcollector\test_configuration\test_basic_configuration_reconnect_time.py 0 7 0 0
test_logcollector\test_localfile\test_invalid_agent_localfile_config.py 0 2 0 0
test_logcollector\test_localfile\test_invalid_wazuh_conf.py 0 2 0 0
test_logcollector\test_location\test_location.py 0 11 0 0
test_logcollector\test_location\test_location_exclude.py 0 10 0 0
test_logcollector\test_location\test_win_location_wildcards.py 0 6 0 0
test_logcollector\test_log_filter_options\test_ignore_regex.py 0 3 0 1
test_logcollector\test_log_filter_options\test_restrict_ignore_regex.py 0 6 0 0
test_logcollector\test_log_filter_options\test_restrict_regex.py 0 4 0 0
test_logcollector\test_log_format\test_log_format_values.py 0 12 0 0
test_logcollector\test_only_future_events\test_only_future_events.py 0 2 0 0
test_logcollector\test_options\test_options_state_interval.py 0 4 0 0
test_logcollector\test_reconnect_time\test_reconnect_time.py 0 3 0 0

Results

Result Time Test Description Duration Markers Links Tier
Error 2024-01-23 15:59:57.261985 test_logcollector/test_log_filter_options/test_ignore_regex.py::test_ignore_multiple_regex[Log match - Two ignore tags - Match both tags-]::setup description: Check if logcollector behavior when two ignore tags are added. 0.00 1
conftest.py:1340: in create_file
write_file(new_file_path)
C:\Python311\Lib\site-packages\wazuh_testing\tools\file.py:177: in write_file
with open(file_path, 'w') as f:
E PermissionError: [Errno 13] Permission denied: 'c:\\test'
XFailed 2024-01-23 15:59:57.213986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_3s] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 2.99 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:22 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.213986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 3.06 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:267: in test_configuration_frequency
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:24 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.213986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_3Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 2.70 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:26 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.213986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_3s5m] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.50 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:28 PM The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_Testing3] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:267: in test_configuration_frequency
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:28 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_3s] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 5.22 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:44 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.49 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:267: in test_configuration_frequency
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:48 PM The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_3Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 4.92 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:48 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_3s5m] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 2.45 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:264: in test_configuration_frequency
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:52 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_Testing3] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 5.25 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_frequency.py:267: in test_configuration_frequency
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:54 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:45:56 PM The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:45:58,154 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_yes] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.09 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:231: in test_ignore_binaries
check_ignore_binaries_valid(cfg)
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:150: in check_ignore_binaries_valid
check_win_wildcard_pattern_no_match(re.escape(cfg['location']), WINDOWS_AGENT_PREFIX, escape=False)
E NameError: name 're' is not defined
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_no] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.56 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:231: in test_ignore_binaries
check_ignore_binaries_valid(cfg)
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:150: in check_ignore_binaries_valid
check_win_wildcard_pattern_no_match(re.escape(cfg['location']), WINDOWS_AGENT_PREFIX, escape=False)
E NameError: name 're' is not defined
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:00 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_yesTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 4.95 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:234: in test_ignore_binaries
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:02 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.215986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_noTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.84 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:234: in test_ignore_binaries
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:06 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_testingvalue] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.85 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:237: in test_ignore_binaries
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:08 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[C:\testing\files*_syslog_1234] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'ignore_binaries' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that tag.. Then, it will check if an error event is generated when using an invalid value. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 7.33 filterwarnings, xfail 0
test_logcollector\test_configuration\test_basic_configuration_ignore_binaries.py:237: in test_ignore_binaries
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:10 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:46:14 PM The Wazuh service is starting. The Wazuh service was started successfully.
XFailed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_invalid] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 2.70 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:00 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 2.83 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:02 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_iisTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 0.67 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:04 PM The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_nmapgFSKF] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 2.43 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:04 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_jsonLGK_example-command] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 4.94 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:06 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_commandFLKD_example-command] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 2.66 filterwarnings 0
test_logcollector\test_configuration\test_basic_configuration_log_format.py:367: in test_log_format
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:10 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_44sTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.51 0
test_logcollector\test_configuration\test_basic_configuration_reconnect_time.py:197: in test_configuration_reconnect_time
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:33 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.257986 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_9hTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.46 0
test_logcollector\test_configuration\test_basic_configuration_reconnect_time.py:197: in test_configuration_reconnect_time
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:39 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.257986 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_400mTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.45 0
test_logcollector\test_configuration\test_basic_configuration_reconnect_time.py:197: in test_configuration_reconnect_time
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:41 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.257986 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3992] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.54 0
test_logcollector\test_configuration\test_basic_configuration_reconnect_time.py:197: in test_configuration_reconnect_time
pytest.xfail("Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158")
E _pytest.outcomes.XFailed: Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:43 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully.
XFailed 2024-01-23 15:59:57.266985 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[-2] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 0.00 1
test_logcollector\test_options\test_options_state_interval.py:139: in test_options_state_interval
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:56:24,781 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:56:24,795 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.266985 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[753951] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 2.08 1
test_logcollector\test_options\test_options_state_interval.py:139: in test_options_state_interval
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:56:26,875 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:56:26,908 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.266985 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[dummy] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 2.14 1
test_logcollector\test_options\test_options_state_interval.py:139: in test_options_state_interval
pytest.xfail("Windows agent allows invalid localfile configuration:\
E _pytest.outcomes.XFailed: Windows agent allows invalid localfile configuration: https://github.com/wazuh/wazuh/issues/10890
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:56:29,057 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:56:29,079 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.268986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Application_eventchannel_40m] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 5.97 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:25 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:30,374 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:30,392 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.268986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Security_eventchannel_40m] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 5.57 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:30 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:35,280 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:35,307 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.268986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[System_eventchannel_40m] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 6.09 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:40,539 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:40,560 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.268986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Application_eventchannel_20h] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 5.58 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:40 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:45,290 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:45,308 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.268986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Security_eventchannel_20h] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 3.77 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:45 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:48,484 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:48,507 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XFailed 2024-01-23 15:59:57.269986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[System_eventchannel_20h] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 10.73 win32 0
test_logcollector\test_reconnect_time\test_reconnect_time.py:185: in test_reconnect_time
pytest.xfail("Expected fail: https://github.com/wazuh/wazuh/issues/8580")
E _pytest.outcomes.XFailed: Expected fail: https://github.com/wazuh/wazuh/issues/8580
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:59:48 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:53,466 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:59:53 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:53,483 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XPassed 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_4000s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag. For this purpose, the test will create a. folder with a testing log file to be monitored and configure different values for the 'age' option.. Once the logcollector has started, it will wait for the event that indicates that the log file is. being monitored, and depending on the 'age' value, check if the 'ignore' event is triggered or not.. Finally, the test will modify the logs and verify that 'read' events are generated from ignored. and not ignored files. 36.03 xfail 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:39:59,037 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.vcheck_files': 0, 'logcollector.debug': '2', 'windows.debug': '2'} 2024-01-23 15:40:01,196 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.vcheck_files': 0, 'logcollector.debug': '2', 'windows.debug': '2'} DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stderr call------------------------------
2024-01-23 15:40:12,258 - wazuh_testing - ERROR - testing_file_40s.log was not ignored 2024-01-23 15:40:12,258 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:40:12,258 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:40:22,810 - wazuh_testing - ERROR - testing_file_5m.log was not ignored 2024-01-23 15:40:22,810 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:40:22,810 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 testing_file_40s.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_5m.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:40:35,081 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XPassed 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_5m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag. For this purpose, the test will create a. folder with a testing log file to be monitored and configure different values for the 'age' option.. Once the logcollector has started, it will wait for the event that indicates that the log file is. being monitored, and depending on the 'age' value, check if the 'ignore' event is triggered or not.. Finally, the test will modify the logs and verify that 'read' events are generated from ignored. and not ignored files. 26.93 xfail 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:40:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:40:39,269 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stderr call------------------------------
2024-01-23 15:40:50,403 - wazuh_testing - ERROR - testing_file_40s.log was not ignored 2024-01-23 15:40:50,403 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:40:50,403 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 testing_file_40s.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:41:01,619 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XPassed 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_500m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag. For this purpose, the test will create a. folder with a testing log file to be monitored and configure different values for the 'age' option.. Once the logcollector has started, it will wait for the event that indicates that the log file is. being monitored, and depending on the 'age' value, check if the 'ignore' event is triggered or not.. Finally, the test will modify the logs and verify that 'read' events are generated from ignored. and not ignored files. 49.72 xfail 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:41:01 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:41:05,438 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stderr call------------------------------
2024-01-23 15:41:16,516 - wazuh_testing - ERROR - testing_file_40s.log was not ignored 2024-01-23 15:41:16,516 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:41:16,517 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:41:27,637 - wazuh_testing - ERROR - testing_file_5m.log was not ignored 2024-01-23 15:41:27,637 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:41:27,637 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:41:38,205 - wazuh_testing - ERROR - testing_file_3h.log was not ignored 2024-01-23 15:41:38,205 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:41:38,206 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 testing_file_40s.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_5m.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_3h.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:41:50,444 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XPassed 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_9h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag. For this purpose, the test will create a. folder with a testing log file to be monitored and configure different values for the 'age' option.. Once the logcollector has started, it will wait for the event that indicates that the log file is. being monitored, and depending on the 'age' value, check if the 'ignore' event is triggered or not.. Finally, the test will modify the logs and verify that 'read' events are generated from ignored. and not ignored files. 51.60 xfail 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:41:50 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:41:56,785 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stderr call------------------------------
2024-01-23 15:42:07,903 - wazuh_testing - ERROR - testing_file_40s.log was not ignored 2024-01-23 15:42:07,903 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:42:07,903 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:42:19,034 - wazuh_testing - ERROR - testing_file_5m.log was not ignored 2024-01-23 15:42:19,034 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:42:19,034 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:42:30,068 - wazuh_testing - ERROR - testing_file_3h.log was not ignored 2024-01-23 15:42:30,068 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:42:30,068 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 testing_file_40s.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_5m.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_3h.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:42:41,316 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
XPassed 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_200d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag. For this purpose, the test will create a. folder with a testing log file to be monitored and configure different values for the 'age' option.. Once the logcollector has started, it will wait for the event that indicates that the log file is. being monitored, and depending on the 'age' value, check if the 'ignore' event is triggered or not.. Finally, the test will modify the logs and verify that 'read' events are generated from ignored. and not ignored files. 61.59 xfail 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:42:41 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:42:45,232 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stderr call------------------------------
2024-01-23 15:42:56,298 - wazuh_testing - ERROR - testing_file_40s.log was not ignored 2024-01-23 15:42:56,298 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:42:56,298 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:43:06,868 - wazuh_testing - ERROR - testing_file_5m.log was not ignored 2024-01-23 15:43:06,869 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:43:06,869 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:43:17,460 - wazuh_testing - ERROR - testing_file_3h.log was not ignored 2024-01-23 15:43:17,460 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:43:17,460 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:43:28,073 - wazuh_testing - ERROR - testing_file_5d.log was not ignored 2024-01-23 15:43:28,073 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:43:28,073 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 testing_file_40s.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_5m.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_3h.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 testing_file_5d.log was not ignored ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:43:39 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:43:39,882 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log 2024-01-23 15:43:41,116 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2'}
Skipped 2024-01-23 15:59:57.203987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s-60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s--60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s-30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s--30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s-2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s--2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s-43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_4000s--43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m-60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.204987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m--60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.205986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m-30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.205986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m--30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.205986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m-2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.205986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m--2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m-43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_5m--43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m-60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m--60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m-30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m--30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m-2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.206987 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m--2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m-43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_500m--43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h-60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h--60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h-30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h--30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h-2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h--2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h-43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.207986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_9h--43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d-60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d--60s] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d-30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d--30m] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d-2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d--2h] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d-43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_age/test_age_datetime_changed.py::test_configuration_age_datetime[C:\Users\Jenkins\AppData\Local\Temp\wazuh_testing_age\*_syslog_200d--43d] description: Check if the 'wazuh-logcollector' daemon ignores the monitored files that have not been modified. for a time greater than the value set in the 'age' tag, and the system datetime is changed. For. this purpose, the test will create a folder with a testing log file to be monitored and configure. different values for the 'age' option. Once the logcollector has started, it will change the system. datetime and wait for the event that indicates that the log file is being monitored. Finally,. depending on the 'age' value, the test will verify that the 'ignore' event is triggered or not. and restore the system datetime to its initial value. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_age\\test_age_datetime_changed.py', 138, 'Skipped: Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.208986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_5_minutes] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_30_minutes] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_1_hour] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_24_hours] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_5_minutes] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_30_minutes] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_1_hour] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_24_hours] description: Check if the 'wazuh-logcollector' daemon runs commands at the specified interval, set in. the 'frequency' tag. For this purpose, the test will configure the logcollector to run. a command at specific intervals. Then it will travel in time up to the middle of the interval. set in the 'frequency' tag, and verify that the 'running' event is not been generated. That. confirms that the command is not executed. Finally, the test will travel in time again up to. the next interval and verify that the command is executed by detecting the 'running' event. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_command_monitoring\\test_command_execution_freq.py', 110, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_3s] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_4000s] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.209986 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_5m] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_99h] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_94201d] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_44sTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_Testing44s] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_9hTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_400mTesting] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_3992] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[C:\testing\file.txt_syslog_Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'age' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'analyzing' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 0.00 filterwarnings, skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_age.py', 185, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.223986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.224985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.225985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.226985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.227985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.228985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.229985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.230985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.231985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.232985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.233985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.234986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.235985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.235985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.235985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.235985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.235985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.236985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.237985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.238985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.239985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.240985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.241985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.242985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.243985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.244985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.245986 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.246985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.247985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.248985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.249985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.250985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.250985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.250985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.250985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_9999999999999999999999999999999B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_20B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_5000B] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_500KB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_50MB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_5GB] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_43423423423] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.251985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_-12345] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_test] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_{/}] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no_!32817--] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_yes0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_yesTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_noTesting0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_testingvalue0] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.252985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_12340] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_yes1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_no1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_yesTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_noTesting1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_testingvalue1] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[eventchannel_12341] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'only-future-events',. and 'max-size' tags. For this purpose, the test will set a 'localfile' section using both. valid and invalid values for those tags. Finally, it will verify that the 'analyzing' or. 'monitoring' event (depending on the OS) is triggered when using a valid value, or if an. error event is generated when using an invalid one. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_only_future_events.py', 245, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.253985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[System/EventID = 4624]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[System/EventID = 4624]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[System/EventID = 4624]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[System/EventID = 1343 and (EventData/Data[@Name='LogonType'] = 2] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[System/EventID = 1343 and (EventData/Data[@Name='LogonType'] = 2] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[System/EventID = 1343 and (EventData/Data[@Name='LogonType'] = 2] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[System/EventID = 6632 and (EventData/Data[@Name='LogonType'] = 93 or EventData/Data[@Name='LogonType'] = 111)]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[System/EventID = 6632 and (EventData/Data[@Name='LogonType'] = 93 or EventData/Data[@Name='LogonType'] = 111)]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.254985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[System/EventID = 6632 and (EventData/Data[@Name='LogonType'] = 93 or EventData/Data[@Name='LogonType'] = 111)]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[EventData[Data[@Name="property"]="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[EventData[Data[@Name="property"]="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[EventData[Data[@Name="property"]="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[EventData[Data="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[EventData[Data="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[EventData[Data="value"]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Security_eventchannel_Event[ EventData[Data[@Name="PropA"]="ValueA" and Data[@Name="PropB"]="ValueB" ]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[System_eventchannel_Event[ EventData[Data[@Name="PropA"]="ValueA" and Data[@Name="PropB"]="ValueB" ]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Skipped 2024-01-23 15:59:57.255985 test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[Application_eventchannel_Event[ EventData[Data[@Name="PropA"]="ValueA" and Data[@Name="PropB"]="ValueB" ]]] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'query' tag is used.. For this purpose, the test will configure the logcollector to monitor a testing log using. the query tag. That query will be different depending on the system OS. Finally, the test. will verify that the logcollector is started by verifying that the 'monitoring' or 'analyzing'. events are generated. 0.00 skip 0
('C:\\tmp\\Test_integration_B45893_20240123160926\\tests\\integration\\test_logcollector\\test_configuration\\test_basic_configuration_query.py', 121, 'Skipped: This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218')
Passed 2024-01-23 15:59:57.210985 test_logcollector/test_configuration/test_basic_configuration_alias.py::test_configuration_alias[command_tasklist_alias] description: Check if the 'wazuh-logcollector' daemon changes a command name in the log messages by. the one defined in the 'alias' tag. For this purpose, the test will monitor a command. using an alias. Then, it will verify that the 'reading command' event is generated.. This event includes the output of the command executed and its alias. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 6.19 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:43:41,248 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2', 'windows.debug': '2'} 2024-01-23 15:43:43,352 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2', 'windows.debug': '2'} DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:43:47,451 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_alias.py::test_configuration_alias[full_command_tasklist_alias2] description: Check if the 'wazuh-logcollector' daemon changes a command name in the log messages by. the one defined in the 'alias' tag. For this purpose, the test will monitor a command. using an alias. Then, it will verify that the 'reading command' event is generated.. This event includes the output of the command executed and its alias. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 7.29 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:43:47 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:43:49,334 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:43:53 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:43:53,370 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log 2024-01-23 15:43:53,044 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[command_echo Testing] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.62 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:43:53,054 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[command_df -P] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.97 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:43:55 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[command_find / -type f -perm 4000] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 4.85 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:43:57 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[command_ls /tmp/*] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.95 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:01 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[command_/tmp/script/my_script -a 1 -v 2 -b 3 -g 444 -k Testing] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.94 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:03 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[full_command_echo Testing] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 1.99 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:05 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[full_command_df -P] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 3.29 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:06 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[full_command_find / -type f -perm 4000] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 1.93 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:08 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.211985 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[full_command_ls /tmp/*] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 2.93 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:09 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_command.py::test_configuration_command[full_command_/tmp/script/my_script -a 1 -v 2 -b 3 -g 444 -k Testing] description: Check if the 'wazuh-logcollector' daemon can monitor commands that use multiple parameters.. For this purpose, the test will configure the logcollector to monitor a command, setting it. in the 'command' tag. Once the logcollector has started, it will check if the 'monitoring'. event, indicating that the command is being monitored, has been generated. Finally, the test. will verify that the Wazuh API returns the same values for the 'localfile' section that. the configured one. 3.27 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:11 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:44:13 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:44:13,044 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_exclude.py::test_configuration_exclude[syslog_C:\tmp\*_C:\tmp\file.txt] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'exclude' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and exclude log files by setting a wildcard in the 'exclude' tag. Finally, the test. will verify that the Wazuh component is started by checking its process, and the Wazuh API. returns the same values for the 'localfile' section that the configured one. 12.11 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:44:15,158 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:44:25,174 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_exclude.py::test_configuration_exclude[syslog_C:\tmp\*_C:\tmp\*.txt] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'exclude' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and exclude log files by setting a wildcard in the 'exclude' tag. Finally, the test. will verify that the Wazuh component is started by checking its process, and the Wazuh API. returns the same values for the 'localfile' section that the configured one. 12.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:25 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:44:27,144 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:44:37,163 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_exclude.py::test_configuration_exclude[syslog_C:\tmp\*_C:\tmp\file.*0] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'exclude' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and exclude log files by setting a wildcard in the 'exclude' tag. Finally, the test. will verify that the Wazuh component is started by checking its process, and the Wazuh API. returns the same values for the 'localfile' section that the configured one. 12.48 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:37 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:44:39,193 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:44:49,208 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_exclude.py::test_configuration_exclude[syslog_C:\tmp\*_C:\tmp\file.*1] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'exclude' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and exclude log files by setting a wildcard in the 'exclude' tag. Finally, the test. will verify that the Wazuh component is started by checking its process, and the Wazuh API. returns the same values for the 'localfile' section that the configured one. 10.45 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:49 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:44:49,153 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:44:59,171 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_exclude.py::test_configuration_exclude[syslog_C:\tmp\*_C:\tmp\file.log-%Y-%m-%d] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'exclude' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and exclude log files by setting a wildcard in the 'exclude' tag. Finally, the test. will verify that the Wazuh component is started by checking its process, and the Wazuh API. returns the same values for the 'localfile' section that the configured one. 12.78 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:44:59 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:45:01,151 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:45:11 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:45:11,166 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_3] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 2.61 filterwarnings 0
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:45:11,049 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.212986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_10] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 5.61 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:13 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.213986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_tasklist_100000] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 5.02 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:18 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_3] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 5.01 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:30 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_10] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 4.73 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:34 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.214986 test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_tasklist_100000] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'frequency' tag.. For this purpose, the test will set a 'localfile' section using valid/invalid values for that. tag. Then, it will check if the 'monitoring' event is triggered when using a valid value, or. if an error event is generated when using an invalid one. Finally, the test will verify that. the Wazuh API returns the same values for the 'localfile' section that the configured one. 6.51 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:45:38 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_@source] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.12 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_agent.type] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.84 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:18 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_agent.location] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:20 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_agent.idgroup] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:22 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_group.groupnname] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:24 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.216986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_109304] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 1.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:26 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_TestingTagNames] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.46 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:27 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_label.py::test_configuration_label[C:\TESTING\testfile.txt_myapp_?¿atag_tname] description: Check if the 'wazuh-logcollector' daemon can monitor log files configured to use labels.. For this purpose, the test will configure the logcollector to use labels, setting them. in the label 'tag'. Once the logcollector has started, it will check if the 'analyzing'. event, indicating that the testing log file is being monitored, has been generated.. Finally, the test will verify that the Wazuh API returns the same values for. the 'localfile' section that the configured one. 2.73 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:29 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:46:30 PM
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\test.txt_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 0.10 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\*_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.90 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:30 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\Testing white spaces_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:32 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\%F%H%K%L_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:34 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\test.*_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:36 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\c*test.txt_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 1.59 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:38 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\?¿^*We.- Nmae_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 3.02 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:39 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.217986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[C:\Users\Jenkins\AppData\Local\Temp\file.log-%Y-%m-%d_syslog] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:41 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Microsoft-Windows-Sysmon/Operational_eventchannel0] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:43 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Microsoft-Windows-Windows Firewall With Advanced Security/Firewall_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.44 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:45 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Application_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 5.31 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:47 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Security_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:51 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[System_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:53 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Microsoft-Windows-Sysmon/Operational_eventchannel1] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:55 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Microsoft-Windows-Windows Defender/Operational_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 3.01 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:57 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[File Replication Service_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.69 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:46:59 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[Service Microsoft-Windows-TerminalServices-RemoteConnectionManager_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.42 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:01 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.218986 test_logcollector/test_configuration/test_basic_configuration_location.py::test_configuration_location[invalidchannel_eventchannel] description: Check if the 'wazuh-logcollector' daemon starts properly when the 'location' tag is used.. For this purpose, the test will configure the logcollector to monitor a 'syslog' directory. and use a pathname with special characteristics. Finally, the test will verify that the. Wazuh component is started by checking its process, and the Wazuh API returns the same. values for the 'localfile' section that the configured one. 2.79 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:03 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:47:05 PM
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_syslog] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.11 filterwarnings 0
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:47:05,047 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.remote_commands': '1', 'logcollector.debug': '2'}
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_json] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.37 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:10 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_snort-full] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.02 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:14 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_mysql_log] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.13 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:18 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_postgresql_log] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 7.52 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:22 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_nmapg] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.16 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:29 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_iis] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.02 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:33 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.219986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_command_example-command] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.04 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:37 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_full_command_example-command] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.48 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:41 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[/var/log/testing/current_djb-multilog] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 3.52 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:45 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_multi-line:3] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 4.55 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:48 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_squid] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.43 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:52 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.220986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[C:\testing.txt_audit] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 5.01 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:47:56 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.221986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[Security_eventlog] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 2.90 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:12 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.222986 test_logcollector/test_configuration/test_basic_configuration_log_format.py::test_log_format[/tmp/test.txt_eventchannel] description: Check if the 'wazuh-logcollector' daemon detects invalid configurations for the 'log_format' tag.. It also checks some special aspects when using macOS. For this purpose, the test will set a. 'localfile' section using valid/invalid values for the 'log_format' tag. Then, it will check if. an error event is generated when using an invalid value. If macOS is the host system, the test. will verify that only one configuration block is used, and the 'location' tag allows invalid values.. Finally, the test will verify that the Wazuh API returns the same values for the 'localfile' section. that the configured one. 7.64 filterwarnings 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:14 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:48:18 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:48:20,122 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3s] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.11 0
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_4000s] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 4.65 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:22 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_5m] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 1.55 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:26 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_99h] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 2.57 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:27 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_94201d] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 4.52 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:29 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.256985 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing44s] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 4.99 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:35 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.257986 test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing] description: Check if the 'wazuh-logcollector' daemon detects invalid settings for the 'reconnect_time' tag.. For this purpose, the test will set a 'localfile' section using both valid and invalid values. for that tag. Finally, the test will verify that the 'analyzing' event is triggered when using. a valid value or if the 'invalid' event is generated when using an invalid one. 7.30 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:45 PM The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:48:49 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.257986 test_logcollector/test_localfile/test_invalid_agent_localfile_config.py::test_invalid_agent_localfile_config[location_test.txt_logformat_None] description: Check if the expected message is present in the ossec.log when an invalid <localfile> configuration is. set and if the Wazuh continues running. 2.10 agent 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:48:51,128 - wazuh_testing - DEBUG - Restarting wazuh-logcollector
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1046 Restarting wazuh-logcollector
Passed 2024-01-23 15:59:57.257986 test_logcollector/test_localfile/test_invalid_agent_localfile_config.py::test_invalid_agent_localfile_config[location_None_logformat_syslog] description: Check if the expected message is present in the ossec.log when an invalid <localfile> configuration is. set and if the Wazuh continues running. 2.16 agent 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:48:53,234 - wazuh_testing - DEBUG - Stopping wazuh-logcollector 2024-01-23 15:48:53,281 - wazuh_testing - DEBUG - Restarting wazuh-logcollector
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1066 Stopping wazuh-logcollector DEBUG wazuh_testing:conftest.py:1046 Restarting wazuh-logcollector
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:48:55,372 - wazuh_testing - DEBUG - Stopping wazuh-logcollector
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1066 Stopping wazuh-logcollector
Passed 2024-01-23 15:59:57.257986 test_logcollector/test_localfile/test_invalid_wazuh_conf.py::test_invalid_wazuh_conf[location_test.txt_logformat_None] description: Check if the expected message is present in the ossec.log when an invalid <localfile> configuration is. set and if Wazuh refuses to restart. 2.17 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. Unexpected error when control_service failed with the following error: The Wazuh service could not be started. The service did not report an error. More help is available by typing NET HELPMSG 3534.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:48:55,437 - wazuh_testing - DEBUG - Ignore error set to True 2024-01-23 15:48:55,437 - wazuh_testing - DEBUG - Restarting wazuh-logcollector 2024-01-23 15:48:57,538 - wazuh_testing - ERROR - Error when executing start in daemon None. Exit status: 2
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1032 Ignore error set to True DEBUG wazuh_testing:conftest.py:1046 Restarting wazuh-logcollector ERROR wazuh_testing:conftest.py:1051 Error when executing start in daemon None. Exit status: 2
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_localfile/test_invalid_wazuh_conf.py::test_invalid_wazuh_conf[location_None_logformat_syslog] description: Check if the expected message is present in the ossec.log when an invalid <localfile> configuration is. set and if Wazuh refuses to restart. 2.66 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:48:57 PM The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:48:57,585 - wazuh_testing - DEBUG - Stopping wazuh-logcollector 2024-01-23 15:48:57,118 - wazuh_testing - DEBUG - Ignore error set to True 2024-01-23 15:48:57,119 - wazuh_testing - DEBUG - Restarting wazuh-logcollector
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1066 Stopping wazuh-logcollector DEBUG wazuh_testing:conftest.py:1032 Ignore error set to True DEBUG wazuh_testing:conftest.py:1046 Restarting wazuh-logcollector
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:48:58 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:48:58,507 - wazuh_testing - DEBUG - Stopping wazuh-logcollector
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1066 Stopping wazuh-logcollector
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\depth1\test.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 3.45 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:48:58,944 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.debug': '2'} 2024-01-23 15:49:01,009 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.debug': '2'} DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:01,522 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\depth1\ depth_test.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 5.57 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:01 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:05,783 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:06,297 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\depth1\depth2\depth_test.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 5.10 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:06 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:10,305 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:10,819 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\non-existent.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 5.55 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:10 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:14,761 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:15,274 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 4.58 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:15 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:19,282 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:19,308 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.258985 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\Testing white spaces_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 6.81 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:19 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:23,777 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:25,293 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\test.*_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 3.07 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:25 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:27,276 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:27,791 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\c*test.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 4.75 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:27 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:31,448 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:31,477 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\duplicated\duplicated.txt_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 3.31 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:31 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:33,311 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:33,824 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\file.log-%Y-%m-%d_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 5.01 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:33 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:37,226 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:37,740 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location.py::test_location[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\multiple-logs\*_syslog] description: Check if the 'wazuh-logcollector' monitors the log files specified in the 'location' tag.. For this purpose, the test will create a testing log file, configure a 'localfile' section. to monitor it, and set the 'location' tag with different values, including wildcards, inexistent. or duplicated files (depending on the test case). The test also will check if the file limit is. working by specifying a path that contains a log number that exceeds that limit. Finally, the test. will verify that the expected events are generated for those special situations. 10.39 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:37 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:49:44,115 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:49:44 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:49:44,141 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log 2024-01-23 15:49:44,142 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\test*_syslog0] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 2.13 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test.txt_syslog0] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 4.96 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:48 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.259986 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test*_syslog0] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 4.91 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:52 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\test*_syslog1] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 4.52 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:49:56 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test.txt_syslog1] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 2.57 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:00 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test*_syslog1] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 3.78 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:02 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\test*_syslog2] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 4.52 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:05 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test.txt_syslog2] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 7.17 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:09 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*test*_syslog2] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 7.03 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:15 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_location_exclude.py::test_location_exclude[C:\Users\Jenkins\AppData\Local\Temp\wazuh-testing\*_syslog] description: Check if the 'wazuh-logcollector' excludes the files specified in the 'exclude' tag. For this. purpose, the test will create several testing log files and configure a 'localfile' section. to monitor the folder where they are located, and set the 'exclude' tag with different values,. including wildcards. Finally, the test will verify that only the matched files are excluded by. checking the 'exclude' events generated. 8.01 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:50:21 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:50:28 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_single_asterisk_wildcard-] description: Check logcollector expands wildcards and monitors target file properly. 5.70 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:50:28,144 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:50:28,145 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:50:33,807 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:50:33,846 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.260985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_single_question_mark_wildcard-] description: Check logcollector expands wildcards and monitors target file properly. 5.70 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:50:33,854 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:50:33,855 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:50:39,512 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:50:39,572 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.261985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_partial_words_with_asterisk_wildcards-] description: Check logcollector expands wildcards and monitors target file properly. 5.65 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:50:39,584 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:50:39,585 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:50:45,204 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:50:45,239 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.261985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_mixed_wildcards-] description: Check logcollector expands wildcards and monitors target file properly. 5.72 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:50:45,250 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:50:45,251 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:50:50,913 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:50:50,981 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.261985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_mixed_wildcards_path_asterisk_only-] description: Check logcollector expands wildcards and monitors target file properly. 9.49 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:50:50,992 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:50:50,992 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:51:00,452 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:51:00,487 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.261985 test_logcollector/test_location/test_win_location_wildcards.py::test_win_location_wildcards[test_invalid_wildcards_no_match-] description: Check logcollector expands wildcards and monitors target file properly. 1.11 win32 1, 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:51:00,498 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:51:00,499 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:51:01,588 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:51:01,620 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.261985 test_logcollector/test_log_filter_options/test_ignore_regex.py::test_ignore_multiple_regex[Log match - Two ignore tags - Match first tag-] description: Check if logcollector behavior when two ignore tags are added. 16.81 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:51:01,633 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:51:01,633 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:51:17,904 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 due to ignore config' event 2024-01-23 15:51:17,904 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:51:17,904 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:51:18,416 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:51:18,447 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_ignore_regex.py::test_ignore_multiple_regex[Log match - Two ignore tags - Match second tag-] description: Check if logcollector behavior when two ignore tags are added. 16.78 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:51:18,501 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:51:18,501 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:51:34,746 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex2 due to ignore config' event 2024-01-23 15:51:34,746 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:51:34,746 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex2 due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:51:35,258 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:51:35,289 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_ignore_regex.py::test_ignore_multiple_regex[No match - Two ignore tags-] description: Check if logcollector behavior when two ignore tags are added. 26.78 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:51:35,300 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:51:35,301 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:51:50,985 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log does not matches due to ignore config' event 2024-01-23 15:51:50,985 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:51:50,985 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:52:01,544 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log does not matches due to ignore config' event 2024-01-23 15:52:01,544 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:52:01,544 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log does not matches due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log does not matches due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:52:02,056 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:52:02,086 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Matches with restrict tag - Ignore and restrict tags with PCRE2 regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 26.74 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:52:02,096 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:52:02,097 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:52:17,753 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to restrict config' event 2024-01-23 15:52:17,753 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:52:17,753 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:52:28,298 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to ignore config' event 2024-01-23 15:52:28,298 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:52:28,298 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:52:28,808 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:52:28,841 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Matches with ignore tag - Ignore and restrict tags with osregex regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 6.20 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:52:28,851 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:52:28,852 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:52:35,028 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:52:35,061 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Log match - Ignore and restrict tags with osmatch regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 16.70 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:52:35,070 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:52:35,071 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:52:51,235 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches ignore restrict due to restrict config' event 2024-01-23 15:52:51,235 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:52:51,235 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches ignore restrict due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:52:51,747 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:52:51,777 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.262986 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Matches with restrict tag - Ignore and restrict tags with pcre2 and osregex regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 26.29 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:52:51,788 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:52:51,789 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:53:06,991 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to restrict config' event 2024-01-23 15:53:06,991 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:53:06,991 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:53:17,546 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to ignore config' event 2024-01-23 15:53:17,546 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:53:17,546 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches restrict due to ignore config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:53:18,058 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:53:18,089 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Matches with ignore tag - Ignore and restrict tags with pcre2 and osmatch regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 6.19 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:53:18,099 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:53:18,100 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:53:24,258 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:53:24,295 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py::test_restrict_ignore_regex_values[Log match - Ignore and restrict tags with osregex and osmatch regex-] description: Check if logcollector reads or ignores a log according to a regex configured in the restrict and. restrict tag tag for a given log file, with each configured value for the restrict 'type' attribute. value configured. 16.72 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:53:24,304 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:53:24,305 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:53:40,486 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches ignore restrict due to restrict config' event 2024-01-23 15:53:40,486 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:53:40,486 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches ignore restrict due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:53:41,000 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:53:41,033 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_regex.py::test_restrict_multiple_regex[Log match - Two Restrict tags - Match first tag-] description: Check if logcollector behavior when two restrict tags are added. 18.70 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:53:41,043 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:53:41,044 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:53:56,692 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 due to restrict config' event 2024-01-23 15:53:56,692 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:53:56,692 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:53:57,210 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:53:59,742 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_regex.py::test_restrict_multiple_regex[Log match - Two Restrict tags - Match both tags-] description: Check if logcollector behavior when two restrict tags are added. 27.38 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:53:59,753 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:53:59,754 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:54:15,976 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 regex2 due to restrict config' event 2024-01-23 15:54:15,976 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:54:15,976 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:54:26,564 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 regex2 due to restrict config' event 2024-01-23 15:54:26,564 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:54:26,564 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 regex2 due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex1 regex2 due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:54:27,081 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:54:27,144 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_regex.py::test_restrict_multiple_regex[Log match - Two Restrict tags - Match second tag-] description: Check if logcollector behavior when two restrict tags are added. 16.22 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:54:27,154 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:54:27,155 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
------------------------------Captured stderr call------------------------------
2024-01-23 15:54:42,818 - wazuh_testing - ERROR - Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex2 due to restrict config' event 2024-01-23 15:54:42,818 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:54:42,818 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 Did not receive the expected 'Ignoring the log line: Nov 10 12:19:04 localhost sshd: log matches regex2 due to restrict config' event ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:54:43,340 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:54:43,376 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.263985 test_logcollector/test_log_filter_options/test_restrict_regex.py::test_restrict_multiple_regex[No match - Two Restrict tags-] description: Check if logcollector behavior when two restrict tags are added. 6.15 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:54:43,385 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} 2024-01-23 15:54:43,386 - wazuh_testing - DEBUG - Restarting all daemon
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:694 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '2'} DEBUG wazuh_testing:conftest.py:144 Restarting all daemon
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:54:49,512 - wazuh_testing - DEBUG - Stopping all daemons 2024-01-23 15:54:49,547 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:156 Stopping all daemons DEBUG wazuh_testing:conftest.py:699 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.264985 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('json', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 2.11 0
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:54:49,553 - wazuh_testing - DEBUG - Set local_internal_option to {'windows.debug': '2', 'agent.debug': '0', 'logcollector.debug': '2'}
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'windows.debug': '2', 'agent.debug': '0', 'logcollector.debug': '2'}
------------------------------Captured stdout call------------------------------
The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.264985 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('json', False)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 7.57 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:54:51 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.264985 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('syslog', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 2.07 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:54:58 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.264985 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('snort-full', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 4.83 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:54:59 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('squid', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 4.89 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:03 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('audit', False)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 7.55 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:07 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('audit', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 7.54 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:14 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('mysql_log', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 4.55 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:20 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('postgresql_log', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 4.91 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:24 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('eventlog', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 4.53 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:28 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('eventchannel', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 3.54 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:32 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.265986 test_logcollector/test_log_format/test_log_format_values.py::test_log_format[('iis', True)] description: Check if the 'wazuh-logcollector' accepts only allowed values for the 'log_format' tag, and the content. of the log file to monitor is compatible with those values. For this purpose, the test will create a. testing log file, configure a 'localfile' section to monitor it, and set the 'log_format' tag with. valid/invalid values. Then, it will check if an error event is triggered when the value used is. invalid. Finally, the test will verify that an 'analyzing' event is generated if the content of. the monitored log file is compatible with the log format, or an error event is generated if not. 7.46 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:55:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
Tuesday, January 23, 2024 3:55:39 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:55:41,122 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.266985 test_logcollector/test_only_future_events/test_only_future_events.py::test_only_future_events[rotate_TEMP_TEST_PATH_in_syslog_format0] description: Check if the 'only-future-events' option is used properly by the 'wazuh-logcollector' when. monitoring a log file. This option allows reading new log content since the logcollector. was stopped. 11.76 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:55:41,126 - wazuh_testing - DEBUG - Set local_internal_option to {'logcollector.vcheck_files': '5', 'logcollector.debug': '2', 'windows.debug': '2'}
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:664 Set local_internal_option to {'logcollector.vcheck_files': '5', 'logcollector.debug': '2', 'windows.debug': '2'}
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
Passed 2024-01-23 15:59:57.266985 test_logcollector/test_only_future_events/test_only_future_events.py::test_only_future_events[rotate_TEMP_TEST_PATH_in_syslog_format1] description: Check if the 'only-future-events' option is used properly by the 'wazuh-logcollector' when. monitoring a log file. This option allows reading new log content since the logcollector. was stopped. 31.87 0
-----------------------------Captured stdout setup------------------------------
The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2024-01-23 15:56:12,693 - wazuh_testing - ERROR - The expected command monitoring log has not been produced 2024-01-23 15:56:12,693 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:56:12,693 - wazuh_testing - ERROR - Results expected: 1 2024-01-23 15:56:23,248 - wazuh_testing - ERROR - The expected command monitoring log has not been produced 2024-01-23 15:56:23,248 - wazuh_testing - ERROR - Results accumulated: 0 2024-01-23 15:56:23,248 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:466 The expected command monitoring log has not been produced ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1 ERROR wazuh_testing:monitoring.py:466 The expected command monitoring log has not been produced ERROR wazuh_testing:monitoring.py:467 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:469 Results expected: 1
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:56:24,776 - wazuh_testing - DEBUG - Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:669 Restore local_internal_option to {'syscheck.debug': '2\n', 'agent.debug': '2\n', 'monitord.rotate_log': '0\n', 'analysisd.debug': '2\n', 'wazuh_modules.debug': '2\n', 'wazuh_database.interval': '1\n', 'wazuh_db.commit_time': '2\n', 'wazuh_db.commit_time_max': '3\n', 'remoted.debug': '2\n'}
Passed 2024-01-23 15:59:57.266985 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[5] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 18.15 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:56:31,158 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:56:47,250 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[30] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 33.20 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:56:49,330 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:57:20,472 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[10] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 23.17 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:57:22,552 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:57:43,682 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_options/test_options_state_interval.py::test_options_state_interval[15] description: Check if the 'wazuh-logcollector' daemon updates the statistic file 'wazuh-logcollector.state'. from the values set in the 'logcollector.state_interval' internal option. For this purpose,. the test will check if the value stored in that internal option is an integer, and its value is. beetwen the allowed limits, if not, it will verify that the Wazuh is stopped (on Windows systems). or an error event is generated (on Linux systems). Finally, if the interval value is valid, it. will verify that the 'wazuh-logcollector.state' file is updated at the specified intervals by. checking the properties of that file. 19.06 1
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:57:43,923 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stdout teardown----------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:58:00,679 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Application_eventchannel_5s] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 28.65 win32 0
-----------------------------Captured stdout setup------------------------------
[SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:58:10,273 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
[SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The following services are dependent on the Windows Event Log service. Stopping the Windows Event Log service will also stop these services. Network List Service Network Location Awareness The Network List Service service is stopping. The Network List Service service was stopped successfully. The Network Location Awareness service is stopping. The Network Location Awareness service was stopped successfully. The Windows Event Log service is stopping. The Windows Event Log service was stopped successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Windows Event Log service is starting. The Windows Event Log service was started successfully. The Network List Service service is starting. The Network List Service service was started successfully. Tuesday, January 23, 2024 3:58:31 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:58:31,049 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[Security_eventchannel_5s] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 26.75 win32 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:58:31 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:58:36,432 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
[SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The following services are dependent on the Windows Event Log service. Stopping the Windows Event Log service will also stop these services. Network List Service Network Location Awareness The Network List Service service is stopping. The Network List Service service was stopped successfully. The Network Location Awareness service is stopping. The Network Location Awareness service was stopped successfully. The Windows Event Log service is stopping. The Windows Event Log service was stopped successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Windows Event Log service is starting. The Windows Event Log service was started successfully. The Network List Service service is starting. The Network List Service service was started successfully. Tuesday, January 23, 2024 3:58:57 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:58:57,046 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
Passed 2024-01-23 15:59:57.267986 test_logcollector/test_reconnect_time/test_reconnect_time.py::test_reconnect_time[System_eventchannel_5s] description: Check if the 'wazuh-logcollector' daemon uses the interval of reconnection attempts when. the Windows Event Channel service is down. That interval is set in the 'reconnect_time' tag.. For this purpose, the test will configure a 'localfile' section to monitor a windows 'event. log', and once the logcollector is started, it will verify that the 'event log' is being. monitored by detecting the event that indicates it. Then, the test will stop the event. channel service and wait for the event that indicates that the 'event log' is unavailable.. After this, it will verify that the 'trying to reconnect' event includes the time set in. the 'reconnect_time' tag and start the event channel service again. Finally, the test. will verify that the event indicating the successful reconnection to the 'event log'. is generated in the time set by the 'reconnect_time' tag. 28.92 win32 0
-----------------------------Captured stdout setup------------------------------
Tuesday, January 23, 2024 3:58:57 PM The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
-----------------------------Captured stderr setup------------------------------
2024-01-23 15:59:04,876 - wazuh_testing - DEBUG - Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
-------------------------------Captured log setup-------------------------------
DEBUG wazuh_testing:conftest.py:1105 Initializing file to monitor to C:\Program Files (x86)\ossec-agent\ossec.log
------------------------------Captured stdout call------------------------------
[SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The following services are dependent on the Windows Event Log service. Stopping the Windows Event Log service will also stop these services. Network List Service Network Location Awareness The Network List Service service is stopping. The Network List Service service was stopped successfully. The Network Location Awareness service is stopping. The Network Location Awareness service was stopped successfully. The Windows Event Log service is stopping. The Windows Event Log service was stopped successfully. [SC] ChangeServiceConfig SUCCESS [SC] ChangeServiceConfig SUCCESS The Windows Event Log service is starting. The Windows Event Log service was started successfully. The Network List Service service is starting. The Network List Service service was started successfully. Tuesday, January 23, 2024 3:59:25 PM
----------------------------Captured stderr teardown----------------------------
2024-01-23 15:59:25,115 - wazuh_testing - DEBUG - Trucanted C:\Program Files (x86)\ossec-agent\ossec.log
-----------------------------Captured log teardown------------------------------
DEBUG wazuh_testing:conftest.py:1113 Trucanted C:\Program Files (x86)\ossec-agent\ossec.log