r3-2004.html

Report generated on 08-Oct-2021 at 16:00:22 by pytest-html v2.0.1

Environment

Packages {'pytest': '6.2.2', 'py': '1.10.0', 'pluggy': '0.13.1'}
Platform Windows-10-10.0.19043-SP0
Plugins {'html': '2.0.1', 'metadata': '1.11.0', 'testinfra': '5.0.0'}
Python 3.9.7

Summary

95 tests ran in 2555.15 seconds.

84 passed, 358 skipped, 11 failed, 0 errors, 0 expected failures, 0 unexpected passes
Tests Failed Success XFail Error
test_fim\test_files\test_ambiguous_confs\test_ambiguous_complex.py 0 9 0 0
test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py 11 22 0 0
test_fim\test_files\test_ambiguous_confs\test_ambiguous_whodata_thread.py 0 0 0 0
test_fim\test_files\test_ambiguous_confs\test_duplicate_entries.py 0 36 0 0
test_fim\test_files\test_ambiguous_confs\test_ignore_works_over_restrict.py 0 15 0 0
test_fim\test_files\test_ambiguous_confs\test_whodata_prevails_over_realtime.py 0 2 0 0

Results

Result Time Test Description Duration Markers Links Tier
Failed 2021-10-09 17:33:45.532598 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration0-folders0-tags_to_apply0] Check restrict configuration events. 32.20 2

Test function details

Extended Summary

Check if syscheck detects regular file changes (add, modify, delete) depending on its restrict configuration.
/testdir -> has a restrict configuration
/testdir/subdir -> has no restrict configuration
Only /testdir/subdir events should appear in ossec.log
This test is intended to be used with valid configurations files. Each execution of this test will configure
the environment properly, restart the service and wait for the initial scan.

Parameters

Parameter(name='folders', type='list', desc=['Monitored directories'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
folders = ['c:\\testdir', 'c:\\testdir\\subdir'], tags_to_apply = {'ambiguous_restrict'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...ies': {'attributes': [...], 'value': 'c:\\testdir\\subdir'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_restrict']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('folders, tags_to_apply', [
([testdir, subdir], {'ambiguous_restrict'})
])
def test_ambiguous_restrict(folders, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check restrict configuration events.

Check if syscheck detects regular file changes (add, modify, delete) depending on its restrict configuration.

/testdir -> has a restrict configuration
/testdir/subdir -> has no restrict configuration
Only /testdir/subdir events should appear in ossec.log

This test is intended to be used with valid configurations files. Each execution of this test will configure
the environment properly, restart the service and wait for the initial scan.

Parameters
----------
folders : list
Monitored directories
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
file_list = ['example.csv']
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

> regular_file_cud(folders[0], wazuh_log_monitor, file_list=file_list,
time_travel=scheduled,
min_timeout=global_parameters.default_timeout, triggers_event=False)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:148:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2177: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF53EC310>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:33:16 AM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:33:35 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:33:16,035 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 04:33:16,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:33:16.035765 to 2021-10-09 04:33:16.223976 2021-10-09 04:33:35,276 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-09 04:33:35,276 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:33:35,276 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 04:33:35,292 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-09 04:33:35,292 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-09 04:33:35,292 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-09 04:33:35,292 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-09 04:33:35,292 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 04:33:35,354 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-09 04:33:35,354 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-09 17:33:35,226 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:33:35.354718 to 2021-10-09 17:33:35.226821 2021-10-09 17:33:45,250 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 17:33:45,250 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:33:45,250 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:33:16.035765 to 2021-10-09 04:33:16.223976 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:33:35.354718 to 2021-10-09 17:33:35.226821 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:33:59.774274 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration1-folders0-tags_to_apply0] Check content_changes field for each event 11.96 2

Test function details

Extended Summary

Check if syscheck detects or not the content_changes field for each event depending on its report_changes
attribute.
This test validates both situations, making sure that if report_changes='no', there won't be a
content_changes event property.

Parameters

Parameter(name='folders', type='list', desc=['Monitored directories'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
folders = ['c:\\testdir', 'c:\\testdir\\subdir'], tags_to_apply = {'ambiguous_report_changes'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...{'attributes': [...], 'value': 'c:\\testdir\\subdir'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_report_changes']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('folders, tags_to_apply', [
([testdir, subdir], {'ambiguous_report_changes'})
])
def test_ambiguous_report(folders, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check content_changes field for each event

Check if syscheck detects or not the content_changes field for each event depending on its report_changes
attribute.

This test validates both situations, making sure that if report_changes='no', there won't be a
content_changes event property.

Parameters
----------
folders : list
Monitored directories
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""

def report_changes_validator(event):
"""Validate content_changes event property exists in the event."""
for file in file_list:
diff_file = os.path.join(WAZUH_PATH, 'queue', 'diff', 'local')
if sys.platform == 'win32':
diff_file = os.path.join(diff_file, 'c')
striped = folder.strip(os.sep) if sys.platform == 'darwin' else folder.strip(PREFIX)
diff_file = os.path.join(diff_file, striped, file)

assert os.path.exists(diff_file), f'{diff_file} does not exist'
assert event['data'].get('content_changes') is not None, f'content_changes is empty'

def no_report_changes_validator(event):
"""Validate content_changes event property does not exist in the event."""
for file in file_list:
diff_file = os.path.join(WAZUH_PATH, 'queue', 'diff', 'local')
if sys.platform == 'win32':
diff_file = os.path.join(diff_file, 'c')
striped = folder.strip(os.sep) if sys.platform == 'darwin' else folder.strip(PREFIX)
diff_file = os.path.join(diff_file, striped, file)

assert not os.path.exists(diff_file), f'{diff_file} exists'
assert 'content_changes' not in event['data'].keys(), f"'content_changes' in event"

check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'
file_list = ['regular']
folder = folders[1]

# Check if create, update and delete events in folders[1] contain the field 'content_changes'.
> regular_file_cud(folders[1], wazuh_log_monitor, file_list=file_list, time_travel=scheduled,
min_timeout=global_parameters.default_timeout, triggers_event=True,
validators_after_update=[report_changes_validator])

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF5442AC0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:33:49 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:33:49,538 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-09 04:33:49,256 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:33:49.538624 to 2021-10-09 04:33:49.256523 2021-10-09 04:33:59,258 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:33:59,258 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:33:59,258 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\regular of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:33:49.538624 to 2021-10-09 04:33:49.256523 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-11 21:34:29.829725 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration2-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 38.02 2

Test function details

Extended Summary

This test validates both situations, making sure that if tags='no', there won't be a
tags event property.

Parameters

Parameter(name='folders', type='list', desc=['Monitored directories'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
folders = ['c:\\testdir', 'c:\\testdir\\subdir'], tags_to_apply = {'ambiguous_tags'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...ctories': {'attributes': [...], 'value': 'c:\\testdir\\subdir'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_tags']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('folders, tags_to_apply', [
([testdir, subdir], {'ambiguous_tags'})
])
def test_ambiguous_tags(folders, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check if syscheck detects the event property 'tags' for each event.

This test validates both situations, making sure that if tags='no', there won't be a
tags event property.

Parameters
----------
folders : list
Monitored directories
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

# Check that events inside folder[0] do not contain the key 'tags'.
regular_file_cud(folders[0], wazuh_log_monitor,
time_travel=scheduled,
min_timeout=global_parameters.default_timeout, validators_after_cud=[no_tag_validator])

# Check that events inside folder[1] do contain the key 'tags'.
> regular_file_cud(folders[1], wazuh_log_monitor,
time_travel=scheduled,
min_timeout=global_parameters.default_timeout, validators_after_cud=[tag_validator])

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:245:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2186: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF66FA0A0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:01 AM SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:34:11 PM Sunday, October 10, 2021 6:34:13 AM Sunday, October 10, 2021 7:34:15 PM SUCCESS: The file (or folder): "c:\testdir\subdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 8:34:16 AM Monday, October 11, 2021 9:34:19 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:34:01,990 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-09 04:34:01,178 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:34:01.990004 to 2021-10-09 04:34:01.178223 2021-10-09 04:34:11,147 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 04:34:11,147 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-09 04:34:11,147 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-09 04:34:11,147 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-09 04:34:11,147 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-09 04:34:11,162 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-09 04:34:11,162 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-09 17:34:11,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:34:11.162760 to 2021-10-09 17:34:11.224487 2021-10-09 17:34:13,650 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 17:34:13,650 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-10 06:34:13,315 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:34:13.650863 to 2021-10-10 06:34:13.315835 2021-10-10 06:34:15,800 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 06:34:15,800 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-10 19:34:15,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 06:34:15.800856 to 2021-10-10 19:34:15.222938 2021-10-10 19:34:15,992 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 19:34:15,992 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-10 19:34:15,992 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-10 19:34:15,992 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-10 19:34:15,992 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-10 19:34:16,013 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-10 19:34:16,013 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-11 08:34:16,217 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 19:34:16.013957 to 2021-10-11 08:34:16.217230 2021-10-11 08:34:19,148 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 08:34:19,148 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-11 21:34:19,194 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 08:34:19.148251 to 2021-10-11 21:34:19.194826 2021-10-11 21:34:29,204 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-11 21:34:29,204 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 21:34:29,204 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:34:01.990004 to 2021-10-09 04:34:01.178223 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:34:11.162760 to 2021-10-09 17:34:11.224487 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:34:13.650863 to 2021-10-10 06:34:13.315835 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 06:34:15.800856 to 2021-10-10 19:34:15.222938 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 19:34:16.013957 to 2021-10-11 08:34:16.217230 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 08:34:19.148251 to 2021-10-11 21:34:19.194826 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:34:43.920470 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration3-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 12.11 2

Test function details

Extended Summary

Check if syscheck detects alerts for each level defined in the recursion_level attribute.
This overwrites the default value, restricting it.
If we set recursion_level=1 and we have this monitored directory /testdir
It will only monitor /testdir and /testdir/subdir
If we had /testdir/subdir/subdir2, /subdir2 wouldn't be monitored

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='recursion_level', type='int', desc=['Value of the recursion_level attribute'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\recursiondir', recursion_level = 1, tags_to_apply = {'ambiguous_recursion_over'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...': {'attributes': [...], 'value': 'c:\\recursiondir'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_recursion_over']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('dirname, recursion_level, tags_to_apply', [
(testdir_recursion, 1, {'ambiguous_recursion_over'}),
(testdir_recursion, 4, {'ambiguous_recursion'})
])
def test_ambiguous_recursion(dirname, recursion_level, tags_to_apply, get_configuration, configure_environment,
restart_syscheckd, wait_for_fim_start):
"""Check alerts for each level defined in recursion_level

Check if syscheck detects alerts for each level defined in the recursion_level attribute.
This overwrites the default value, restricting it.

If we set recursion_level=1 and we have this monitored directory /testdir
It will only monitor /testdir and /testdir/subdir
If we had /testdir/subdir/subdir2, /subdir2 wouldn't be monitored

Parameters
----------
dirname : string
Name of the monitored directory
recursion_level : int
Value of the recursion_level attribute
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'
recursion_subdir = 'subdir'
path = dirname

# Iterate from ini to fin and verify that events are generated in the nested directories.
> path = _test_recursion_cud(ini=0, fin=recursion_level, path=path,
recursion_subdir=recursion_subdir,
scheduled=scheduled,
min_timeout=global_parameters.default_timeout, triggers_event=True)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:280:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:115: in _test_recursion_cud
regular_file_cud(path, wazuh_log_monitor, time_travel=scheduled, min_timeout=min_timeout,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF569B3D0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:33 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:34:33,490 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-09 04:34:33,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:34:33.490332 to 2021-10-09 04:34:33.301314 2021-10-09 04:34:43,310 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:34:43,310 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:34:43,310 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:34:33.490332 to 2021-10-09 04:34:33.301314 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:34:55.802783 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration4-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 11.99 2

Test function details

Extended Summary

Check if syscheck detects alerts for each level defined in the recursion_level attribute.
This overwrites the default value, restricting it.
If we set recursion_level=1 and we have this monitored directory /testdir
It will only monitor /testdir and /testdir/subdir
If we had /testdir/subdir/subdir2, /subdir2 wouldn't be monitored

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='recursion_level', type='int', desc=['Value of the recursion_level attribute'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\recursiondir', recursion_level = 4, tags_to_apply = {'ambiguous_recursion'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...ories': {'attributes': [...], 'value': 'c:\\recursiondir'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_recursion']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('dirname, recursion_level, tags_to_apply', [
(testdir_recursion, 1, {'ambiguous_recursion_over'}),
(testdir_recursion, 4, {'ambiguous_recursion'})
])
def test_ambiguous_recursion(dirname, recursion_level, tags_to_apply, get_configuration, configure_environment,
restart_syscheckd, wait_for_fim_start):
"""Check alerts for each level defined in recursion_level

Check if syscheck detects alerts for each level defined in the recursion_level attribute.
This overwrites the default value, restricting it.

If we set recursion_level=1 and we have this monitored directory /testdir
It will only monitor /testdir and /testdir/subdir
If we had /testdir/subdir/subdir2, /subdir2 wouldn't be monitored

Parameters
----------
dirname : string
Name of the monitored directory
recursion_level : int
Value of the recursion_level attribute
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'
recursion_subdir = 'subdir'
path = dirname

# Iterate from ini to fin and verify that events are generated in the nested directories.
> path = _test_recursion_cud(ini=0, fin=recursion_level, path=path,
recursion_subdir=recursion_subdir,
scheduled=scheduled,
min_timeout=global_parameters.default_timeout, triggers_event=True)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:280:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:115: in _test_recursion_cud
regular_file_cud(path, wazuh_log_monitor, time_travel=scheduled, min_timeout=min_timeout,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF56852B0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:45 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:34:45,385 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-09 04:34:45,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:34:45.385227 to 2021-10-09 04:34:45.225857 2021-10-09 04:34:55,240 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:34:55,240 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:34:55,240 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:34:45.385227 to 2021-10-09 04:34:45.225857 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:35:09.678142 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration5-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 11.85 2

Test function details

Extended Summary

Check if syscheck detects alerts for each level defined in the recursion_level attribute and
if it detects the event property 'tags' for each of them.
This overwrites the default value, restricting it.

Parameters

Parameter(name='dirnames', type='list', desc=['Monitored directories'])
Parameter(name='recursion_level', type='int', desc=['Value of the recursion_level attribute'])
Parameter(name='triggers_event', type='bool', desc=['determine if the event should be raised or not.'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirnames = ['c:\\recursiondir_tag', 'c:\\recursiondir_no_tag'], recursion_level = 2, triggers_event = True, tags_to_apply = {'ambiguous_recursion_tag'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...ttributes': [...], 'value': 'c:\\recursiondir_no_tag'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_recursion_tag']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('dirnames, recursion_level, triggers_event, tags_to_apply', [
([testdir_recursion_tag, testdir_recursion_no_tag], 2, True, {'ambiguous_recursion_tag'}),
([testdir_recursion_tag, testdir_recursion_no_tag], 2, False, {'ambiguous_no_recursion_tag'})
])
def test_ambiguous_recursion_tag(dirnames, recursion_level, triggers_event, tags_to_apply, get_configuration,
configure_environment, restart_syscheckd, wait_for_fim_start):
"""Check alerts for each level defined in recursion_level with tags

Check if syscheck detects alerts for each level defined in the recursion_level attribute and
if it detects the event property 'tags' for each of them.
This overwrites the default value, restricting it.

Parameters
----------
dirnames : list
Monitored directories
recursion_level : int
Value of the recursion_level attribute
triggers_event : bool
determine if the event should be raised or not.
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'
recursion_subdir = 'subdir'

# Iterate from ini to fin and verify that events generated in the nested directories contain the key 'tags'.
> _test_recursion_cud(ini=0, fin=recursion_level, path=dirnames[0],
recursion_subdir=recursion_subdir,
scheduled=scheduled, min_timeout=global_parameters.default_timeout,
triggers_event=triggers_event, validators_after_cud=[tag_validator])

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:321:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:115: in _test_recursion_cud
regular_file_cud(path, wazuh_log_monitor, time_travel=scheduled, min_timeout=min_timeout,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF683CA90>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:59 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:34:59,554 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-09 04:34:59,209 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:34:59.554177 to 2021-10-09 04:34:59.209174 2021-10-09 04:35:09,210 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:35:09,210 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:35:09,210 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:34:59.554177 to 2021-10-09 04:34:59.209174 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:35:23.848844 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration6-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 12.01 2

Test function details

Extended Summary

Check if syscheck detects alerts for each level defined in the recursion_level attribute and
if it detects the event property 'tags' for each of them.
This overwrites the default value, restricting it.

Parameters

Parameter(name='dirnames', type='list', desc=['Monitored directories'])
Parameter(name='recursion_level', type='int', desc=['Value of the recursion_level attribute'])
Parameter(name='triggers_event', type='bool', desc=['determine if the event should be raised or not.'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirnames = ['c:\\recursiondir_tag', 'c:\\recursiondir_no_tag'], recursion_level = 2, triggers_event = False, tags_to_apply = {'ambiguous_no_recursion_tag'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...ibutes': [...], 'value': 'c:\\recursiondir_no_tag'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_no_recursion_tag']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('dirnames, recursion_level, triggers_event, tags_to_apply', [
([testdir_recursion_tag, testdir_recursion_no_tag], 2, True, {'ambiguous_recursion_tag'}),
([testdir_recursion_tag, testdir_recursion_no_tag], 2, False, {'ambiguous_no_recursion_tag'})
])
def test_ambiguous_recursion_tag(dirnames, recursion_level, triggers_event, tags_to_apply, get_configuration,
configure_environment, restart_syscheckd, wait_for_fim_start):
"""Check alerts for each level defined in recursion_level with tags

Check if syscheck detects alerts for each level defined in the recursion_level attribute and
if it detects the event property 'tags' for each of them.
This overwrites the default value, restricting it.

Parameters
----------
dirnames : list
Monitored directories
recursion_level : int
Value of the recursion_level attribute
triggers_event : bool
determine if the event should be raised or not.
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'
recursion_subdir = 'subdir'

# Iterate from ini to fin and verify that events generated in the nested directories contain the key 'tags'.
> _test_recursion_cud(ini=0, fin=recursion_level, path=dirnames[0],
recursion_subdir=recursion_subdir,
scheduled=scheduled, min_timeout=global_parameters.default_timeout,
triggers_event=triggers_event, validators_after_cud=[tag_validator])

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:321:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:115: in _test_recursion_cud
regular_file_cud(path, wazuh_log_monitor, time_travel=scheduled, min_timeout=min_timeout,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF6D20160>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:35:13 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:35:13,603 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-09 04:35:13,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:35:13.603071 to 2021-10-09 04:35:13.254312 2021-10-09 04:35:23,270 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:35:23,270 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:35:23,270 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:35:13.603071 to 2021-10-09 04:35:13.254312 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 04:35:37.709662 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration7-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 11.90 2

Test function details

Extended Summary

Check are read from left to right, overwriting any ambiguous configuration.
If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='checkers', type='set', desc=['Checks to be compared to the actual event check list (the one we get from the event)'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\checkdir_default', checkers = {'check_group', 'check_mtime', 'check_owner', 'check_perm', 'check_sha256sum', 'check_size'}, tags_to_apply = {'ambiguous_check'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...\\checkdir_checkall\\checkdir_no_inode\\checkdir_no_checksum'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_check']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('tags_to_apply', [
{'ambiguous_check'}
])
@pytest.mark.parametrize('dirname, checkers', parametrize_list)
def test_ambiguous_check(dirname, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check if syscheck detects every check set in the configuration.

Check are read from left to right, overwriting any ambiguous configuration.

If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters
----------
dirname : string
Name of the monitored directory
checkers : set
Checks to be compared to the actual event check list (the one we get from the event)
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

> regular_file_cud(dirname, wazuh_log_monitor, min_timeout=global_parameters.default_timeout, options=checkers,
time_travel=scheduled)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:358:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF6840310>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:35:27 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:35:27,459 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-09 04:35:27,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:35:27.459578 to 2021-10-09 04:35:27.224776 2021-10-09 04:35:37,240 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 04:35:37,240 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:35:37,240 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:35:27.459578 to 2021-10-09 04:35:27.224776 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-09 17:35:47.743123 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration7-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 11.94 2

Test function details

Extended Summary

Check are read from left to right, overwriting any ambiguous configuration.
If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='checkers', type='set', desc=['Checks to be compared to the actual event check list (the one we get from the event)'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\checkdir_default\\checkdir_checkall', checkers = {'check_attrs', 'check_group', 'check_inode', 'check_md5sum', 'check_mtime', 'check_owner', ...}, tags_to_apply = {'ambiguous_check'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...\\checkdir_checkall\\checkdir_no_inode\\checkdir_no_checksum'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_check']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('tags_to_apply', [
{'ambiguous_check'}
])
@pytest.mark.parametrize('dirname, checkers', parametrize_list)
def test_ambiguous_check(dirname, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check if syscheck detects every check set in the configuration.

Check are read from left to right, overwriting any ambiguous configuration.

If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters
----------
dirname : string
Name of the monitored directory
checkers : set
Checks to be compared to the actual event check list (the one we get from the event)
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

> regular_file_cud(dirname, wazuh_log_monitor, min_timeout=global_parameters.default_timeout, options=checkers,
time_travel=scheduled)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:358:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF67690A0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 5:35:37 PM
------------------------------Captured stderr call------------------------------
2021-10-09 04:35:37,709 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-09 17:35:37,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:35:37.709662 to 2021-10-09 17:35:37.285434 2021-10-09 17:35:47,305 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 17:35:47,305 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:35:47,305 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:35:37.709662 to 2021-10-09 17:35:37.285434 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-10 06:35:57.509906 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration7-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 11.72 2

Test function details

Extended Summary

Check are read from left to right, overwriting any ambiguous configuration.
If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='checkers', type='set', desc=['Checks to be compared to the actual event check list (the one we get from the event)'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\checkdir_default\\checkdir_checkall\\checkdir_no_inode', checkers = {'check_attrs', 'check_group', 'check_md5sum', 'check_mtime', 'check_owner', 'check_perm', ...}, tags_to_apply = {'ambiguous_check'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...\\checkdir_checkall\\checkdir_no_inode\\checkdir_no_checksum'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_check']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('tags_to_apply', [
{'ambiguous_check'}
])
@pytest.mark.parametrize('dirname, checkers', parametrize_list)
def test_ambiguous_check(dirname, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check if syscheck detects every check set in the configuration.

Check are read from left to right, overwriting any ambiguous configuration.

If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters
----------
dirname : string
Name of the monitored directory
checkers : set
Checks to be compared to the actual event check list (the one we get from the event)
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

> regular_file_cud(dirname, wazuh_log_monitor, min_timeout=global_parameters.default_timeout, options=checkers,
time_travel=scheduled)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:358:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF6C2ADC0>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Sunday, October 10, 2021 6:35:47 AM
------------------------------Captured stderr call------------------------------
2021-10-09 17:35:47,743 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-10 06:35:47,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:35:47.743123 to 2021-10-10 06:35:47.223021 2021-10-10 06:35:57,243 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-10 06:35:57,243 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 06:35:57,243 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:35:47.743123 to 2021-10-10 06:35:47.223021 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Failed 2021-10-10 19:36:07.825478 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration7-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 11.98 2

Test function details

Extended Summary

Check are read from left to right, overwriting any ambiguous configuration.
If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters

Parameter(name='dirname', type='string', desc=['Name of the monitored directory'])
Parameter(name='checkers', type='set', desc=['Checks to be compared to the actual event check list (the one we get from the event)'])
Parameter(name='tags_to_apply', type='set', desc=['Run test if matches with a configuration identifier, skip otherwise'])
dirname = 'c:\\checkdir_default\\checkdir_checkall\\checkdir_no_inode\\checkdir_no_checksum', checkers = {'check_attrs', 'check_group', 'check_inode', 'check_mtime', 'check_owner', 'check_perm', ...}, tags_to_apply = {'ambiguous_check'}
get_configuration = {'apply_to_modules': ['test_ambiguous_simple'], 'metadata': {'fim_mode': 'scheduled', 'tags': 'Sample_tag'}, 'sections...\\checkdir_checkall\\checkdir_no_inode\\checkdir_no_checksum'}}], 'section': 'syscheck'}], 'tags': ['ambiguous_check']}
configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None

@pytest.mark.parametrize('tags_to_apply', [
{'ambiguous_check'}
])
@pytest.mark.parametrize('dirname, checkers', parametrize_list)
def test_ambiguous_check(dirname, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd,
wait_for_fim_start):
"""Check if syscheck detects every check set in the configuration.

Check are read from left to right, overwriting any ambiguous configuration.

If we set check_all='yes' and then check_inode='no' for the same directory, syscheck must send an event
containing every possible check without inode.

Parameters
----------
dirname : string
Name of the monitored directory
checkers : set
Checks to be compared to the actual event check list (the one we get from the event)
tags_to_apply : set
Run test if matches with a configuration identifier, skip otherwise
"""
check_apply_test(tags_to_apply, get_configuration['tags'])
scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled'

> regular_file_cud(dirname, wazuh_log_monitor, min_timeout=global_parameters.default_timeout, options=checkers,
time_travel=scheduled)

test_fim\test_files\test_ambiguous_confs\test_ambiguous_simple.py:358:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2168: in regular_file_cud
check_time_travel(time_travel, monitor=log_monitor)
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1365: in check_time_travel
monitor.start(timeout=timeout, callback=callback_detect_end_scan,
..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start
self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x0000022EF6E18130>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000022EF507F700>, accum_results = 1, update_position = False, timeout_extra = 0
error_message = 'End of scheduled scan not detected after 10 seconds'

def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0,
error_message=''):
"""Start the queue monitoring until the stop method is called."""
if not self._continue:
self._continue = True
self._abort = False
result = None

while self._continue:
if self._abort:
self.stop()
if error_message:
logger.error(error_message)
logger.error(f"Results accumulated: "
f"{len(result) if isinstance(result, list) else 0}")
logger.error(f"Results expected: {accum_results}")
> raise TimeoutError(error_message)
E TimeoutError: End of scheduled scan not detected after 10 seconds

..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError
------------------------------Captured stdout call------------------------------
Sunday, October 10, 2021 7:35:57 PM
------------------------------Captured stderr call------------------------------
2021-10-10 06:35:57,509 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-10 19:35:57,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 06:35:57.509906 to 2021-10-10 19:35:57.239212 2021-10-10 19:36:07,262 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-10 19:36:07,262 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 19:36:07,262 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 06:35:57.509906 to 2021-10-10 19:35:57.239212 ERROR  wazuh_testing:monitoring.py:453 End of scheduled scan not detected after 10 seconds ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Skipped 2021-10-09 17:33:45.548286 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration0-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.548286 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration0-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.564210 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration0-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.579225 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration0-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.579225 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration0-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.595072 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration0-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.611965 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration0-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.626546 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration0-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.02 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.642283 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration0-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 17:33:45.658047 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration0-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:33:49.522875 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration1-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:33:45 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.
Skipped 2021-10-09 04:33:59.792161 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration1-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.792161 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration1-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.805556 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration1-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.805556 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration1-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.821454 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration1-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.821454 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration1-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.841519 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration1-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.852458 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration1-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:33:59.852458 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration1-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:01.990004 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration2-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:33:59 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.
Skipped 2021-10-08 15:34:01.990004 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration2-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.846054 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration2-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.861601 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration2-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.877328 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration2-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.892286 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration2-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.908971 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration2-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.924349 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration2-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.939900 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration2-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-11 21:34:29.971343 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration2-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:33.474273 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration3-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:34:29 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.
Skipped 2021-10-08 15:34:33.490332 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration3-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:33.490332 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration3-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.936122 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration3-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.936122 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration3-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.951603 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration3-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.951603 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration3-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.970831 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration3-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.982280 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration3-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:43.982806 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration3-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:45.369221 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration4-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:34:43 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
Skipped 2021-10-08 15:34:45.369221 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration4-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:45.369221 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration4-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:45.385227 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration4-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.802783 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration4-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.819614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration4-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.819614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration4-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.834812 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration4-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.834812 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration4-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:34:55.849857 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration4-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:59.523070 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration5-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:34:55 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.
Skipped 2021-10-08 15:34:59.523070 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration5-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:59.539388 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration5-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:59.539388 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration5-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:34:59.539388 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration5-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:09.678142 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration5-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:09.678142 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration5-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:09.693885 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration5-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:09.693885 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration5-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:09.710034 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration5-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:13.571209 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration6-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:35:09 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.
Skipped 2021-10-08 15:35:13.587342 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration6-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:13.587342 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration6-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:13.587342 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration6-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:13.603071 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration6-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:13.603071 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration6-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:23.848844 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration6-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:23.863998 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration6-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:23.863998 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration6-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-09 04:35:23.880614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration6-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.428814 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration7-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:35:23 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.
Skipped 2021-10-08 15:35:27.428814 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration7-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.444678 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration7-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.444678 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration7-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.444678 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration7-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.459578 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration7-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:35:27.459578 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration7-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.397993 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration8-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.413992 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration8-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.413992 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration8-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.429675 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration8-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.429675 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration8-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.429675 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration8-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.445019 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration8-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.445019 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration8-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.461130 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration8-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:48.461130 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration8-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:36:52.567049 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration9-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:36: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.
Skipped 2021-10-08 15:37:10.380325 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration9-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.380325 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration9-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.395840 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration9-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.395840 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration9-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.411665 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration9-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.411665 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration9-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.426777 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration9-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.426777 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration9-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:10.426777 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration9-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:13.116501 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration10-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:37:10 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.
Skipped 2021-10-08 15:37:13.132041 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration10-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.725990 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration10-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.742002 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration10-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.742002 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration10-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.756818 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration10-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.756818 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration10-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.756818 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration10-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.773071 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration10-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:22.773071 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration10-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:26.631545 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration11-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:37:22 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.
Skipped 2021-10-08 15:37:26.647264 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration11-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:37:26.647264 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration11-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.319032 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration11-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.335327 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration11-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.350235 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration11-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.350235 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration11-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.350235 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration11-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.366394 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration11-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:06.366394 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration11-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:09.051210 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration12-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:39: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 was started successfully.
Skipped 2021-10-08 15:39:09.051210 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration12-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:09.067232 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration12-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:09.067232 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration12-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.661275 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration12-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.675854 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration12-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.675854 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration12-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.692079 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration12-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.692079 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration12-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:28.707019 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration12-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:31.052486 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration13-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:39:28 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.
Skipped 2021-10-08 15:39:31.068069 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration13-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:31.068069 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration13-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:31.068069 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration13-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:31.084294 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration13-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:49.599156 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration13-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:49.599156 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration13-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:49.615577 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration13-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:49.615577 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration13-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:49.631120 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration13-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:52.069607 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration14-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:39:49 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.
Skipped 2021-10-08 15:39:52.085601 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration14-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:52.085601 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration14-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:52.085601 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration14-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:52.101168 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration14-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:39:52.101168 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration14-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.288294 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration14-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.304389 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration14-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.304389 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration14-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.319068 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration14-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.958229 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration15-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:41:57 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully.
Skipped 2021-10-08 15:41:57.973662 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration15-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.973662 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration15-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.973662 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration15-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.988852 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration15-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.988852 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration15-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:41:57.988852 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration15-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.741667 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration16-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.741667 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration16-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.757541 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration16-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.757541 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration16-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.773188 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration16-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.773188 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration16-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.788614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration16-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.788614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration16-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.788614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration16-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:00.804033 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration16-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:04.474141 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration17-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:43:00 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.
Skipped 2021-10-08 15:43:20.255039 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration17-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.255039 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration17-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.270977 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration17-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.270977 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration17-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.270977 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration17-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.286728 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration17-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.286728 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration17-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.286728 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration17-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:20.304061 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration17-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:24.473036 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration18-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:43:20 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.
Skipped 2021-10-08 15:43:24.488352 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration18-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.661033 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration18-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.661033 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration18-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.661033 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration18-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.676441 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration18-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.676441 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration18-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.676441 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration18-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.691328 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration18-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:39.691328 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration18-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:44.021761 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration19-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:43:39 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.
Skipped 2021-10-08 15:43:44.040069 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration19-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:43:44.040069 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration19-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.271884 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration19-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.287557 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration19-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.287557 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration19-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.303051 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration19-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.303051 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration19-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.303051 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration19-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:28.319443 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration19-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:33.006808 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration20-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:45:28 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.
Skipped 2021-10-08 15:45:33.021147 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration20-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:33.022634 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration20-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:45:33.022634 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration20-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.475707 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration20-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.491707 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration20-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.491707 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration20-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.491707 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration20-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.507683 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration20-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:05.507683 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration20-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:09.473009 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration21-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:46: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.
Skipped 2021-10-08 15:46:09.473009 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration21-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:09.489083 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration21-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:09.489083 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration21-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:09.489083 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration21-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:40.848604 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration21-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:40.848604 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration21-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:40.863881 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration21-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:40.863881 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration21-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:40.879330 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration21-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:44.999685 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration22-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:46:40 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.
Skipped 2021-10-08 15:46:45.015330 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration22-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:45.015330 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration22-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:45.031278 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration22-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:45.031278 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration22-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:46:45.031278 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration22-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:51.402120 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration22-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:51.417315 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration22-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:51.432993 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration22-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:51.432993 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration22-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:52.957538 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration23-folders0-tags_to_apply0] Check restrict configuration events. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:48:51 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully.
Skipped 2021-10-08 15:48:52.973633 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration23-folders0-tags_to_apply0] Check content_changes field for each event 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:52.989614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration23-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:52.989614 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration23-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:53.004851 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration23-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:53.004851 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration23-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:48:53.020315 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration23-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
Skipped 2021-10-08 15:49:27.273510 test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-False-tags_to_apply0]::setup Check if the whodata thread is started when the configuration is ambiguous. 0.00 linux 2
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32')
Skipped 2021-10-08 15:49:27.291381 test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-True-tags_to_apply1]::setup Check if the whodata thread is started when the configuration is ambiguous. 0.00 linux 2
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32')
Skipped 2021-10-08 15:49:27.291381 test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration1-False-tags_to_apply0]::setup Check if the whodata thread is started when the configuration is ambiguous. 0.00 linux 2
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32')
Skipped 2021-10-08 15:49:27.291381 test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration1-True-tags_to_apply1]::setup Check if the whodata thread is started when the configuration is ambiguous. 0.00 linux 2
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32')
Skipped 2021-10-09 04:49:40.488988 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration0] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:49:40,488 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 04:49:40.503871 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration0] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:49:40,503 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 04:49:40.519886 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration0] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:49:40,503 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:49:44.877850 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration1] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:49:40 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 call------------------------------
2021-10-08 15:49:44,865 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:49:44.880488 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration1] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:44,880 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:49:44.896939 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration1] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:44,880 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:50:01.396755 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration2] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:49:57 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 call------------------------------
2021-10-08 15:50:01,380 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:50:01.396755 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration2] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:01,396 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 17:50:03.744504 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration2] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:50:03,744 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:50:07.381739 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration3] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:50:03 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 call------------------------------
2021-10-08 15:50:07,365 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-09 17:50:30.101305 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration3] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:50:30,101 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 17:50:30.101305 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration3] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:50:30,101 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-09 04:50:45.637388 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration4] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:50:45,637 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 04:50:45.652986 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration4] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:50:45,652 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 04:50:45.652986 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration4] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:50:45,652 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:50:49.881742 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration5] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:50:45 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 call------------------------------
2021-10-08 15:50:49,881 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:50:49.896988 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration5] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:49,896 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:50:49.912887 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration5] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:49,896 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:51:06.885975 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration6] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:51: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 is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:06,871 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:51:06.902504 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration6] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:06,885 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 17:51:07.829100 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration6] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:51:07,829 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:51:11.881711 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration7] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:51:07 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 call------------------------------
2021-10-08 15:51:11,881 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-09 17:51:35.613236 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration7] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:51:35,597 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 17:51:35.613236 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration7] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:51:35,613 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-09 04:51:50.004133 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration8] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:51:49,988 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 04:51:50.019342 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration8] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:51:50,004 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 04:51:50.019342 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration8] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 04:51:50,019 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:51:54.901448 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration9] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:51:50 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 call------------------------------
2021-10-08 15:51:54,901 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:51:54.913795 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration9] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:54,913 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:51:54.913795 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration9] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:54,913 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:52:12.366473 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration10] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:52:08 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 call------------------------------
2021-10-08 15:52:12,350 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:52:12.382350 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration10] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:12,366 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-09 17:52:14.239267 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration10] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:52:14,239 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:52:18.888435 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration11] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:52:14 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 call------------------------------
2021-10-08 15:52:18,888 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-09 17:52:40.600120 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration11] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:52:40,584 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-09 17:52:40.600120 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration11] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:52:40,600 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:52:56.725426 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration12] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:56,725 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:52:56.741459 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration12] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:56,741 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:52:56.756467 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration12] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:56,756 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:53:00.882177 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration13] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:52: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.
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:00,867 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:53:00.882177 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration13] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:00,882 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:53:00.898317 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration13] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:00,882 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:53:17.360466 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration14] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:53:13 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 call------------------------------
2021-10-08 15:53:17,360 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:53:17.376182 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration14] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:17,360 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:53:19.469874 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration14] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:19,469 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:53:23.903399 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration15] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:53:19 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 call------------------------------
2021-10-08 15:53:23,888 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:53:45.075532 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration15] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:45,058 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:53:45.089548 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration15] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:45,075 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:54:01.228093 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration16] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:01,228 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:54:01.242853 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration16] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:01,242 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:54:01.242853 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration16] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:01,242 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:54:05.380023 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration17] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:54: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 call------------------------------
2021-10-08 15:54:05,364 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:54:05.395202 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration17] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:05,380 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:54:05.395202 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration17] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:05,395 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:54:22.895711 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration18] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:54:18 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 call------------------------------
2021-10-08 15:54:22,882 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:54:22.912916 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration18] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:22,897 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:54:25.006807 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration18] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:25,006 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:54:29.911333 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration19] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:54:25 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 call------------------------------
2021-10-08 15:54:29,911 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:54:51.020552 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration19] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:51,020 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:54:51.036148 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration19] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:51,036 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:55:07.162796 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration20] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:07,162 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:55:07.194553 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration20] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:07,177 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:55:07.194553 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration20] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:07,194 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:55:11.896582 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration21] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:55:07 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 call------------------------------
2021-10-08 15:55:11,881 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:55:11.912286 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration21] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:11,896 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:55:11.928174 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration21] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:11,912 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:55:27.898761 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration22] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:55:23 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 call------------------------------
2021-10-08 15:55:27,898 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:55:27.927751 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration22] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:27,915 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:55:30.054494 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration22] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:30,038 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:55:34.880329 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration23] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:55:30 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 call------------------------------
2021-10-08 15:55:34,866 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:55:56.037609 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration23] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:56,037 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:55:56.054831 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration23] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:56,054 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:56:12.803978 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration24] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:12,803 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:56:12.819685 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration24] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:12,819 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:56:12.835347 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration24] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:12,819 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:56:16.896652 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration25] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:56:12 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 call------------------------------
2021-10-08 15:56:16,881 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:56:16.912675 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration25] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:16,896 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:56:16.928747 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration25] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:16,912 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:56:35.866334 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration26] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:56:31 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 call------------------------------
2021-10-08 15:56:35,866 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:56:35.866334 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration26] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:35,866 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:56:40.036991 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration26] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:40,036 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:56:44.961096 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration27] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:56:40 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 call------------------------------
2021-10-08 15:56:44,946 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:57:06.039381 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration27] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:06,039 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:57:06.054944 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration27] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:06,054 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:57:23.784339 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration28] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:23,784 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:57:23.800016 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration28] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:23,784 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:57:23.800016 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration28] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:23,800 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:57:27.961822 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration29] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:57:23 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 call------------------------------
2021-10-08 15:57:27,945 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:57:27.976142 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration29] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:27,961 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:57:27.991543 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration29] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:27,976 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:57:45.895616 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration30] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:57: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 call------------------------------
2021-10-08 15:57:45,882 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:57:45.913132 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration30] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:45,895 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:57:50.067608 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration30] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:50,067 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:57:54.912818 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration31] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:57:50 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 call------------------------------
2021-10-08 15:57:54,901 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:58:15.599946 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration31] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:15,599 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:58:15.616808 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration31] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:15,616 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:58:32.285090 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration32] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:32,285 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:58:32.300867 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration32] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:32,300 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:58:32.316468 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration32] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:32,316 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:58:36.914237 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration33] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:58:32 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 call------------------------------
2021-10-08 15:58:36,901 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:58:36.930471 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration33] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:36,914 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:58:36.946450 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration33] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:36,930 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:58:55.867312 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration34] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:58:51 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 call------------------------------
2021-10-08 15:58:55,867 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:58:55.876891 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration34] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:55,867 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration
Skipped 2021-10-08 15:58:59.504790 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration34] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:59,504 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-08 15:59:03.892796 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration35] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:58:59 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 call------------------------------
2021-10-08 15:59:03,880 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration
Skipped 2021-10-08 15:59:25.658701 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration35] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:25,642 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration
Skipped 2021-10-08 15:59:25.658701 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration35] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 0.00 linux, win32 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:25,658 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration
Skipped 2021-10-09 17:59:31.764309 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:59:31,764 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-09 17:59:31.779704 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:59:31,779 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-09 17:59:31.795213 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-09 17:59:31,779 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:35.904560 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:59:31 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 call------------------------------
2021-10-08 15:59:35,889 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:35.920732 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:35,904 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:43.976089 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration2-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:43,976 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:43.992260 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration2-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:43,992 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:43.992260 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration2-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:43,992 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:47.912240 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration3-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:59:43 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 call------------------------------
2021-10-08 15:59:47,896 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 15:59:47.928562 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration3-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:47,912 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 16:00:00.021510 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration4-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:00,004 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 16:00:00.036340 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration4-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:00,021 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 16:00:00.036340 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration4-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:00,036 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 16:00:02.334533 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration5-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 4:00:00 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:02,318 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Skipped 2021-10-08 16:00:02.334533 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration5-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 0.00 2
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file')
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:02,334 - wazuh_testing - INFO - Applying the test configuration
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration
Passed 2021-10-22 17:19:29.640978 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration0-tags_to_apply0] Automatic test for each configuration given in the yaml. 148.29 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:17:47 AM Saturday, October 9, 2021 5:17:48 PM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Sunday, October 10, 2021 6:17:58 AM Sunday, October 10, 2021 7:18:09 PM Monday, October 11, 2021 8:18:21 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 9:18:22 PM Tuesday, October 12, 2021 10:18:25 AM Tuesday, October 12, 2021 11:18:27 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 13, 2021 12:18:27 PM Thursday, October 14, 2021 1:18:30 AM Thursday, October 14, 2021 2:18:32 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 3:18:33 AM Friday, October 15, 2021 4:18:37 PM Saturday, October 16, 2021 5:18:38 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 16, 2021 6:18:38 PM Sunday, October 17, 2021 7:18:41 AM Sunday, October 17, 2021 8:18:42 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 18, 2021 9:18:43 AM Monday, October 18, 2021 10:18:46 PM Tuesday, October 19, 2021 11:18:48 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 20, 2021 12:18:50 AM Wednesday, October 20, 2021 1:18:53 PM Thursday, October 21, 2021 2:18:54 AM Thursday, October 21, 2021 3:18:55 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 22, 2021 4:19:06 AM Friday, October 22, 2021 5:19:18 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:17:47,853 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 04:17:47,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:17:47.853265 to 2021-10-09 04:17:47.255136 2021-10-09 04:17:48,811 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 17:17:48,241 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:17:48.811175 to 2021-10-09 17:17:48.241126 2021-10-09 17:17:58,494 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-09 17:17:58,494 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:17:58,494 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 17:17:58,540 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-09 17:17:58,540 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-09 17:17:58,540 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-09 17:17:58,540 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-09 17:17:58,540 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 17:17:58,618 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-09 17:17:58,618 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-10 06:17:58,410 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:17:58.618203 to 2021-10-10 06:17:58.410620 2021-10-10 06:18:09,754 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-10 06:18:09,754 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 06:18:09,754 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 06:18:09,754 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 06:18:09,754 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-10 19:18:09,198 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 06:18:09.754769 to 2021-10-10 19:18:09.198615 2021-10-10 19:18:21,032 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-10 19:18:21,033 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 19:18:21,033 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 19:18:21,033 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 19:18:21,033 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-11 08:18:21,379 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 19:18:21.033564 to 2021-10-11 08:18:21.379458 2021-10-11 08:18:22,617 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-11 08:18:22,617 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-11 08:18:22,617 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-11 08:18:22,617 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-11 08:18:22,617 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-11 08:18:22,632 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-11 08:18:22,632 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 21:18:22,426 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 08:18:22.632992 to 2021-10-11 21:18:22.426202 2021-10-11 21:18:25,765 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 21:18:25,765 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-12 10:18:25,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 21:18:25.765364 to 2021-10-12 10:18:25.223362 2021-10-12 10:18:27,483 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-12 10:18:27,483 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-12 23:18:27,459 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 10:18:27.483201 to 2021-10-12 23:18:27.459802 2021-10-12 23:18:27,694 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 23:18:27,694 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-12 23:18:27,694 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-12 23:18:27,694 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-12 23:18:27,694 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-12 23:18:27,713 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-12 23:18:27,713 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-13 12:18:27,252 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 23:18:27.713915 to 2021-10-13 12:18:27.252333 2021-10-13 12:18:30,517 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-13 12:18:30,517 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-14 01:18:30,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 12:18:30.517797 to 2021-10-14 01:18:30.240839 2021-10-14 01:18:32,505 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-14 01:18:32,505 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-14 14:18:32,460 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 01:18:32.505642 to 2021-10-14 14:18:32.460190 2021-10-14 14:18:33,149 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 14:18:33,149 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:18:33,149 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:18:33,149 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:18:33,149 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-14 14:18:33,163 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:18:33,163 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-15 03:18:33,244 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 14:18:33.179912 to 2021-10-15 03:18:33.244721 2021-10-15 03:18:37,031 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 03:18:37,046 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-15 16:18:37,270 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 03:18:37.046265 to 2021-10-15 16:18:37.270944 2021-10-15 16:18:38,488 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 16:18:38,488 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-16 05:18:38,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 16:18:38.488877 to 2021-10-16 05:18:38.208086 2021-10-16 05:18:38,906 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-16 05:18:38,906 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 05:18:38,906 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 05:18:38,906 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 05:18:38,906 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-16 05:18:38,938 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 05:18:38,938 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 18:18:38,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 05:18:38.938447 to 2021-10-16 18:18:38.301163 2021-10-16 18:18:41,096 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-16 18:18:41,096 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-17 07:18:41,257 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 18:18:41.096137 to 2021-10-17 07:18:41.257692 2021-10-17 07:18:42,987 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-17 07:18:42,987 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-17 20:18:42,245 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 07:18:42.987118 to 2021-10-17 20:18:42.245699 2021-10-17 20:18:43,453 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-17 20:18:43,453 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:18:43,453 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:18:43,453 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:18:43,453 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-17 20:18:43,469 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:18:43,484 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 09:18:43,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 20:18:43.484538 to 2021-10-18 09:18:43.255172 2021-10-18 09:18:46,529 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 09:18:46,545 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 22:18:46,286 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 09:18:46.545025 to 2021-10-18 22:18:46.286192 2021-10-18 22:18:48,554 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-18 22:18:48,554 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-19 11:18:48,242 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 22:18:48.554549 to 2021-10-19 11:18:48.242000 2021-10-19 11:18:49,995 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-19 11:18:49,995 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 11:18:49,995 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 11:18:49,995 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 11:18:49,995 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-19 11:18:50,012 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 11:18:50,012 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-20 00:18:50,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 11:18:50.012117 to 2021-10-20 00:18:50.239088 2021-10-20 00:18:53,010 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-20 00:18:53,010 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-20 13:18:53,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 00:18:53.010505 to 2021-10-20 13:18:53.207107 2021-10-20 13:18:54,429 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-20 13:18:54,429 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-21 02:18:54,192 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 13:18:54.429367 to 2021-10-21 02:18:54.192031 2021-10-21 02:18:55,242 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-21 15:18:55,272 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 02:18:55.242095 to 2021-10-21 15:18:55.272133 2021-10-21 15:19:05,544 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-21 15:19:05,544 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-21 15:19:05,544 - wazuh_testing - ERROR - Results expected: 1 2021-10-21 15:19:06,061 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-21 15:19:06,061 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 15:19:06,061 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 15:19:06,061 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 15:19:06,061 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-21 15:19:06,109 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 15:19:06,109 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-22 04:19:06,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 15:19:06.109885 to 2021-10-22 04:19:06.224747 2021-10-22 04:19:18,075 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-22 04:19:18,075 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 04:19:18,075 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 04:19:18,588 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-22 04:19:18,588 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-22 17:19:18,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-22 04:19:18.588139 to 2021-10-22 17:19:18.255699 2021-10-22 17:19:29,595 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-22 17:19:29,595 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 17:19:29,595 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 17:19:29,626 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:17:47.853265 to 2021-10-09 04:17:47.255136 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:17:48.811175 to 2021-10-09 17:17:48.241126 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:17:58.618203 to 2021-10-10 06:17:58.410620 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 06:18:09.754769 to 2021-10-10 19:18:09.198615 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 19:18:21.033564 to 2021-10-11 08:18:21.379458 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 08:18:22.632992 to 2021-10-11 21:18:22.426202 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 21:18:25.765364 to 2021-10-12 10:18:25.223362 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 10:18:27.483201 to 2021-10-12 23:18:27.459802 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 23:18:27.713915 to 2021-10-13 12:18:27.252333 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-13 12:18:30.517797 to 2021-10-14 01:18:30.240839 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 01:18:32.505642 to 2021-10-14 14:18:32.460190 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 14:18:33.179912 to 2021-10-15 03:18:33.244721 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 03:18:37.046265 to 2021-10-15 16:18:37.270944 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 16:18:38.488877 to 2021-10-16 05:18:38.208086 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 05:18:38.938447 to 2021-10-16 18:18:38.301163 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 18:18:41.096137 to 2021-10-17 07:18:41.257692 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 07:18:42.987118 to 2021-10-17 20:18:42.245699 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 20:18:43.484538 to 2021-10-18 09:18:43.255172 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 09:18:46.545025 to 2021-10-18 22:18:46.286192 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 22:18:48.554549 to 2021-10-19 11:18:48.242000 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-19 11:18:50.012117 to 2021-10-20 00:18:50.239088 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-20 00:18:53.010505 to 2021-10-20 13:18:53.207107 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-20 13:18:54.429367 to 2021-10-21 02:18:54.192031 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-21 02:18:55.242095 to 2021-10-21 15:18:55.272133 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-21 15:19:06.109885 to 2021-10-22 04:19:06.224747 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-22 04:19:18.588139 to 2021-10-22 17:19:18.255699 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-19 11:21:07.991292 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration1-tags_to_apply0] Automatic test for each configuration given in the yaml. 130.14 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:19:29 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 stdout call------------------------------
Saturday, October 9, 2021 4:19:33 AM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:19:36 PM Sunday, October 10, 2021 6:19:39 AM Sunday, October 10, 2021 7:19:41 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 8:19:52 AM Monday, October 11, 2021 9:20:04 PM Tuesday, October 12, 2021 10:20:16 AM Tuesday, October 12, 2021 11:20:17 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 13, 2021 12:20:18 PM Thursday, October 14, 2021 1:20:21 AM Thursday, October 14, 2021 2:20:22 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 3:20:23 AM Friday, October 15, 2021 4:20:26 PM Saturday, October 16, 2021 5:20:28 AM Saturday, October 16, 2021 6:20:28 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Sunday, October 17, 2021 7:20:39 AM Sunday, October 17, 2021 8:20:51 PM Monday, October 18, 2021 9:21:02 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 18, 2021 10:21:03 PM Tuesday, October 19, 2021 11:21:06 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:19:33,381 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 04:19:33,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:19:33.398705 to 2021-10-09 04:19:33.224165 2021-10-09 04:19:36,006 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 04:19:36,006 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-09 04:19:36,006 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-09 04:19:36,006 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-09 04:19:36,006 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 04:19:36,036 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-09 04:19:36,036 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-09 17:19:36,290 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:19:36.036670 to 2021-10-09 17:19:36.290826 2021-10-09 17:19:39,582 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 17:19:39,582 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-10 06:19:39,256 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:19:39.582160 to 2021-10-10 06:19:39.256444 2021-10-10 06:19:41,529 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 06:19:41,529 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-10 19:19:41,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 06:19:41.529172 to 2021-10-10 19:19:41.254860 2021-10-10 19:19:51,543 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-10 19:19:51,543 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 19:19:51,543 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 19:19:52,057 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 19:19:52,057 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-10 19:19:52,057 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-10 19:19:52,057 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-10 19:19:52,057 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-10 19:19:52,120 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-10 19:19:52,120 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 08:19:52,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 19:19:52.120764 to 2021-10-11 08:19:52.254080 2021-10-11 08:20:04,045 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-11 08:20:04,045 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 08:20:04,045 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 08:20:04,072 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 08:20:04,072 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-11 21:20:04,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 08:20:04.072782 to 2021-10-11 21:20:04.222958 2021-10-11 21:20:15,545 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-11 21:20:15,545 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 21:20:15,545 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 21:20:16,046 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 21:20:16,046 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-12 10:20:16,210 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 21:20:16.046550 to 2021-10-12 10:20:16.210394 2021-10-12 10:20:17,762 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-12 23:20:17,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 10:20:17.762339 to 2021-10-12 23:20:17.223567 2021-10-12 23:20:18,442 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 23:20:18,442 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-12 23:20:18,442 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 23:20:18,442 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 23:20:18,442 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-12 23:20:18,458 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 23:20:18,458 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-13 12:20:18,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 23:20:18.458729 to 2021-10-13 12:20:18.225675 2021-10-13 12:20:21,515 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-13 12:20:21,515 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-14 01:20:21,253 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 12:20:21.525335 to 2021-10-14 01:20:21.253901 2021-10-14 01:20:22,479 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-14 01:20:22,479 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-14 14:20:22,265 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 01:20:22.479099 to 2021-10-14 14:20:22.265321 2021-10-14 14:20:23,470 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 14:20:23,470 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 14:20:23,470 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 14:20:23,470 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 14:20:23,470 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-14 14:20:23,489 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 14:20:23,489 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-15 03:20:23,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 14:20:23.489360 to 2021-10-15 03:20:23.238905 2021-10-15 03:20:26,539 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 03:20:26,539 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-15 16:20:26,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 03:20:26.539322 to 2021-10-15 16:20:26.255024 2021-10-15 16:20:28,540 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 16:20:28,540 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 05:20:28,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 16:20:28.540202 to 2021-10-16 05:20:28.222941 2021-10-16 05:20:28,222 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 18:20:28,259 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 05:20:28.222941 to 2021-10-16 18:20:28.259427 2021-10-16 18:20:39,070 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-16 18:20:39,070 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-16 18:20:39,070 - wazuh_testing - ERROR - Results expected: 1 2021-10-16 18:20:39,599 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-16 18:20:39,599 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 18:20:39,599 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 18:20:39,599 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 18:20:39,599 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-16 18:20:39,646 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 18:20:39,646 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 07:20:39,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 18:20:39.646358 to 2021-10-17 07:20:39.223327 2021-10-17 07:20:51,103 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-17 07:20:51,103 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-17 07:20:51,103 - wazuh_testing - ERROR - Results expected: 1 2021-10-17 07:20:51,634 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-17 07:20:51,634 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:20:51,253 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 07:20:51.634706 to 2021-10-17 20:20:51.253239 2021-10-17 20:21:02,584 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-17 20:21:02,584 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-17 20:21:02,584 - wazuh_testing - ERROR - Results expected: 1 2021-10-17 20:21:02,584 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-17 20:21:02,584 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-18 09:21:02,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 20:21:02.584200 to 2021-10-18 09:21:02.207220 2021-10-18 09:21:03,936 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-18 09:21:03,936 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 09:21:03,936 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 09:21:03,936 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 09:21:03,936 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-18 09:21:03,952 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 09:21:03,952 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 22:21:03,286 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 09:21:03.952042 to 2021-10-18 22:21:03.286668 2021-10-18 22:21:06,063 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 22:21:06,063 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-19 11:21:06,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 22:21:06.063463 to 2021-10-19 11:21:06.222775 2021-10-19 11:21:07,991 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:19:33.398705 to 2021-10-09 04:19:33.224165 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:19:36.036670 to 2021-10-09 17:19:36.290826 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:19:39.582160 to 2021-10-10 06:19:39.256444 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 06:19:41.529172 to 2021-10-10 19:19:41.254860 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 19:19:52.120764 to 2021-10-11 08:19:52.254080 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 08:20:04.072782 to 2021-10-11 21:20:04.222958 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 21:20:16.046550 to 2021-10-12 10:20:16.210394 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 10:20:17.762339 to 2021-10-12 23:20:17.223567 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 23:20:18.458729 to 2021-10-13 12:20:18.225675 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-13 12:20:21.525335 to 2021-10-14 01:20:21.253901 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 01:20:22.479099 to 2021-10-14 14:20:22.265321 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 14:20:23.489360 to 2021-10-15 03:20:23.238905 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 03:20:26.539322 to 2021-10-15 16:20:26.255024 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 16:20:28.540202 to 2021-10-16 05:20:28.222941 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 05:20:28.222941 to 2021-10-16 18:20:28.259427 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 18:20:39.646358 to 2021-10-17 07:20:39.223327 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 07:20:51.634706 to 2021-10-17 20:20:51.253239 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 20:21:02.584200 to 2021-10-18 09:21:02.207220 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 09:21:03.952042 to 2021-10-18 22:21:03.286668 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 22:21:06.063463 to 2021-10-19 11:21:06.222775 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-22 17:22:54.125979 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration2-tags_to_apply0] Automatic test for each configuration given in the yaml. 147.60 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:21:08 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 stdout call------------------------------
Saturday, October 9, 2021 4:21:12 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:21:14 PM Sunday, October 10, 2021 6:21:16 AM Sunday, October 10, 2021 7:21:17 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 8:21:19 AM Monday, October 11, 2021 9:21:21 PM Tuesday, October 12, 2021 10:21:22 AM Tuesday, October 12, 2021 11:21:23 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 13, 2021 12:21:33 PM Thursday, October 14, 2021 1:21:44 AM Thursday, October 14, 2021 2:21:56 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 3:21:57 AM Friday, October 15, 2021 4:22:00 PM Saturday, October 16, 2021 5:22:02 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 16, 2021 6:22:03 PM Sunday, October 17, 2021 7:22:06 AM Sunday, October 17, 2021 8:22:08 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 18, 2021 9:22:08 AM Monday, October 18, 2021 10:22:11 PM Tuesday, October 19, 2021 11:22:12 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 20, 2021 12:22:13 AM Wednesday, October 20, 2021 1:22:16 PM Thursday, October 21, 2021 2:22:18 AM Thursday, October 21, 2021 3:22:19 PM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 22, 2021 4:22:30 AM Friday, October 22, 2021 5:22:42 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:21:12,427 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-09 04:21:12,227 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:21:12.427857 to 2021-10-09 04:21:12.227027 2021-10-09 04:21:14,479 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 04:21:14,479 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-09 04:21:14,479 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-09 04:21:14,479 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-09 04:21:14,479 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 04:21:14,495 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-09 04:21:14,495 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-09 17:21:14,287 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:21:14.495111 to 2021-10-09 17:21:14.287696 2021-10-09 17:21:16,553 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 17:21:16,553 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-10 06:21:16,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:21:16.553262 to 2021-10-10 06:21:16.225462 2021-10-10 06:21:17,438 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 06:21:17,438 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-10 19:21:17,272 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 06:21:17.438018 to 2021-10-10 19:21:17.272802 2021-10-10 19:21:19,016 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 19:21:19,016 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-10 19:21:19,016 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-10 19:21:19,016 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-10 19:21:19,016 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-10 19:21:19,032 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-10 19:21:19,032 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 08:21:19,210 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 19:21:19.032682 to 2021-10-11 08:21:19.210810 2021-10-11 08:21:21,967 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 08:21:21,967 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-11 21:21:21,289 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 08:21:21.967468 to 2021-10-11 21:21:21.289283 2021-10-11 21:21:22,501 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-11 21:21:22,501 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-12 10:21:22,243 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 21:21:22.501974 to 2021-10-12 10:21:22.243820 2021-10-12 10:21:23,759 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-12 23:21:23,287 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 10:21:23.759816 to 2021-10-12 23:21:23.287249 2021-10-12 23:21:33,571 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-12 23:21:33,571 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-12 23:21:33,571 - wazuh_testing - ERROR - Results expected: 1 2021-10-12 23:21:33,587 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-12 23:21:33,587 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 23:21:33,587 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 23:21:33,587 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 23:21:33,587 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-12 23:21:33,633 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 23:21:33,633 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-13 12:21:33,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 23:21:33.633920 to 2021-10-13 12:21:33.224136 2021-10-13 12:21:44,017 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-13 12:21:44,017 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-13 12:21:44,017 - wazuh_testing - ERROR - Results expected: 1 2021-10-13 12:21:44,048 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-13 12:21:44,048 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-14 01:21:44,256 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 12:21:44.048279 to 2021-10-14 01:21:44.256129 2021-10-14 01:21:56,145 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-14 01:21:56,145 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-14 01:21:56,145 - wazuh_testing - ERROR - Results expected: 1 2021-10-14 01:21:56,657 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-14 01:21:56,657 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-14 14:21:56,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 01:21:56.657160 to 2021-10-14 14:21:56.255570 2021-10-14 14:21:57,453 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 14:21:57,453 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:21:57,453 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:21:57,453 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:21:57,453 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-14 14:21:57,469 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 14:21:57,469 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-15 03:21:57,257 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 14:21:57.469481 to 2021-10-15 03:21:57.257283 2021-10-15 03:22:00,588 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 03:22:00,588 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-15 16:22:00,269 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 03:22:00.588209 to 2021-10-15 16:22:00.269587 2021-10-15 16:22:02,530 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 16:22:02,530 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 05:22:02,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 16:22:02.530359 to 2021-10-16 05:22:02.225786 2021-10-16 05:22:03,971 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-16 05:22:03,971 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 05:22:03,971 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 05:22:03,972 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 05:22:03,972 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-16 05:22:03,987 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 05:22:03,987 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 18:22:03,277 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 05:22:03.987569 to 2021-10-16 18:22:03.277664 2021-10-16 18:22:06,070 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-16 18:22:06,070 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 07:22:06,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 18:22:06.070919 to 2021-10-17 07:22:06.225867 2021-10-17 07:22:07,984 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-17 07:22:07,984 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-17 20:22:08,242 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 07:22:08.000156 to 2021-10-17 20:22:08.242237 2021-10-17 20:22:08,938 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-17 20:22:08,938 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:22:08,938 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:22:08,938 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:22:08,938 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-17 20:22:08,954 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 20:22:08,954 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 09:22:08,242 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 20:22:08.954503 to 2021-10-18 09:22:08.242736 2021-10-18 09:22:11,067 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 09:22:11,067 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 22:22:11,270 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 09:22:11.067014 to 2021-10-18 22:22:11.270731 2021-10-18 22:22:12,001 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-18 22:22:12,001 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-19 11:22:12,210 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 22:22:12.001122 to 2021-10-19 11:22:12.210906 2021-10-19 11:22:13,962 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-19 11:22:13,962 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 11:22:13,962 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 11:22:13,962 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 11:22:13,962 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-19 11:22:13,975 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 11:22:13,975 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-20 00:22:13,289 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 11:22:13.975216 to 2021-10-20 00:22:13.289848 2021-10-20 00:22:16,601 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-20 00:22:16,601 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-20 13:22:16,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 00:22:16.601725 to 2021-10-20 13:22:16.207149 2021-10-20 13:22:18,472 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-20 13:22:18,472 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-21 02:22:18,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 13:22:18.472271 to 2021-10-21 02:22:18.254394 2021-10-21 02:22:19,271 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-21 15:22:19,217 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 02:22:19.271859 to 2021-10-21 15:22:19.217090 2021-10-21 15:22:30,036 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-21 15:22:30,036 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-21 15:22:30,036 - wazuh_testing - ERROR - Results expected: 1 2021-10-21 15:22:30,542 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-21 15:22:30,542 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-21 15:22:30,542 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-21 15:22:30,542 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-21 15:22:30,542 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-21 15:22:30,583 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-21 15:22:30,583 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-22 04:22:30,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 15:22:30.583615 to 2021-10-22 04:22:30.239499 2021-10-22 04:22:42,589 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-22 04:22:42,589 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 04:22:42,589 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 04:22:42,589 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-22 04:22:42,589 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-22 17:22:42,271 - wazuh_testing - INFO - Changing the system clock from 2021-10-22 04:22:42.589824 to 2021-10-22 17:22:42.271702 2021-10-22 17:22:53,614 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-22 17:22:53,614 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 17:22:53,614 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 17:22:54,125 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:21:12.427857 to 2021-10-09 04:21:12.227027 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:21:14.495111 to 2021-10-09 17:21:14.287696 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:21:16.553262 to 2021-10-10 06:21:16.225462 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 06:21:17.438018 to 2021-10-10 19:21:17.272802 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 19:21:19.032682 to 2021-10-11 08:21:19.210810 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 08:21:21.967468 to 2021-10-11 21:21:21.289283 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 21:21:22.501974 to 2021-10-12 10:21:22.243820 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 10:21:23.759816 to 2021-10-12 23:21:23.287249 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 23:21:33.633920 to 2021-10-13 12:21:33.224136 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-13 12:21:44.048279 to 2021-10-14 01:21:44.256129 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 01:21:56.657160 to 2021-10-14 14:21:56.255570 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 14:21:57.469481 to 2021-10-15 03:21:57.257283 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 03:22:00.588209 to 2021-10-15 16:22:00.269587 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-15 16:22:02.530359 to 2021-10-16 05:22:02.225786 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 05:22:03.987569 to 2021-10-16 18:22:03.277664 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-16 18:22:06.070919 to 2021-10-17 07:22:06.225867 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 07:22:08.000156 to 2021-10-17 20:22:08.242237 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-17 20:22:08.954503 to 2021-10-18 09:22:08.242736 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 09:22:11.067014 to 2021-10-18 22:22:11.270731 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-18 22:22:12.001122 to 2021-10-19 11:22:12.210906 INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-19 11:22:13.975216 to 2021-10-20 00:22:13.289848 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-20 00:22:16.601725 to 2021-10-20 13:22:16.207149 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-20 13:22:18.472271 to 2021-10-21 02:22:18.254394 INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-21 02:22:19.271859 to 2021-10-21 15:22:19.217090 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-21 15:22:30.583615 to 2021-10-22 04:22:30.239499 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-22 04:22:42.589824 to 2021-10-22 17:22:42.271702 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:24:35.441110 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration3-tags_to_apply0] Automatic test for each configuration given in the yaml. 96.53 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:22:54 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 stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:22:58,895 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:22:59,925 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:23:10,253 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:23:10,253 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:23:10,253 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:23:10,769 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:23:10,769 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:23:10,769 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:23:10,769 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:23:10,769 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:10,816 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:23:10,816 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:23:21,160 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:23:21,160 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:23:21,160 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:23:21,691 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:23:21,691 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:23:31,987 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:23:31,987 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:23:31,987 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:23:32,507 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:23:32,507 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:23:33,722 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:33,722 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:23:33,722 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:23:33,722 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:23:33,722 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:33,738 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:23:33,738 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:23:37,034 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:23:37,034 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:23:38,284 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:23:38,284 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:23:39,004 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:39,004 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:23:39,004 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:23:39,004 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:23:39,004 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:39,019 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:23:39,019 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:23:41,769 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:23:41,769 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:23:42,457 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:23:42,457 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:23:43,708 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:43,708 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:43,708 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:43,708 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:43,708 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:43,723 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:43,723 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:46,520 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:23:46,520 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:23:47,238 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:23:47,238 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:23:48,472 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:48,472 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:48,472 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:48,472 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:48,472 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:48,488 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:48,488 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:51,254 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:23:51,254 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:23:52,488 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:23:52,488 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:23:53,722 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:53,722 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:53,722 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:53,722 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:53,722 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:53,739 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:53,739 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:56,503 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:23:56,503 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:57,738 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:23:57,738 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:23:58,925 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:23:58,925 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:58,925 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:58,925 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:58,925 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:23:58,941 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:23:58,941 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:24:01,738 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:24:01,738 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:24:02,956 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:24:02,956 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:24:03,988 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:24:14,301 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:24:14,301 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:24:14,301 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:24:14,816 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:24:14,816 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:14,816 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:14,816 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:14,816 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:24:14,847 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:14,847 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:25,101 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:24:25,101 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:24:25,101 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:24:25,129 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:24:25,129 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:24:35,426 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:24:35,426 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:24:35,426 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:24:35,426 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:26:02.371910 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration4-tags_to_apply0] Automatic test for each configuration given in the yaml. 84.56 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:24:35 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:24:37,817 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:24:39,051 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:24:39,051 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:24:39,051 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:24:39,051 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:24:39,051 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:24:39,066 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:24:39,066 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:24:41,892 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:24:41,894 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:24:42,613 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:24:42,613 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:24:52,879 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:24:52,879 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:24:52,879 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:24:53,395 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:24:53,395 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:24:53,395 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:24:53,395 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:24:53,395 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:24:53,426 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:24:53,442 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:25:03,724 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:25:03,724 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:25:03,724 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:25:03,724 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:25:03,724 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:25:14,038 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:25:14,038 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:25:14,038 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:25:14,038 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:25:14,038 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:25:15,054 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:25:15,786 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:25:15,786 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:15,786 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:15,786 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:15,786 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:25:15,801 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:15,817 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:18,582 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:25:18,582 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:25:19,816 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:25:19,816 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:25:21,050 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:25:21,050 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:21,050 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:21,050 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:21,050 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:25:21,067 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:21,067 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:23,864 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:25:23,864 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:25:25,114 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:25:25,114 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:25:26,176 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:25:36,422 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:25:36,422 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:25:36,422 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:25:36,422 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:25:36,422 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:36,422 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:36,422 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:36,422 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:25:36,465 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:36,465 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:46,762 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:25:46,762 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:25:46,762 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:25:46,778 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:25:46,778 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:25:57,074 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:25:57,074 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:25:57,074 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:25:57,090 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:25:57,090 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:25:58,309 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:25:58,309 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:25:58,309 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:25:58,309 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:25:58,309 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:25:58,325 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:25:58,325 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:01,138 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:26:01,138 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:02,371 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:27:39.222758 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration5-tags_to_apply0] Automatic test for each configuration given in the yaml. 94.39 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:26:02 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:26:04,832 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:26:06,066 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:26:06,066 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:26:06,066 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:26:06,066 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:26:06,066 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:06,081 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:26:06,081 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:26:08,862 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:26:08,862 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:26:10,112 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:26:10,112 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:26:11,348 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:26:11,348 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:26:11,348 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:26:11,348 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:26:11,348 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:11,363 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:26:11,363 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:26:13,629 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:26:13,629 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:26:14,347 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:26:14,347 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:26:15,379 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:26:25,676 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:26:25,676 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:26:25,676 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:26:25,676 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:26:25,676 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:25,676 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:25,676 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:25,676 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:25,722 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:25,722 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:36,004 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:26:36,004 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:26:36,004 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:26:36,019 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:26:36,019 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:26:46,254 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:26:46,254 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:26:46,254 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:26:46,269 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:26:46,269 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:26:47,503 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:26:47,503 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:47,503 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:47,503 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:47,503 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:47,519 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:47,519 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:50,301 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:26:50,301 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:26:51,534 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:26:51,534 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:26:52,753 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:26:52,753 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:52,753 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:52,753 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:52,753 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:52,769 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:52,769 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:55,550 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:26:55,550 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:56,785 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:26:56,785 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:26:58,004 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:26:58,004 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:58,004 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:58,004 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:58,004 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:26:58,019 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:26:58,019 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:27:00,786 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:27:00,786 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:27:02,035 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:27:02,035 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:27:03,285 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:27:03,285 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:03,285 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:03,285 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:03,285 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:27:03,300 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:03,300 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:05,520 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:27:05,520 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:27:06,784 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:27:06,784 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:27:07,816 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:27:18,085 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:27:18,085 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:27:18,085 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:27:18,597 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:27:18,597 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:27:18,597 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:27:18,597 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:27:18,597 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:27:18,644 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:27:18,644 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:27:28,894 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:27:28,894 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:27:28,894 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:27:28,910 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:27:28,910 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:27:39,207 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:27:39,207 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:27:39,207 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:27:39,222 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:29:37.067283 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration6-tags_to_apply0] Automatic test for each configuration given in the yaml. 115.74 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:27:39 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:27:41,319 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:27:43,364 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:27:53,663 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:27:53,663 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:27:53,663 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:27:54,180 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:27:54,180 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:27:54,180 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:27:54,180 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:27:54,180 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:27:54,223 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:27:54,223 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:28:04,490 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:28:04,490 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:28:04,490 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:28:05,008 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:28:05,008 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:28:15,301 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:28:15,301 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:28:15,301 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:28:15,817 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:28:15,817 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:28:18,083 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:18,083 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:28:18,083 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:28:18,083 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:28:18,083 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:18,098 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:28:18,098 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:28:21,926 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:28:21,926 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:28:23,692 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:28:23,692 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:28:25,957 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:25,957 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:28:25,957 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:28:25,957 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:28:25,957 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:25,973 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:28:25,973 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:28:30,270 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:28:30,270 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:28:32,551 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:28:32,551 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:28:34,316 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:34,316 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:34,316 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:34,316 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:34,316 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:34,332 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:34,332 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:38,145 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:28:38,145 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:28:39,882 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:28:39,882 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:28:42,132 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:42,132 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:42,132 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:42,132 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:42,132 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:42,145 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:42,145 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:45,972 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:28:45,972 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:28:47,724 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:28:47,724 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:28:50,021 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:50,021 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:50,021 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:50,021 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:50,021 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:50,036 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:50,036 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:53,864 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:28:53,864 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:55,646 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:28:55,646 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:28:57,413 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:28:57,413 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:57,413 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:57,413 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:57,413 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:28:57,426 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:28:57,426 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:29:01,739 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:29:01,739 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:29:04,005 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:29:04,005 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:29:05,586 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:29:15,911 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:29:15,911 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:29:15,911 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:29:15,911 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:29:15,911 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:15,911 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:15,911 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:15,911 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:29:15,959 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:15,959 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:26,255 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:29:26,255 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:29:26,255 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:29:26,255 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:29:26,255 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:29:36,552 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:29:36,552 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:29:36,552 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:29:37,054 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:31:19.441876 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration7-tags_to_apply0] Automatic test for each configuration given in the yaml. 98.05 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:29:37 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 stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:29:41,394 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:29:43,644 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:29:43,644 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:29:43,644 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:29:43,644 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:29:43,644 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:29:43,660 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:29:43,660 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:29:46,958 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:29:46,958 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:29:48,707 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:29:48,707 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:29:58,990 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:29:58,990 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:29:58,990 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:29:59,505 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:29:59,505 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:29:59,505 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:29:59,505 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:29:59,505 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:29:59,552 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:29:59,552 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:30:09,801 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:30:09,801 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:30:09,801 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:30:09,833 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:30:09,833 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:30:20,176 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. 2021-10-08 15:30:20,176 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:30:20,176 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:30:20,192 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:30:20,192 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:30:21,739 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:30:23,991 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:30:23,991 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:23,991 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:23,991 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:23,991 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:30:24,004 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:24,004 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:27,848 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:30:27,848 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:30:30,098 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:30:30,098 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:30:31,848 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:30:31,848 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:31,848 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:31,848 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:31,848 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:30:31,864 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:31,864 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:36,193 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:30:36,193 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:30:37,942 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:30:37,942 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:30:40,004 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:30:50,302 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:30:50,302 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:30:50,302 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:30:50,317 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:30:50,317 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:30:50,317 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:30:50,317 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:30:50,317 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:30:50,363 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:30:50,363 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:31:00,692 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:31:00,692 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:31:00,692 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:31:00,708 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:31:00,708 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:31:11,035 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. 2021-10-08 15:31:11,035 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:31:11,035 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:31:11,035 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:31:11,035 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:31:12,787 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:31:12,787 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:12,787 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:12,787 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:12,787 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:31:12,802 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:12,802 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:17,176 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:31:17,176 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:19,426 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:33:14.915777 test_fim/test_files/test_ambiguous_confs/test_ambiguous_complex.py::test_ambiguous_complex[get_configuration8-tags_to_apply0] Automatic test for each configuration given in the yaml. 113.57 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:31:19 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:31:21,337 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:31:23,635 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:31:23,635 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:31:23,635 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:31:23,635 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:31:23,635 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:31:23,650 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:31:23,650 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:31:27,463 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:31:27,463 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:31:29,228 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:31:29,228 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 15:31:31,462 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:31:31,462 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 15:31:31,462 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 15:31:31,462 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 15:31:31,462 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:31:31,477 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 15:31:31,477 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 15:31:35,276 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:31:35,276 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 15:31:37,541 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:31:37,541 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:31:39,590 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 15:31:49,884 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:31:49,884 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:31:49,884 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:31:49,900 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:31:49,900 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:49,900 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:49,900 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:49,900 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:31:49,946 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:31:49,946 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:32:00,212 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:32:00,212 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:32:00,212 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:32:00,732 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:32:00,732 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 15:32:11,040 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. 2021-10-08 15:32:11,040 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:32:11,040 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:32:11,556 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:32:11,556 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 15:32:12,806 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:32:12,806 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:12,806 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:12,806 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:12,806 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:32:12,822 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:12,822 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:17,134 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:32:17,134 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 15:32:18,884 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:32:18,884 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:32:20,635 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:32:20,635 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:20,635 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:20,635 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:20,635 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:32:20,650 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:20,650 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:24,447 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:32:24,447 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:26,712 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:32:26,712 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 15:32:28,963 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:32:28,963 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:28,963 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:28,963 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:28,963 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:32:28,978 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:28,978 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:33,306 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:32:33,306 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 15:32:34,545 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:32:34,545 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 15:32:36,806 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:32:36,806 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:36,806 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:36,806 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:36,806 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:32:36,822 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:36,822 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:40,134 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:32:40,134 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 15:32:41,901 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:32:41,901 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:32:43,962 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:32:54,228 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:32:54,228 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:32:54,228 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:32:54,228 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:32:54,228 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:32:54,228 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:32:54,228 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:32:54,228 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:32:54,275 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:32:54,275 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:33:04,557 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:33:04,557 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:33:04,557 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:33:04,572 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:33:04,572 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:33:14,903 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:33:14,903 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:33:14,903 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:33:14,903 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\subdir1\\subdir2\\subdir3\\subdir4\\subdir5\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:36:48.397993 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration8-folders0-tags_to_apply0] Check restrict configuration events. 36.80 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:36:07 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 stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:36:11,600 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:36:21,975 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:36:21,975 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:36:21,975 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:36:21,975 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:36:21,975 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:36:21,975 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:36:21,975 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:36:21,975 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:36:22,023 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:36:22,023 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:36:32,289 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:36:32,289 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:36:32,289 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:36:32,804 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:36:32,804 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:36:43,069 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:36:43,069 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:36:43,069 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:36:43,085 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:36:43,085 - wazuh_testing - INFO - Creating file c:\testdir\subdir\example.csv of regular type 2021-10-08 15:36:44,335 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:36:44,335 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\example.csv 2021-10-08 15:36:44,335 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\example.csv 2021-10-08 15:36:44,335 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\example.csv 2021-10-08 15:36:44,335 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:36:44,350 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\example.csv 2021-10-08 15:36:44,350 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\example.csv 2021-10-08 15:36:47,131 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:36:47,131 - wazuh_testing - INFO - Removing file c:\testdir\subdir\example.csv 2021-10-08 15:36:48,397 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:37:10.380325 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration9-folders0-tags_to_apply0] Check content_changes field for each event 17.80 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\subdir\regular" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\regular" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:36:52,567 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-08 15:36:53,318 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:36:53,318 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\regular 2021-10-08 15:36:53,318 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\regular 2021-10-08 15:36:53,318 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\regular 2021-10-08 15:36:53,318 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 15:36:53,333 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\regular 2021-10-08 15:36:53,333 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\regular 2021-10-08 15:36:56,646 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:36:56,646 - wazuh_testing - INFO - Removing file c:\testdir\subdir\regular 2021-10-08 15:37:05,631 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:37:05,631 - wazuh_testing - INFO - Creating file c:\testdir\regular of regular type 2021-10-08 15:37:06,879 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:37:06,879 - wazuh_testing - INFO - Modifying file c:\testdir\regular 2021-10-08 15:37:06,879 - wazuh_testing - INFO - - Changing content of c:\testdir\regular 2021-10-08 15:37:06,879 - wazuh_testing - INFO - - Changing mtime of c:\testdir\regular 2021-10-08 15:37:06,879 - wazuh_testing - INFO - - Changing owner of c:\testdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 15:37:06,895 - wazuh_testing - INFO - - Changing permission of c:\testdir\regular 2021-10-08 15:37:06,895 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\regular 2021-10-08 15:37:09,129 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:37:09,129 - wazuh_testing - INFO - Removing file c:\testdir\regular 2021-10-08 15:37:10,364 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\regular of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\regular of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\regular INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\regular INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\regular INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\regular INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\regular INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\regular INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\regular INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:37:22.725990 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration10-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 9.59 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:37:13,132 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-08 15:37:13,866 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:37:13,866 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-08 15:37:13,866 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-08 15:37:13,866 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-08 15:37:13,866 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:37:13,881 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-08 15:37:13,881 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-08 15:37:16,694 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:37:16,694 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-08 15:37:17,929 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:37:17,929 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-08 15:37:18,649 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:37:18,649 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-08 15:37:18,649 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-08 15:37:18,649 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-08 15:37:18,649 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:37:18,663 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-08 15:37:18,663 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-08 15:37:21,476 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:37:21,476 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-08 15:37:22,725 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:39:06.303303 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration11-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 99.64 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:37:26,647 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 15:37:27,381 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:37:27,381 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:27,381 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:27,381 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:27,381 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:37:27,397 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:27,397 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:29,678 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:37:29,678 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 15:37:30,412 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:37:30,412 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:37:40,710 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:37:40,710 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:37:40,710 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:37:40,725 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:37:40,725 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:37:40,725 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:37:40,725 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:37:40,725 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:37:40,771 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:37:40,771 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:37:51,037 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:37:51,037 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:37:51,037 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:37:51,541 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:37:51,541 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:38:01,835 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:38:01,835 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:01,835 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:02,350 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:02,350 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 15:38:12,600 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:38:12,600 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:12,600 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:13,116 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:13,116 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:13,116 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:13,116 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:13,116 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:38:13,162 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:13,162 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:23,463 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:38:23,463 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:23,463 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:23,975 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:23,975 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:38:34,272 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:38:34,272 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:34,272 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:34,792 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:34,792 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 15:38:45,085 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:38:45,085 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:45,085 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:45,103 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:45,103 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:38:45,103 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:38:45,103 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:38:45,103 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:38:45,147 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:38:45,147 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:38:55,445 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:38:55,445 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:38:55,445 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:38:55,960 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:38:55,960 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:06,256 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:39:06,256 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:39:06,256 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:39:06,291 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:39:28.661275 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration12-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 19.59 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:39:09,067 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 15:39:09,785 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:09,785 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:09,785 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:09,801 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:09,801 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:09,816 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:09,816 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:12,098 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:12,098 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 15:39:12,816 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:12,816 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:39:14,064 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:14,064 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:14,064 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:14,064 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:14,064 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:14,066 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:14,066 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:16,863 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:16,863 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:39:18,114 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:18,114 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 15:39:19,348 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:19,348 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:19,348 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:19,348 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:19,348 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:19,363 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:19,363 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:22,130 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:22,130 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:39:23,363 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:23,363 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 15:39:24,597 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:24,597 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:24,597 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:24,597 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:24,597 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:24,613 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:24,613 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:27,394 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:27,394 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:39:28,661 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:39:49.599156 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration13-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 18.51 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:39:31,084 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 15:39:32,317 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:32,317 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:32,317 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:32,317 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:32,317 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:32,333 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:32,333 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:35,147 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:35,147 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:39:35,880 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:35,880 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:39:36,599 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:36,599 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:36,599 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:36,599 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:36,599 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:36,614 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:36,614 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:38,880 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:38,880 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:39,599 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:39,599 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 15:39:40,317 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:40,317 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:40,317 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:40,317 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:40,317 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:40,333 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:40,333 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:43,114 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:43,114 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:39:44,333 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:39:44,333 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:39:45,567 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:39:45,567 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:45,567 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:45,567 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:45,567 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:39:45,583 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:45,583 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:48,864 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:39:48,864 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:39:49,584 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:41:57.272122 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration14-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 125.15 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:39:52,101 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 15:40:02,508 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:40:02,508 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:02,508 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:02,537 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:02,537 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:02,537 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:02,537 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:02,537 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:40:02,600 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:02,600 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:12,818 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:40:12,818 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:12,818 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:13,321 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:13,321 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:40:23,600 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:40:23,600 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:23,600 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:23,616 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:23,616 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:40:33,897 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:40:33,897 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:33,897 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:33,897 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:33,897 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:33,897 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:33,897 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:33,897 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:40:33,943 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:33,943 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:44,193 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:40:44,193 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:44,193 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:44,210 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:44,210 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:40:54,538 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:40:54,538 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:40:54,538 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:40:55,054 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:40:55,054 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 15:41:05,304 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:41:05,304 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:05,304 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:05,818 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:41:05,818 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:05,818 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:05,818 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:05,818 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:41:05,866 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:05,866 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:16,147 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:41:16,147 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:16,147 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:16,178 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:41:16,178 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:41:26,397 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:41:26,397 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:26,397 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:26,428 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:41:26,428 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:41:36,694 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:41:36,694 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:36,694 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:36,694 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:41:36,694 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:36,694 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:36,694 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:36,694 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:41:36,741 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:36,741 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:47,022 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:41:47,022 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:47,022 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:47,022 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:41:47,022 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:41:57,257 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:41:57,257 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:41:57,257 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:41:57,257 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:42:03.317047 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration15-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 5.31 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:41:58,005 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-08 15:41:59,255 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:41:59,255 - wazuh_testing - INFO - Modifying file c:\checkdir_default\testfile0 2021-10-08 15:41:59,255 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\testfile0 2021-10-08 15:41:59,255 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\testfile0 2021-10-08 15:41:59,255 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:41:59,270 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\testfile0 2021-10-08 15:41:59,270 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\testfile0 2021-10-08 15:42:02,051 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:42:02,051 - wazuh_testing - INFO - Removing file c:\checkdir_default\testfile0 2021-10-08 15:42:03,317 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:42:08.114396 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration15-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 4.79 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:42:03,317 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-08 15:42:04,052 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:42:04,052 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:04,052 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:04,052 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:04,052 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:42:04,067 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:04,067 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:06,879 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:42:06,879 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:42:08,114 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:42:13.380446 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration15-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 5.26 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:42:08,114 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-08 15:42:09,363 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:42:09,363 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:09,363 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:09,363 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:09,363 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:42:09,379 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:09,379 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:12,130 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:42:12,130 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:42:13,380 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:42:18.146441 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration15-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 4.75 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:42:13,380 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-08 15:42:14,613 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:42:14,613 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:14,613 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:14,613 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:14,613 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:42:14,629 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:14,629 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:17,427 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:42:17,427 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:42:18,130 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:43:00.741667 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration16-folders0-tags_to_apply0] Check restrict configuration events. 40.29 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:42:18 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:42:20,444 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 15:42:30,773 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:42:30,773 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:42:30,773 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:42:31,275 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:42:31,275 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 15:42:31,275 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 15:42:31,275 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 15:42:31,275 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:42:31,322 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 15:42:31,322 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 15:42:41,620 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:42:41,620 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:42:41,620 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:42:41,620 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:42:41,620 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 15:42:51,884 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. 2021-10-08 15:42:51,884 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:42:51,884 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:42:52,387 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:42:52,387 - wazuh_testing - INFO - Creating file c:\testdir\subdir\example.csv of regular type 2021-10-08 15:42:54,663 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:42:54,663 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\example.csv 2021-10-08 15:42:54,663 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\example.csv 2021-10-08 15:42:54,663 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\example.csv 2021-10-08 15:42:54,663 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 15:42:54,678 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\example.csv 2021-10-08 15:42:54,678 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\example.csv 2021-10-08 15:42:58,976 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:42:58,991 - wazuh_testing - INFO - Removing file c:\testdir\subdir\example.csv 2021-10-08 15:43:00,726 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\example.csv of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\example.csv ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\example.csv'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\example.csv of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\example.csv INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:43:20.255039 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_report[get_configuration17-folders0-tags_to_apply0] Check content_changes field for each event 15.77 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\subdir\regular" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\regular" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:43:04,474 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-08 15:43:06,255 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:43:06,255 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\regular 2021-10-08 15:43:06,255 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\regular 2021-10-08 15:43:06,255 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\regular 2021-10-08 15:43:06,255 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 15:43:06,270 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\regular 2021-10-08 15:43:06,270 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\regular 2021-10-08 15:43:10,083 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:43:10,083 - wazuh_testing - INFO - Removing file c:\testdir\subdir\regular 2021-10-08 15:43:11,848 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:43:11,848 - wazuh_testing - INFO - Creating file c:\testdir\regular of regular type 2021-10-08 15:43:13,646 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:43:13,646 - wazuh_testing - INFO - Modifying file c:\testdir\regular 2021-10-08 15:43:13,646 - wazuh_testing - INFO - - Changing content of c:\testdir\regular 2021-10-08 15:43:13,646 - wazuh_testing - INFO - - Changing mtime of c:\testdir\regular 2021-10-08 15:43:13,646 - wazuh_testing - INFO - - Changing owner of c:\testdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 15:43:13,661 - wazuh_testing - INFO - - Changing permission of c:\testdir\regular 2021-10-08 15:43:13,661 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\regular 2021-10-08 15:43:17,989 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:43:17,989 - wazuh_testing - INFO - Removing file c:\testdir\regular 2021-10-08 15:43:20,239 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\regular of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\regular INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\regular of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\regular INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\regular INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\regular INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\regular INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\regular INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\regular INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\regular INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:43:39.645020 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_tags[get_configuration18-folders0-tags_to_apply0] Check if syscheck detects the event property 'tags' for each event. 15.16 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\testdir\subdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:43:24,488 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-08 15:43:26,238 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:43:26,238 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-08 15:43:26,238 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-08 15:43:26,238 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-08 15:43:26,238 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:43:26,254 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-08 15:43:26,254 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-08 15:43:30,035 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:43:30,035 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-08 15:43:31,269 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:43:31,269 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-08 15:43:33,551 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:43:33,551 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-08 15:43:33,551 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-08 15:43:33,551 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-08 15:43:33,551 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:43:33,566 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-08 15:43:33,566 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-08 15:43:37,363 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:43:37,363 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-08 15:43:39,645 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\testdir\subdir\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\testdir\subdir\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:45:28.256168 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration19-c:\recursiondir-1-tags_to_apply0] Check alerts for each level defined in recursion_level 104.20 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:43:44,040 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 15:43:46,319 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:43:46,319 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:46,319 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:46,319 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:46,319 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:43:46,334 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:46,334 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:50,162 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:43:50,162 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 15:43:52,413 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:43:52,413 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:44:02,710 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:44:02,710 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:02,710 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:03,225 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:03,225 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:03,225 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:03,225 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:03,225 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:44:03,272 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:03,272 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:13,615 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:44:13,615 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:13,615 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:14,132 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:14,132 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:44:24,397 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:44:24,397 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:24,397 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:24,413 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:24,413 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 15:44:34,710 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:44:34,710 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:34,710 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:35,227 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:35,227 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:35,227 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:35,227 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:35,227 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:44:35,271 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:35,271 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:45,506 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:44:45,506 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:45,506 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:45,525 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:45,525 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:44:55,806 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. 2021-10-08 15:44:55,806 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:44:55,806 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:44:56,338 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:44:56,338 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 15:45:06,632 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:45:06,632 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:45:06,632 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:45:07,146 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:45:07,146 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:07,146 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:07,146 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:07,146 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:45:07,193 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:07,193 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:17,459 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:45:17,459 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:45:17,459 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:45:17,459 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:45:17,459 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:27,740 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. 2021-10-08 15:45:27,740 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:45:27,740 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:45:28,245 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir\\subdir1\\subdir2\\subdir3\\subdir4\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:46:05.475707 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion[get_configuration20-c:\recursiondir-4-tags_to_apply1] Check alerts for each level defined in recursion_level 32.44 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:45:33,022 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 15:45:34,788 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:45:34,788 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:34,788 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:34,788 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:34,788 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:45:34,804 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:34,804 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:38,614 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:45:38,614 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 15:45:40,852 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:45:40,852 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:45:43,101 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:45:43,101 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:43,101 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:43,101 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:43,101 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:45:43,116 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:43,116 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:46,929 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:45:46,929 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 15:45:48,680 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:45:48,680 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 15:45:50,975 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:45:50,975 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:50,975 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:50,975 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:50,975 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:45:50,992 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:50,992 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:54,850 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:45:54,850 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 15:45:56,632 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:45:56,632 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 15:45:58,897 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:45:58,897 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:58,897 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:58,897 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:58,897 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:45:58,913 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:45:58,913 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:46:03,194 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:46:03,194 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 15:46:05,475 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:46:40.848604 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration21-dirnames0-2-True-tags_to_apply0] Check alerts for each level defined in recursion_level with tags 31.34 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:46:09,489 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 15:46:11,785 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:46:11,785 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:11,785 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:11,785 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:11,785 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:46:11,801 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:11,801 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:15,583 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:46:15,583 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:17,849 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:46:17,849 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:46:20,145 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:46:20,145 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:20,145 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:20,145 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:20,145 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:46:20,160 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:20,160 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:23,958 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:46:23,958 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:26,191 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:46:26,191 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 15:46:27,942 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:46:27,942 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:27,942 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:27,942 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:27,942 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:46:27,957 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:27,957 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:31,785 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:46:31,785 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:46:33,005 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 15:46:33,005 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:46:35,285 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:46:35,285 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:35,285 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:35,285 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:35,285 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:46:35,301 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:35,301 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:39,099 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:46:39,099 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:46:40,832 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:48:51.385826 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_recursion_tag[get_configuration22-dirnames1-2-False-tags_to_apply1] Check alerts for each level defined in recursion_level with tags 126.33 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:46:45,031 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 15:46:55,361 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:46:55,361 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:46:55,361 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:46:55,878 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:46:55,878 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:55,878 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:55,878 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:55,878 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:46:55,921 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:46:55,921 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:47:06,188 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:47:06,188 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:06,188 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:06,219 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:06,219 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 15:47:16,547 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:47:16,547 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:16,547 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:16,582 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:16,582 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:47:26,859 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:47:26,859 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:26,859 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:27,375 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:27,375 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:27,375 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:27,375 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:27,375 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:47:27,422 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:27,422 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:37,641 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:47:37,641 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:37,641 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:38,156 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:38,156 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 15:47:48,469 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:47:48,469 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:48,469 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:48,988 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:48,988 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 15:47:59,313 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:47:59,313 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:47:59,313 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:47:59,313 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:47:59,313 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:47:59,313 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:47:59,313 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:47:59,313 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:47:59,359 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:47:59,359 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:48:09,610 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:48:09,610 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:48:09,610 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:48:10,113 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:48:10,113 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 15:48:20,421 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. 2021-10-08 15:48:20,421 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:48:20,421 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:48:20,437 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:48:20,437 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 15:48:30,687 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:48:30,687 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:48:30,687 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:48:30,703 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:48:30,703 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:30,703 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:30,703 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:30,703 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:48:30,735 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:30,750 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:41,011 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:48:41,011 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:48:41,011 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:48:41,043 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 15:48:41,043 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 15:48:51,342 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. 2021-10-08 15:48:51,342 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:48:51,342 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:48:51,370 - wazuh_testing - INFO - TimeoutError was expected and correctly caught.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:414 Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:914 Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. INFO  wazuh_testing:fim.py:561 Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 ERROR  wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\recursiondir_no_tag\\subdir1\\subdir2\\testfile0'] but was not detected. ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught.
Passed 2021-10-08 15:49:00.879359 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration23-c:\checkdir_default-checkers0-tags_to_apply0] Check if syscheck detects every check set in the configuration. 7.86 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:48:53,020 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-08 15:48:55,285 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:48:55,285 - wazuh_testing - INFO - Modifying file c:\checkdir_default\testfile0 2021-10-08 15:48:55,285 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\testfile0 2021-10-08 15:48:55,285 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\testfile0 2021-10-08 15:48:55,285 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:48:55,301 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\testfile0 2021-10-08 15:48:55,301 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\testfile0 2021-10-08 15:48:58,613 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:48:58,613 - wazuh_testing - INFO - Removing file c:\checkdir_default\testfile0 2021-10-08 15:49:00,879 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:49:08.801223 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration23-c:\checkdir_default\checkdir_checkall-checkers1-tags_to_apply0] Check if syscheck detects every check set in the configuration. 7.91 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:00,879 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-08 15:49:03,144 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:49:03,144 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:03,144 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:03,144 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:03,144 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:49:03,160 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:03,160 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:07,035 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:49:07,035 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 15:49:08,785 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:49:16.645194 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration23-c:\checkdir_default\checkdir_checkall\checkdir_no_inode-checkers2-tags_to_apply0] Check if syscheck detects every check set in the configuration. 7.84 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:08,801 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-08 15:49:11,084 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:49:11,084 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:11,084 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:11,084 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:11,084 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:49:11,098 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:11,098 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:14,895 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:49:14,895 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 15:49:16,629 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 15:49:25.005252 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_check[get_configuration23-c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum-checkers3-tags_to_apply0] Check if syscheck detects every check set in the configuration. 8.36 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:16,645 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-08 15:49:18,895 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 15:49:18,895 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:18,895 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:18,895 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:18,895 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 15:49:18,910 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:18,910 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:22,755 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 15:49:22,755 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 15:49:25,005 - wazuh_testing - INFO - 'deleted' event detected as expected.
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type INFO  wazuh_testing:fim.py:2171 'added' event detected as expected. INFO  wazuh_testing:fim.py:914 Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:770 - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:784 - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:810 - Changing owner of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:860 - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:900 - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:2180 'modified' event detected as expected. INFO  wazuh_testing:fim.py:561 Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-09 04:49:40.485623 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration0] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 12.79 linux, win32 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:49:29 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:29,898 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:49:29,898 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:49:29,898 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:49:29,898 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:49:29,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:49:29.898002 to 2021-10-09 04:49:29.208312 2021-10-09 04:49:29,208 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:49:30,224 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 04:49:40,457 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 04:49:40,457 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:49:40,457 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:49:29.898002 to 2021-10-09 04:49:29.208312 INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-10 06:49:57.255538 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration1] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 18.08 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:49:44 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:49:45 PM Sunday, October 10, 2021 6:49:56 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:49:44,896 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:49:44,896 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:49:44,896 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:49:44,896 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:49:44,179 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:49:44.896939 to 2021-10-09 04:49:44.179238 2021-10-09 04:49:45,212 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:49:45,727 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 04:49:45,727 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 04:49:45,727 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 04:49:45,727 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 04:49:45,772 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 04:49:45,772 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:49:45,271 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:49:45.772875 to 2021-10-09 17:49:45.271561 2021-10-09 17:49:45,271 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 17:49:55,551 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 17:49:55,551 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:49:55,551 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 17:49:56,068 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 17:49:56,068 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 17:49:56,068 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 17:49:56,068 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 17:49:56,068 - wazuh_testing - INFO - Time travel: True 2021-10-10 06:49:56,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:49:56.068219 to 2021-10-10 06:49:56.207507 2021-10-10 06:49:56,740 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:49:44.896939 to 2021-10-09 04:49:44.179238 INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:49:45.772875 to 2021-10-09 17:49:45.271561 INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:49:56.068219 to 2021-10-10 06:49:56.207507 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 17:50:03.744504 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration2] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 5.70 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:50:01 AM Saturday, October 9, 2021 5:50:03 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:01,412 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:50:01,412 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:50:01,412 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:50:01,412 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:50:01,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:50:01.412408 to 2021-10-09 04:50:01.208928 2021-10-09 04:50:03,274 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:50:03,274 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:50:03,274 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:50:03,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:50:03.274925 to 2021-10-09 17:50:03.223247
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:50:01.412408 to 2021-10-09 04:50:01.208928 INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:50:03.274925 to 2021-10-09 17:50:03.223247
Passed 2021-10-09 17:50:30.084780 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration3] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 25.82 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:50:07 AM Saturday, October 9, 2021 5:50:18 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:07,396 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:50:07,396 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:50:07,396 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:50:07,396 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:50:07,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:50:07.396857 to 2021-10-09 04:50:07.208420 2021-10-09 04:50:07,737 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:50:18,053 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:50:18,053 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:50:18,053 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:50:18,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:50:18.053109 to 2021-10-09 17:50:18.222818 2021-10-09 17:50:19,256 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:50:07.396857 to 2021-10-09 04:50:07.208420 INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:50:18.053109 to 2021-10-09 17:50:18.222818 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-09 04:50:45.621818 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration4] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 13.96 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:50:30 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.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:50:33 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:33,380 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:50:33,380 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:50:33,380 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:50:33,380 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:50:33,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:50:33.380494 to 2021-10-09 04:50:33.223770 2021-10-09 04:50:33,223 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:50:34,779 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 04:50:45,106 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 04:50:45,106 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:50:45,106 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:50:33.380494 to 2021-10-09 04:50:33.223770 INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-10 06:51:02.299901 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration5] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 18.53 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:50:49 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:50:51 PM Sunday, October 10, 2021 6:51:01 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:50:49,912 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:50:49,912 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:50:49,912 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:50:49,912 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:50:49,179 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:50:49.912887 to 2021-10-09 04:50:49.179230 2021-10-09 04:50:50,726 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:50:51,242 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 04:50:51,242 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 04:50:51,242 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 04:50:51,242 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 04:50:51,288 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 04:50:51,288 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:50:51,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:50:51.288325 to 2021-10-09 17:50:51.223585 2021-10-09 17:50:51,223 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 17:51:01,445 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 17:51:01,445 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:51:01,445 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 17:51:01,956 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 17:51:01,956 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 17:51:01,956 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 17:51:01,956 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 17:51:01,956 - wazuh_testing - INFO - Time travel: True 2021-10-10 06:51:01,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:51:01.956942 to 2021-10-10 06:51:01.240642 2021-10-10 06:51:02,299 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:50:49.912887 to 2021-10-09 04:50:49.179230 INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:50:51.288325 to 2021-10-09 17:50:51.223585 INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:51:01.956942 to 2021-10-10 06:51:01.240642 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 17:51:07.829100 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration6] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 5.23 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:51:06 AM Saturday, October 9, 2021 5:51:07 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:06,919 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:51:06,919 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:51:06,919 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:51:06,919 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:51:06,286 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:51:06.919486 to 2021-10-09 04:51:06.286473 2021-10-09 04:51:07,342 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:51:07,342 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:51:07,342 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:51:07,319 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:51:07.342105 to 2021-10-09 17:51:07.319692
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:51:06.919486 to 2021-10-09 04:51:06.286473 INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:51:07.342105 to 2021-10-09 17:51:07.319692
Passed 2021-10-09 17:51:35.594127 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration7] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 27.85 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:51:11 AM Saturday, October 9, 2021 5:51:24 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:11,897 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:51:11,897 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:51:11,897 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:51:11,897 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:51:11,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:51:11.897570 to 2021-10-09 04:51:11.238964 2021-10-09 04:51:13,291 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:51:24,103 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:51:24,103 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:51:24,103 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:51:24,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:51:24.103457 to 2021-10-09 17:51:24.254397 2021-10-09 17:51:25,271 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:51:11.897570 to 2021-10-09 04:51:11.238964 INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:51:24.103457 to 2021-10-09 17:51:24.254397 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-09 04:51:49.988373 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration8] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 12.49 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:51: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 stdout call------------------------------
Saturday, October 9, 2021 4:51:39 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:39,910 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:51:39,910 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:51:39,910 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:51:39,910 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:51:39,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:51:39.910588 to 2021-10-09 04:51:39.254244 2021-10-09 04:51:39,254 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:51:39,769 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 04:51:49,976 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 04:51:49,976 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 04:51:49,976 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:51:39.910588 to 2021-10-09 04:51:39.254244 INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-10 06:52:08.309329 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration9] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 20.24 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:51:54 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 5:51:56 PM Sunday, October 10, 2021 6:52:06 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:51:54,913 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:51:54,913 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:51:54,913 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:51:54,913 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:51:54,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:51:54.913795 to 2021-10-09 04:51:54.207639 2021-10-09 04:51:56,273 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:51:56,785 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 04:51:56,785 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 04:51:56,785 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 04:51:56,785 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 04:51:56,832 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 04:51:56,832 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:51:56,316 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:51:56.832272 to 2021-10-09 17:51:56.316855 2021-10-09 17:51:56,316 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 17:52:06,569 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 17:52:06,569 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 17:52:06,569 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 17:52:06,603 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 17:52:06,603 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 17:52:06,603 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 17:52:06,603 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 17:52:06,603 - wazuh_testing - INFO - Time travel: True 2021-10-10 06:52:06,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:52:06.603095 to 2021-10-10 06:52:06.239865 2021-10-10 06:52:07,778 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:51:54.913795 to 2021-10-09 04:51:54.207639 INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:51:56.832272 to 2021-10-09 17:51:56.316855 INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:52:06.603095 to 2021-10-10 06:52:06.239865 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 17:52:14.239267 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration10] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 5.18 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:52:12 AM Saturday, October 9, 2021 5:52:14 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:12,382 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:52:12,382 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:52:12,382 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:52:12,382 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:52:12,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:52:12.382350 to 2021-10-09 04:52:12.208533 2021-10-09 04:52:14,268 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:52:14,268 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:52:14,268 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:52:14,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:52:14.268952 to 2021-10-09 17:52:14.239267
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:52:12.382350 to 2021-10-09 04:52:12.208533 INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:52:14.268952 to 2021-10-09 17:52:14.239267
Passed 2021-10-09 17:52:40.569530 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration11] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 25.84 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:52:18 AM Saturday, October 9, 2021 5:52:29 PM
------------------------------Captured stderr call------------------------------
2021-10-08 15:52:18,904 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:52:18,904 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:52:18,904 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:52:18,904 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:52:18,228 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:52:18.904052 to 2021-10-09 04:52:18.228076 2021-10-09 04:52:19,270 - wazuh_testing - INFO - Checking the event... 2021-10-09 04:52:29,565 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 04:52:29,565 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 04:52:29,565 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:52:29,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:52:29.565635 to 2021-10-09 17:52:29.207579 2021-10-09 17:52:30,258 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:52:18.904052 to 2021-10-09 04:52:18.228076 INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:52:29.565635 to 2021-10-09 17:52:29.207579 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:52:56.722323 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration12] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 11.83 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:52:40 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 call------------------------------
2021-10-08 15:52:44,881 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:52:44,881 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:52:44,881 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:52:44,881 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:52:44,881 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:52:45,898 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:52:56,194 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:52:56,194 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:52:56,194 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:53:13.288323 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration13] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 12.38 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:00,898 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:53:00,898 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:53:00,898 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:53:00,898 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:00,898 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:53:01,931 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:53:01,931 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:53:01,931 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:53:01,931 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:53:01,975 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:53:01,975 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:01,975 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:53:12,226 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:53:12,226 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:53:12,226 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:53:12,245 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:53:12,245 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:53:12,245 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:53:12,245 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:53:12,245 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:12,245 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:53:19.455044 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration14] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 2.07 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:17,376 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:53:17,376 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:53:17,376 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:53:17,376 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:18,407 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:53:18,407 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:53:18,407 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:53:45.057828 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration15] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 21.14 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:53:23,903 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:53:23,903 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:53:23,903 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:53:23,903 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:23,903 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:53:34,215 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:53:34,215 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:53:34,215 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:34,215 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:54:01.212777 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration16] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 11.34 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:53:45 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 call------------------------------
2021-10-08 15:53:49,867 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:53:49,867 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:53:49,867 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:53:49,867 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:53:49,867 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:53:50,914 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:54:01,184 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:54:01,184 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:54:01,184 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:54:18.301732 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration17] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 12.89 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:05,395 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:54:05,395 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:54:05,395 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:54:05,395 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:05,395 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:54:06,442 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:54:06,442 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:54:06,442 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:54:06,442 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:54:06,457 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:54:06,457 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:06,457 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:54:16,724 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:54:16,724 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:54:16,724 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:54:17,254 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:54:17,254 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:54:17,254 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:54:17,254 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:54:17,254 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:17,254 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:54:24.991000 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration18] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 2.07 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:22,912 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:54:22,912 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:54:22,912 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:54:22,912 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:23,960 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:54:23,960 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:54:23,960 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:54:51.005448 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration19] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 21.08 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:54:29,926 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:54:29,926 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:54:29,926 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:54:29,926 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:29,926 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:54:40,740 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:54:40,740 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:54:40,740 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:40,740 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:55:07.147177 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration20] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 11.28 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:54:51 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 call------------------------------
2021-10-08 15:54:55,865 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:54:55,865 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:54:55,865 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:54:55,865 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:54:55,865 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:54:56,898 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:55:07,131 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:55:07,131 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:55:07,131 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:55:23.834459 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration21] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 11.89 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:11,928 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:55:11,928 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:55:11,928 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:55:11,928 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:11,928 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:55:12,975 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:55:12,975 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:55:12,975 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:55:12,975 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:55:13,006 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:55:13,006 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:13,006 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:55:23,304 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:55:23,304 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:55:23,304 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:55:23,304 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:55:23,304 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:55:23,304 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:55:23,304 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:55:23,304 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:23,304 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:55:30.038923 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration22] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 2.07 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:27,945 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:55:27,945 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:55:27,945 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:55:27,960 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:28,992 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:55:28,992 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:55:28,992 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:55:56.022058 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration23] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 21.14 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:55:34,881 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:55:34,881 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:55:34,881 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:55:34,881 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:34,881 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:55:45,678 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:55:45,678 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:55:45,678 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:55:45,678 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:56:12.788628 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration24] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 12.41 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:55: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.
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:00,366 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:56:00,366 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:56:00,366 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:56:00,382 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:00,382 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:56:01,945 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:56:12,273 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:56:12,273 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:56:12,273 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:56:31.912289 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration25] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 14.98 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:16,928 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:56:16,928 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:56:16,928 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:56:16,928 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:16,928 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:56:18,959 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:56:18,959 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:56:18,959 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:56:18,959 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:56:19,006 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:56:19,006 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:19,006 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:56:29,305 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:56:29,305 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:56:29,305 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:56:29,818 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:56:29,818 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:56:29,818 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:56:29,818 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:56:29,818 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:29,818 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:56:40.024824 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration26] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 4.14 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:35,881 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:56:35,881 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:56:35,881 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:56:35,881 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:37,959 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:56:37,959 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:56:37,959 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:57:06.036105 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration27] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 21.06 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:56:44,961 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:56:44,961 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:56:44,961 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:56:44,961 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:44,961 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:56:55,227 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:56:55,227 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:56:55,227 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:56:55,227 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:57:23.769270 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration28] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 12.87 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:57: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 call------------------------------
2021-10-08 15:57:10,895 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:57:10,895 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:57:10,895 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:57:10,895 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:10,895 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:57:12,973 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:57:23,254 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:57:23,254 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:57:23,254 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:57:41.492106 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration29] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 13.49 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:27,991 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:57:27,991 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:57:27,991 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:57:27,991 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:27,991 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:57:29,555 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:57:29,555 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:57:29,555 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:57:29,555 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:57:29,585 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:57:29,585 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:29,585 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:57:39,898 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:57:39,898 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:57:39,898 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:57:39,932 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:57:39,932 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:57:39,932 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:57:39,932 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:57:39,932 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:39,932 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:57:50.052843 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration30] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 4.13 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:45,927 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:57:45,927 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:57:45,927 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:57:45,927 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:47,989 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:57:47,989 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:57:47,989 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:58:15.585207 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration31] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 20.66 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:57:54,912 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:57:54,912 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:57:54,912 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:57:54,912 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:57:54,912 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:58:05,272 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:58:05,272 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:58:05,272 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:05,272 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 15:58:32.269661 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries[get_configuration32] Check if syscheckd ignores duplicate entries.. For instance:. - The second entry should prevail over the first one.. <directories realtime="yes">/home/user</directories> (IGNORED). <directories whodata="yes">/home/user</directories>. OR. - Just generate one event.. <directories realtime="yes">/home/user,/home/user</directories> 12.39 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:58: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 call------------------------------
2021-10-08 15:58:19,881 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:58:19,881 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:58:19,881 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:58:19,881 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:19,881 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:58:21,941 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:58:32,239 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:58:32,239 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:58:32,239 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:114 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:122 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:125 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:127 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1
Passed 2021-10-08 15:58:51.430108 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_complex[get_configuration33] Check if syscheckd ignores duplicate entries, complex entries.. For instance:. - The second entry should prevail over the first one.. <directories check_all="no" check_owner="yes" check_inode="yes">/home/user</directories> (IGNORED). <directories check_all="no" check_size="yes" check_perm="yes">/home/user</directories>. In this case, it only check if the permissions or the size of the file changes 14.47 linux, win32 2
------------------------------Captured stdout call------------------------------
SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant".
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:36,946 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:58:36,946 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 15:58:36,946 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:58:36,946 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:36,946 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:58:38,477 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 15:58:38,477 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 15:58:38,477 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 15:58:38,477 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 15:58:38,523 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 15:58:38,523 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:38,523 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 15:58:48,839 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 15:58:48,839 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 15:58:48,839 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 15:58:49,353 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 15:58:49,353 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 15:58:49,353 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:58:49,353 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:58:49,353 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:49,353 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:228 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:236 Adding file c:\testdir1\hello, content: "testing" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:240 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:242 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:250 Replacing a character of c:\testdir1\hello content INFO  wazuh_testing:test_duplicate_entries.py:252 Modifying c:\testdir1\hello's group INFO  wazuh_testing:test_duplicate_entries.py:254 Modifying c:\testdir1\hello's owner INFO  wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:256 Adding new file c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:259 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:81 Checking for a second event... ERROR  wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event ERROR  wazuh_testing:monitoring.py:454 Results accumulated: 0 ERROR  wazuh_testing:monitoring.py:456 Results expected: 1 INFO  wazuh_testing:test_duplicate_entries.py:265 Modifying c:\testdir1\hello's permissions INFO  wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:267 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:270 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-08 15:58:59.489948 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_report[get_configuration34] Check if syscheckd ignores duplicate entries, report changes.. For instance:. - The second entry should prevail over the first one.. <directories report_changes="yes">/home/user</directories> (IGNORED). <directories report_changes="no">/home/user</directories> 3.61 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:58:55,879 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:58:55,879 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:58:55,879 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:58:55,879 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:58:57,959 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:58:57,959 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:58:57,959 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:184 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:191 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:193 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:200 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:202 Time travel: False
Passed 2021-10-08 15:59:25.627799 test_fim/test_files/test_ambiguous_confs/test_duplicate_entries.py::test_duplicate_entries_sregex[get_configuration35] Check if syscheckd ignores duplicate entries, sregex patterns of restrict.. For instance:. - The second entry should prevail over the first one.. <directories restrict="^good.*$">/home/user</directories> (IGNORED). <directories restrict="^he.*$">/home/user</directories>. In this case, only the filenames that match with this regex '^he.*$' 21.73 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:03,892 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:03,892 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 15:59:03,892 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 15:59:03,892 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:59:03,892 - wazuh_testing - INFO - Checking the event... 2021-10-08 15:59:14,724 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 15:59:14,724 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 15:59:14,724 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:59:14,724 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_duplicate_entries.py:148 Applying the test configuration INFO  wazuh_testing:test_duplicate_entries.py:155 Adding file c:\testdir1\hello, content: " " INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\hello of regular type INFO  wazuh_testing:test_duplicate_entries.py:157 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:160 Checking the event... INFO  wazuh_testing:test_duplicate_entries.py:166 Modifying c:\testdir1\hello content INFO  wazuh_testing:fim.py:770 - Changing content of c:\testdir1\hello INFO  wazuh_testing:test_duplicate_entries.py:168 Time travel: False INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-09 04:59:30.284796 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.60 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:59:29 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:29,881 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:29,881 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 15:59:29,881 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 15:59:29,881 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:59:29,226 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:59:29.881278 to 2021-10-09 04:59:29.226203
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:59:29.881278 to 2021-10-09 04:59:29.226203
Passed 2021-10-09 17:59:31.764309 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 3.12 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 5:59:30 PM
------------------------------Captured stderr call------------------------------
2021-10-09 04:59:30,284 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 04:59:30,284 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-09 04:59:30,284 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-09 04:59:30,284 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:59:30,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:59:30.284796 to 2021-10-09 17:59:30.208313 2021-10-09 17:59:30,735 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_string, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_string of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:59:30.284796 to 2021-10-09 17:59:30.208313 INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-09 04:59:36.264512 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.59 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:59:35 AM
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:35,920 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:35,920 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 15:59:35,920 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 15:59:35,920 - wazuh_testing - INFO - Time travel: True 2021-10-09 04:59:35,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 15:59:35.920732 to 2021-10-09 04:59:35.225082
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 15:59:35.920732 to 2021-10-09 04:59:35.225082
Passed 2021-10-09 17:59:37.255978 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.58 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 5:59:36 PM
------------------------------Captured stderr call------------------------------
2021-10-09 04:59:36,279 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 04:59:36,279 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-09 04:59:36,279 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-09 04:59:36,279 - wazuh_testing - INFO - Time travel: True 2021-10-09 17:59:36,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 04:59:36.279947 to 2021-10-09 17:59:36.225423
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\ignore_testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\ignore_testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 04:59:36.279947 to 2021-10-09 17:59:36.225423
Passed 2021-10-10 06:59:37.740234 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.09 2
------------------------------Captured stdout call------------------------------
Sunday, October 10, 2021 6:59:37 AM
------------------------------Captured stderr call------------------------------
2021-10-09 17:59:37,255 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 17:59:37,255 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-09 17:59:37,255 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-09 17:59:37,255 - wazuh_testing - INFO - Time travel: True 2021-10-10 06:59:37,209 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 17:59:37.255978 to 2021-10-10 06:59:37.209849 2021-10-10 06:59:37,209 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_sregex, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_sregex of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: True INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 17:59:37.255978 to 2021-10-10 06:59:37.209849 INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 15:59:42.910764 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration2-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 1.03 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:59:37 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 call------------------------------
2021-10-08 15:59:41,867 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:41,867 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 15:59:41,867 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 15:59:41,867 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 15:59:43.960955 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration2-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 1.04 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:42,913 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:42,913 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-08 15:59:42,913 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-08 15:59:42,913 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:59:42,913 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_string, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_string of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 15:59:48.975458 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration3-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 1.03 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:47,944 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:47,944 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 15:59:47,944 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 15:59:47,944 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 15:59:50.006556 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration3-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 1.03 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:48,975 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:48,975 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-08 15:59:48,975 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-08 15:59:48,975 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\ignore_testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\ignore_testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 15:59:51.084328 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration3-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 1.06 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:50,021 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:50,021 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-08 15:59:50,021 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-08 15:59:50,021 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:59:50,021 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_sregex, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_sregex of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 15:59:57.911313 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration4-c:\testdir1-testfile-False-tags_to_apply0] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.04 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 3:59:51 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 call------------------------------
2021-10-08 15:59:55,866 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:55,866 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 15:59:55,866 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 15:59:55,866 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 15:59:59.989564 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration4-c:\testdir2-not_ignored_string-True-tags_to_apply1] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.06 2
------------------------------Captured stderr call------------------------------
2021-10-08 15:59:57,927 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 15:59:57,927 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-08 15:59:57,927 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-08 15:59:57,927 - wazuh_testing - INFO - Time travel: False 2021-10-08 15:59:57,927 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_string, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_string of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 16:00:04.381983 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration5-c:\testdir1-testfile2-False-tags_to_apply2] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.04 2
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:02,334 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 16:00:02,334 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 16:00:02,334 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 16:00:02,334 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 16:00:06.444388 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration5-c:\testdir1-ignore_testfile2-False-tags_to_apply3] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.04 2
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:04,396 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 16:00:04,396 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-08 16:00:04,396 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-08 16:00:04,396 - wazuh_testing - INFO - Time travel: False
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\ignore_testfile2, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\ignore_testfile2 of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False
Passed 2021-10-08 16:00:08.522887 test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration5-c:\testdir2-not_ignored_sregex-True-tags_to_apply4] Check if the ignore tag prevails over the restrict one when using both in the same directory. 2.06 2
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:06,459 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 16:00:06,459 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-08 16:00:06,459 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-08 16:00:06,459 - wazuh_testing - INFO - Time travel: False 2021-10-08 16:00:06,459 - wazuh_testing - INFO - Checking the event...
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:test_ignore_works_over_restrict.py:74 Applying the test configuration INFO  wazuh_testing:test_ignore_works_over_restrict.py:79 Adding file c:\testdir1\not_ignored_sregex, content: "" INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\not_ignored_sregex of regular type INFO  wazuh_testing:test_ignore_works_over_restrict.py:83 Time travel: False INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 16:00:17.006391 test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-c:\testdir1] Test alerts are generated when monitor environment variables 4.12 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:12,881 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 16:00:14,944 - wazuh_testing - INFO - Removing file c:\testdir1\testfile
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir1\testfile of regular type INFO  wazuh_testing:fim.py:561 Removing file c:\testdir1\testfile
Passed 2021-10-08 16:00:20.627628 test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-c:\testdir2] Test alerts are generated when monitor environment variables 3.61 2
------------------------------Captured stderr call------------------------------
2021-10-08 16:00:17,006 - wazuh_testing - INFO - Creating file c:\testdir2\testfile of regular type 2021-10-08 16:00:18,572 - wazuh_testing - INFO - Removing file c:\testdir2\testfile
-------------------------------Captured log call--------------------------------
INFO  wazuh_testing:fim.py:414 Creating file c:\testdir2\testfile of regular type INFO  wazuh_testing:fim.py:561 Removing file c:\testdir2\testfile