r1-2004.html

Report generated on 08-Oct-2021 at 14:34:54 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 2625.86 seconds.

91 passed, 358 skipped, 4 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 4 29 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 03:06:54.121810 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration0-folders0-tags_to_apply0] Check restrict configuration events. 11.68 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: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 0x0000011AC81C7E50>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000011AC7E151F0>, 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 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------------------------------
Saturday, October 9, 2021 3:06:43 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:06:43,333 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 03:06:43,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:06:43.333796 to 2021-10-09 03:06:43.254403 2021-10-09 03:06:53,263 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 03:06:53,263 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:06:53,263 - 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 14:06:43.333796 to 2021-10-09 03:06:43.254403 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 20:07:44.831989 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. 37.46 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 0x0000011AC8408A00>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000011AC7E151F0>, 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 3:07:19 AM SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:07:24 PM Sunday, October 10, 2021 5:07:26 AM Sunday, October 10, 2021 6:07:30 PM SUCCESS: The file (or folder): "c:\testdir\subdir\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:07:31 AM Monday, October 11, 2021 8:07:34 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:07:19,467 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-09 03:07:19,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:07:19.467977 to 2021-10-09 03:07:19.285875 2021-10-09 03:07:24,790 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 03:07:24,790 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-09 03:07:24,790 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-09 03:07:24,790 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-09 03:07:24,790 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-09 03:07:24,867 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-09 03:07:24,867 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-09 16:07:24,364 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:07:24.867960 to 2021-10-09 16:07:24.364004 2021-10-09 16:07:26,859 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 16:07:26,859 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-10 05:07:26,585 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:07:26.859261 to 2021-10-10 05:07:26.585498 2021-10-10 05:07:30,757 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 05:07:30,757 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-10 18:07:30,304 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 05:07:30.757689 to 2021-10-10 18:07:30.304393 2021-10-10 18:07:31,230 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 18:07:31,230 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-10 18:07:31,230 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-10 18:07:31,230 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-10 18:07:31,230 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-10 18:07:31,260 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-10 18:07:31,262 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-11 07:07:31,204 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 18:07:31.262544 to 2021-10-11 07:07:31.204288 2021-10-11 07:07:34,528 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 07:07:34,528 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-11 20:07:34,691 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 07:07:34.528781 to 2021-10-11 20:07:34.691655 2021-10-11 20:07:44,706 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-11 20:07:44,706 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 20:07:44,706 - 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 14:07:19.467977 to 2021-10-09 03:07:19.285875 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 03:07:24.867960 to 2021-10-09 16:07:24.364004 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 16:07:26.859261 to 2021-10-10 05:07:26.585498 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 05:07:30.757689 to 2021-10-10 18:07:30.304393 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 18:07:31.262544 to 2021-10-11 07:07:31.204288 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 07:07:34.528781 to 2021-10-11 20:07:34.691655 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 03:07:59.600064 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 11.87 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 0x0000011AC84B8730>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000011AC7E151F0>, 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 3:07:49 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:07:49,428 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-09 03:07:49,316 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:07:49.428705 to 2021-10-09 03:07:49.316432 2021-10-09 03:07:59,334 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 03:07:59,334 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:07:59,334 - 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 14:07:49.428705 to 2021-10-09 03:07:49.316432 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 03:08:13.601634 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.81 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 0x0000011AC9727340>, timeout = 10, callback = <function callback_detect_end_scan at 0x0000011AC7E151F0>, 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 3:08:03 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:08:03,504 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-09 03:08:03,242 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:08:03.504046 to 2021-10-09 03:08:03.242182 2021-10-09 03:08:13,242 - wazuh_testing - ERROR - End of scheduled scan not detected after 10 seconds 2021-10-09 03:08:13,242 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:08:13,242 - 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 14:08:03.504046 to 2021-10-09 03:08:03.242182 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 03:06:54.121810 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 03:06:54.137455 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 03:06:54.137455 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 03:06:54.153775 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 03:06:54.153775 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 03:06:54.169304 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 03:06:54.169304 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 03:06:54.184106 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.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 03:06:54.184106 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 03:06:54.200728 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 14:06:57.755849 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 2:06: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 was started successfully.
Skipped 2021-10-11 20:07:15.256675 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-11 20:07:15.275773 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-11 20:07:15.289156 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-11 20:07:15.311539 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-11 20:07:15.334695 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-11 20:07:15.357639 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-11 20:07:15.379317 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-11 20:07:15.402793 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-11 20:07:15.413403 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 14:07:19.451422 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 2:07: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.
Skipped 2021-10-08 14:07:19.467977 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 20:07:44.863339 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 20:07:44.878811 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 20:07:44.894371 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 20:07:44.925698 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 20:07:44.941333 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 20:07:44.972449 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 20:07:45.003775 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 20:07:45.035048 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 14:07:49.411972 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 2:07: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-08 14:07:49.428705 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 14:07:49.428705 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 03:07:59.615387 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 03:07:59.615387 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 03:07:59.631520 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 03:07:59.631520 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 03:07:59.647524 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 03:07:59.663390 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 03:07:59.678340 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 14:08:03.488375 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 2:07: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.
Skipped 2021-10-08 14:08:03.488375 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 14:08:03.504046 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 14:08:03.504046 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 03:08:13.601634 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 03:08:13.617198 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 03:08:13.617198 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 03:08:13.632738 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 03:08:13.648348 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 03:08:13.648348 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 14:08:13.833796 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 2:08:13 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 14:08:13.849472 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 14:08:13.849472 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 14:08:13.867001 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 14:08:13.867001 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-15 02:08:45.494987 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-15 02:08:45.526466 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-15 02:08:45.573394 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-15 02:08:45.620203 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-15 02:08:45.651327 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 14:08:48.019645 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 2:08: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 was started successfully.
Skipped 2021-10-08 14:08:48.035191 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 14:08:48.035191 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 14:08:48.051252 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 14:08:48.051252 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 14:08:48.066906 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-15 02:11:37.930837 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-15 02:11:37.961486 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-15 02:11:37.993144 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-15 02:11:38.023985 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 14:11:38.832703 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 2:11:38 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Skipped 2021-10-08 14:11:38.848658 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 14:11:38.848658 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 14:11:38.848658 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 14:11:38.863959 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 14:11:38.863959 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 14:11:38.879546 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 14:12:53.301032 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 14:12:53.301032 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 14:12:53.316397 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 14:12:53.316397 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 14:12:53.332589 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 14:12:53.332589 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 14:12:53.348947 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 14:12:53.348947 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 14:12:53.364124 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 14:12:53.364124 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 14:12:55.422501 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 2:12:53 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 14:13:04.986282 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 14:13:04.986282 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 14:13:05.001549 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 14:13:05.001549 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 14:13:05.016715 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 14:13:05.016715 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 14:13:05.032350 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 14:13:05.032350 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 14:13:05.048295 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 14:13:09.707873 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 2:13: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 14:13:09.723105 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 14:13:18.396133 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 14:13:18.396133 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 14:13:18.411432 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 14:13:18.411432 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 14:13:18.411432 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 14:13:18.426783 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 14:13:18.426783 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 14:13:18.442532 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 14:13:21.092320 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 2:13: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 was started successfully.
Skipped 2021-10-08 14:13:21.092320 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 14:13:21.108675 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 14:15:01.513941 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 14:15:01.529815 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 14:15:01.545487 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 14:15:01.545487 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 14:15:01.561282 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 14:15:01.561282 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 14:15:01.577363 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 14:15:03.411191 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 2:15:01 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 14:15:03.411191 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 14:15:03.426162 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 14:15:03.426162 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 14:15:22.488279 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 14:15:22.504013 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 14:15:22.504013 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 14:15:22.520088 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 14:15:22.520088 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 14:15:22.536306 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 14:15:22.867205 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 2:15:22 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 14:15:22.867205 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 14:15:22.883249 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 14:15:22.883249 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 14:15:22.898439 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 14:15:44.147871 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 14:15:44.163524 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 14:15:44.163524 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 14:15:44.163524 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 14:15:44.179675 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 14:15:44.879817 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 2:15:44 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 14:15:44.879817 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 14:15:44.879817 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 14:15:44.895559 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 14:15:44.895559 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 14:15:44.895559 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 14:17:52.114069 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 14:17:52.129806 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 14:17:52.129806 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 14:17:52.146282 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 14:17:55.082164 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 2:17:52 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
Skipped 2021-10-08 14:17:55.082164 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 14:17:55.082164 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 14:17:55.097862 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 14:17:55.097862 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 14:17:55.113478 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 14:17:55.113478 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 14:18:57.381928 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 14:18:57.398158 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 14:18:57.398158 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 14:18:57.415397 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 14:18:57.415397 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 14:18:57.428703 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 14:18:57.428703 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 14:18:57.428703 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 14:18:57.445086 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 14:18:57.445086 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 14:19:01.019914 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 2:18: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 was started successfully.
Skipped 2021-10-08 14:19:16.739251 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 14:19:16.739251 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 14:19:16.739251 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 14:19:16.754979 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 14:19:16.754979 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 14:19:16.770420 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 14:19:16.770420 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 14:19:16.786348 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 14:19:16.786348 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 14:19:20.457775 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 2:19:16 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 14:19:20.457775 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 14:19:36.224071 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 14:19:36.224071 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 14:19:36.239884 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 14:19:36.239884 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 14:19:36.254612 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 14:19:36.254612 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 14:19:36.254612 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 14:19:36.270340 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 14:19:40.066940 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 2:19:36 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 14:19:40.098440 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 14:19:40.098440 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 14:21:21.800967 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 14:21:21.816792 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 14:21:21.816792 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 14:21:21.833773 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 14:21:21.833773 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 14:21:21.848803 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 14:21:21.848803 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 14:21:25.050276 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 2:21:21 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 14:21:25.065700 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 14:21:25.081391 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 14:21:25.081391 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 14:21:56.050161 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 14:21:56.050161 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 14:21:56.065976 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 14:21:56.065976 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 14:21:56.081328 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 14:21:56.081328 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 14:22:00.019872 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 2:21: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 was started successfully.
Skipped 2021-10-08 14:22:00.034989 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 14:22:00.051203 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 14:22:00.051203 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 14:22:00.066899 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 14:22:30.535651 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 14:22:30.535651 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 14:22:30.535651 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 14:22:30.551294 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 14:22:30.551294 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 14:22:32.427243 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 2:22:30 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 14:22:32.427243 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 14:22:32.427243 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 14:22:32.443160 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 14:22:32.443160 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 14:22:32.458587 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 14:24:37.318165 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 14:24:37.318165 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 14:24:37.333688 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 14:24:37.333688 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 14:24:38.440880 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 2:24:37 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 14:24:38.456955 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 14:24:38.456955 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 14:24:38.472905 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 14:24:38.472905 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 14:24:38.488956 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 14:24:38.488956 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 14:25:09.223922 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 14:25:09.239528 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 14:25:09.239528 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 14:25:09.239528 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 03:25:22.075891 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 03:25:22,060 - 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 03:25:22.091968 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 03:25:22,075 - 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 03:25:22.091968 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 03:25:22,091 - 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 14:25:24.881680 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 2:25:22 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:24,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 14:25:24.898572 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 14:25:24,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 14:25:24.898572 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 14:25:24,898 - 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 14:25:39.395961 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 2:25:36 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 stderr call------------------------------
2021-10-08 14:25:39,395 - 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 14:25:39.427265 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 14:25:39,411 - 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 16:25:41.269725 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 16:25:41,269 - 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 14:25:42.330200 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 2:25:41 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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:42,316 - 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 16:26:07.203727 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 16:26:07,203 - 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 16:26:07.220115 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 16:26:07,220 - 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 03:26:19.156391 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 03:26:19,137 - 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 03:26:19.169239 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 03:26:19,169 - 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 03:26:19.169239 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 03:26:19,169 - 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 14:26:21.835747 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 2:26: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 stderr call------------------------------
2021-10-08 14:26:21,835 - 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 14:26:21.868979 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 14:26:21,850 - 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 14:26:21.882052 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 14:26:21,868 - 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 14:26:36.381828 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 2:26:33 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:36,366 - 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 14:26:36.397761 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 14:26:36,381 - 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 16:26:39.760042 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 16:26:39,760 - 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 14:26:42.397430 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 2:26: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:42,397 - 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 16:27:05.016200 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 16:27:05,015 - 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 16:27:05.016200 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 16:27:05,016 - 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 03:27:18.570174 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 03:27:18,570 - 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 03:27:18.586354 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 03:27:18,586 - 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 03:27:18.601070 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 03:27:18,586 - 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 14:27:19.334858 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 2:27: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:19,334 - 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 14:27:19.366316 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 14:27:19,350 - 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 14:27:19.381914 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 14:27:19,381 - 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 14:27:35.944007 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 2:27: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 14:27:35,929 - 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 14:27:35.944007 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 14:27:35,944 - 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 16:27:37.261130 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 16:27:37,261 - 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 14:27:38.409616 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 2:27:37 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:38,396 - 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 16:28:01.047866 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 16:28:01,047 - 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 16:28:01.063212 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 16:28:01,047 - 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 14:28:15.772861 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 14:28:15,757 - 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 14:28:15.788414 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 14:28:15,772 - 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 14:28:15.803924 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 14:28:15,788 - 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 14:28:16.315511 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 2:28:15 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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:16,303 - 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 14:28:16.315511 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 14:28:16,315 - 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 14:28:16.334190 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 14:28:16,334 - 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 14:28:29.366862 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 2:28:28 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:29,351 - 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 14:28:29.382335 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 14:28:29,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-08 14:28:31.475738 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 14:28:31,460 - 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 14:28:33.833476 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 2:28:31 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 14:28:33,833 - 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 14:28:54.473888 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 14:28:54,458 - 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 14:28:54.473888 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 14:28:54,473 - 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 14:29:08.176216 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 14:29:08,176 - 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 14:29:08.207819 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 14:29:08,192 - 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 14:29:08.223474 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 14:29:08,207 - 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 14:29:11.395227 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 2:29: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:29:11,383 - 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 14:29:11.411551 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 14:29:11,395 - 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 14:29:11.411551 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 14:29:11,411 - 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 14:29:28.927326 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 2:29:24 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 14:29:28,914 - 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 14:29:28.927326 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 14:29:28,927 - 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 14:29:31.036719 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 14:29:31,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 14:29:36.368282 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 2:29:31 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is stopping. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:29:36,368 - 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 14:29:57.587085 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 14:29:57,587 - 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 14:29:57.603130 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 14:29:57,603 - 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 14:30:11.272214 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 14:30:11,256 - 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 14:30:11.287486 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 14:30:11,272 - 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 14:30:11.304177 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 14:30:11,287 - 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 14:30:15.894533 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 2:30:11 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 14:30:15,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 14:30:15.895538 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 14:30:15,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 14:30:15.911988 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 14:30:15,895 - 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 14:30:29.348417 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 2:30:28 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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:30:29,336 - 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 14:30:29.351527 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 14:30:29,351 - 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 14:30:31.429891 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 14:30:31,429 - 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 14:30:35.368216 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 2:30: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 14:30:35,368 - 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 14:30:56.008853 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 14:30:56,008 - 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 14:30:56.025014 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 14:30:56,025 - 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 14:31:11.368577 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 14:31:11,352 - 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 14:31:11.368577 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 14:31:11,368 - 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 14:31:11.383799 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 14:31:11,383 - 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 14:31:15.910921 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 2:31:11 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 14:31:15,910 - 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 14:31:15.926332 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 14:31:15,926 - 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 14:31:15.942910 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 14:31:15,942 - 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 14:31:31.365883 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 2:31:30 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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:31:31,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 14:31:31.365883 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 14:31:31,365 - 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 14:31:35.569831 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 14:31:35,569 - 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 14:31:39.910291 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 2:31:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:31:39,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 14:32:00.504622 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 14:32:00,504 - 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 14:32:00.521019 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 14:32:00,521 - 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 14:32:17.754013 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 14:32:17,754 - 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 14:32:17.770257 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 14:32:17,770 - 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 14:32:17.770257 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 14:32:17,770 - 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 14:32:20.398119 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 2:32:17 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 stderr call------------------------------
2021-10-08 14:32:20,386 - 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 14:32:20.414005 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 14:32:20,398 - 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 14:32:20.414005 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 14:32:20,414 - 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 14:32:38.894139 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 2:32:34 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 14:32:38,879 - 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 14:32:38.913151 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 14:32:38,894 - 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 14:32:42.535180 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 14:32:42,535 - 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 14:32:44.862946 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 2:32:42 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 14:32:44,850 - 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 14:33:06.519372 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 14:33:06,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-08 14:33:06.536744 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.01 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 14:33:06,536 - 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 14:33:20.772542 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 14:33:20,754 - 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 14:33:20.786181 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 14:33:20,772 - 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 14:33:20.802145 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 14:33:20,786 - 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 14:33:24.910092 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 2:33: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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:33:24,894 - 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 14:33:24.926127 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 14:33:24,910 - 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 14:33:24.941813 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 14:33:24,926 - 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 14:33:42.395644 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 2:33: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:33:42,395 - 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 14:33:42.412087 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 14:33:42,412 - 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 14:33:46.567642 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 14:33:46,567 - 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 14:33:49.409328 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 2:33:46 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 stderr call------------------------------
2021-10-08 14:33:49,395 - 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 14:34:10.098719 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 14:34:10,098 - 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 14:34:10.114377 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 14:34:10,114 - 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 16:34:15.961609 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 16:34:15,961 - 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 16:34:15.961609 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 16:34:15,961 - 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 16:34:15.976300 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 16:34:15,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 14:34:16.445054 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 2:34:15 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:16,445 - 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 14:34:16.445054 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 14:34:16,445 - 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 14:34:25.561477 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 14:34:25,561 - 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 14:34:25.576982 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 14:34:25,576 - 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 14:34:25.592601 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 14:34:25,592 - 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 14:34:27.863448 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 2:34:25 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 14:34:27,850 - 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 14:34:27.879989 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 14:34:27,879 - 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 14:34:36.052823 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 14:34:36,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 14:34:36.052823 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 14:34:36,052 - 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 14:34:36.067067 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 14:34:36,067 - 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 14:34:37.363914 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 2:34:36 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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:37,350 - 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 14:34:37.379829 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 14:34:37,363 - 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 15:52:59.176235 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. 164.37 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 2:51:11 AM Saturday, October 9, 2021 3:51:12 PM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Sunday, October 10, 2021 4:51:24 AM Sunday, October 10, 2021 5:51:36 PM Monday, October 11, 2021 6:51:48 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:51:49 PM Tuesday, October 12, 2021 8:51:53 AM Tuesday, October 12, 2021 9:51:54 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 13, 2021 10:51:55 AM Wednesday, October 13, 2021 11:51:58 PM Thursday, October 14, 2021 12:52:00 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 1:52:01 AM Friday, October 15, 2021 2:52:04 PM Saturday, October 16, 2021 3:52:05 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 16, 2021 4:52:06 PM Sunday, October 17, 2021 5:52:10 AM Sunday, October 17, 2021 6:52:12 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 7:52:13 AM Monday, October 18, 2021 8:52:16 PM Tuesday, October 19, 2021 9:52:18 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Tuesday, October 19, 2021 10:52:19 PM Wednesday, October 20, 2021 11:52:22 AM Thursday, October 21, 2021 12:52:23 AM Thursday, October 21, 2021 1:52:23 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 2:52:35 AM Friday, October 22, 2021 3:52:47 PM
------------------------------Captured stderr call------------------------------
2021-10-08 13:51:11,253 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 02:51:11,881 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 13:51:11.253302 to 2021-10-09 02:51:11.881064 2021-10-09 02:51:12,399 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 15:51:12,533 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 02:51:12.399075 to 2021-10-09 15:51:12.533892 2021-10-09 15:51:23,714 - 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 15:51:23,714 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 15:51:23,714 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 15:51:24,215 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-09 15:51:24,215 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-09 15:51:24,215 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-09 15:51:24,215 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-09 15:51:24,215 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 15:51:24,263 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-09 15:51:24,278 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-10 04:51:24,289 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 15:51:24.278583 to 2021-10-10 04:51:24.289943 2021-10-10 04:51:35,565 - 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 04:51:35,565 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 04:51:35,565 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 04:51:36,066 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 04:51:36,066 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-10 17:51:36,816 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 04:51:36.066207 to 2021-10-10 17:51:36.816009 2021-10-10 17:51:48,098 - 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 17:51:48,098 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 17:51:48,098 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 17:51:48,614 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 17:51:48,614 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-11 06:51:48,378 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 17:51:48.614242 to 2021-10-11 06:51:48.378943 2021-10-11 06:51:49,881 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-11 06:51:49,881 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-11 06:51:49,881 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-11 06:51:49,881 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-11 06:51:49,881 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-11 06:51:49,928 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-11 06:51:49,928 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 19:51:49,660 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 06:51:49.928100 to 2021-10-11 19:51:49.660276 2021-10-11 19:51:53,557 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 19:51:53,557 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-12 08:51:53,331 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 19:51:53.559658 to 2021-10-12 08:51:53.331705 2021-10-12 08:51:54,575 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-12 08:51:54,575 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-12 21:51:54,483 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 08:51:54.575825 to 2021-10-12 21:51:54.483612 2021-10-12 21:51:55,757 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 21:51:55,757 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-12 21:51:55,757 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-12 21:51:55,760 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-12 21:51:55,760 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-12 21:51:55,784 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-12 21:51:55,784 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-13 10:51:55,351 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 21:51:55.784099 to 2021-10-13 10:51:55.351891 2021-10-13 10:51:58,120 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-13 10:51:58,120 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-13 23:51:58,363 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 10:51:58.120999 to 2021-10-13 23:51:58.363657 2021-10-13 23:52:00,403 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-13 23:52:00,403 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-14 12:52:00,311 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 23:52:00.403698 to 2021-10-14 12:52:00.311041 2021-10-14 12:52:01,509 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 12:52:01,509 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:52:01,509 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:52:01,509 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:52:01,509 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-14 12:52:01,531 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:52:01,531 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-15 01:52:01,336 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 12:52:01.531296 to 2021-10-15 01:52:01.336623 2021-10-15 01:52:04,143 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 01:52:04,143 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-15 14:52:04,249 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 01:52:04.143075 to 2021-10-15 14:52:04.249058 2021-10-15 14:52:05,974 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 14:52:05,974 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-16 03:52:05,675 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 14:52:05.974217 to 2021-10-16 03:52:05.675374 2021-10-16 03:52:06,385 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-16 03:52:06,385 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 03:52:06,385 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 03:52:06,385 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 03:52:06,385 - 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 03:52:06,405 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 03:52:06,408 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-16 16:52:06,279 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 03:52:06.408007 to 2021-10-16 16:52:06.279285 2021-10-16 16:52:10,052 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-16 16:52:10,052 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-17 05:52:10,269 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 16:52:10.052299 to 2021-10-17 05:52:10.269662 2021-10-17 05:52:12,148 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-17 05:52:12,148 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-17 18:52:12,379 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 05:52:12.148100 to 2021-10-17 18:52:12.379720 2021-10-17 18:52:13,608 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-17 18:52:13,608 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:52:13,608 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:52:13,608 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:52:13,608 - 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 18:52:13,625 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:52:13,625 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 07:52:13,348 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 18:52:13.625979 to 2021-10-18 07:52:13.348077 2021-10-18 07:52:16,113 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 07:52:16,113 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 20:52:16,318 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 07:52:16.113686 to 2021-10-18 20:52:16.318654 2021-10-18 20:52:18,055 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-18 20:52:18,055 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-19 09:52:18,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 20:52:18.055437 to 2021-10-19 09:52:18.255067 2021-10-19 09:52:19,467 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-19 09:52:19,467 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 09:52:19,467 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 09:52:19,467 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 09:52:19,467 - 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 09:52:19,481 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 09:52:19,481 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-19 22:52:19,292 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 09:52:19.481923 to 2021-10-19 22:52:19.292051 2021-10-19 22:52:22,562 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-19 22:52:22,562 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-20 11:52:22,275 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 22:52:22.562718 to 2021-10-20 11:52:22.275049 2021-10-20 11:52:23,989 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-20 11:52:23,989 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-21 00:52:23,316 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 11:52:23.989622 to 2021-10-21 00:52:23.316617 2021-10-21 00:52:23,332 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-21 13:52:23,303 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 00:52:23.332568 to 2021-10-21 13:52:23.303640 2021-10-21 13:52:34,623 - 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 13:52:34,623 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-21 13:52:34,623 - wazuh_testing - ERROR - Results expected: 1 2021-10-21 13:52:35,123 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-21 13:52:35,123 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 13:52:35,123 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 13:52:35,123 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 13:52:35,123 - 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 13:52:35,139 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-21 13:52:35,139 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-22 02:52:35,276 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 13:52:35.139562 to 2021-10-22 02:52:35.276195 2021-10-22 02:52:47,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-22 02:52:47,101 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 02:52:47,101 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 02:52:47,617 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-22 02:52:47,617 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-22 15:52:47,347 - wazuh_testing - INFO - Changing the system clock from 2021-10-22 02:52:47.617551 to 2021-10-22 15:52:47.347376 2021-10-22 15:52:58,660 - 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 15:52:58,660 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 15:52:58,660 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 15:52:59,176 - 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 13:51:11.253302 to 2021-10-09 02:51:11.881064 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 02:51:12.399075 to 2021-10-09 15:51:12.533892 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 15:51:24.278583 to 2021-10-10 04:51:24.289943 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 04:51:36.066207 to 2021-10-10 17:51:36.816009 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 17:51:48.614242 to 2021-10-11 06:51:48.378943 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 06:51:49.928100 to 2021-10-11 19:51:49.660276 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 19:51:53.559658 to 2021-10-12 08:51:53.331705 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 08:51:54.575825 to 2021-10-12 21:51:54.483612 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 21:51:55.784099 to 2021-10-13 10:51:55.351891 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 10:51:58.120999 to 2021-10-13 23:51:58.363657 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-13 23:52:00.403698 to 2021-10-14 12:52:00.311041 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 12:52:01.531296 to 2021-10-15 01:52:01.336623 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 01:52:04.143075 to 2021-10-15 14:52:04.249058 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 14:52:05.974217 to 2021-10-16 03:52:05.675374 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 03:52:06.408007 to 2021-10-16 16:52:06.279285 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 16:52:10.052299 to 2021-10-17 05:52:10.269662 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 05:52:12.148100 to 2021-10-17 18:52:12.379720 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 18:52:13.625979 to 2021-10-18 07:52:13.348077 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 07:52:16.113686 to 2021-10-18 20:52:16.318654 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 20:52:18.055437 to 2021-10-19 09:52:18.255067 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 09:52:19.481923 to 2021-10-19 22:52:19.292051 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-19 22:52:22.562718 to 2021-10-20 11:52:22.275049 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 11:52:23.989622 to 2021-10-21 00:52:23.316617 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 00:52:23.332568 to 2021-10-21 13:52:23.303640 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 13:52:35.139562 to 2021-10-22 02:52:35.276195 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 02:52:47.617551 to 2021-10-22 15:52:47.347376 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 09:54:32.072919 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. 125.16 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 1:52: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 stdout call------------------------------
Saturday, October 9, 2021 2:53:03 AM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 3:53:05 PM Sunday, October 10, 2021 4:53:07 AM Sunday, October 10, 2021 5:53:08 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 6:53:19 AM Monday, October 11, 2021 7:53:31 PM Tuesday, October 12, 2021 8:53:42 AM Tuesday, October 12, 2021 9:53:44 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Wednesday, October 13, 2021 10:53:44 AM Wednesday, October 13, 2021 11:53:46 PM Thursday, October 14, 2021 12:53:48 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 1:53:48 AM Friday, October 15, 2021 2:53:51 PM Saturday, October 16, 2021 3:53:52 AM Saturday, October 16, 2021 4:53:52 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 5:54:03 AM Sunday, October 17, 2021 6:54:14 PM Monday, October 18, 2021 7:54:25 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 8:54:27 PM Tuesday, October 19, 2021 9:54:30 AM
------------------------------Captured stderr call------------------------------
2021-10-08 13:53:03,926 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-09 02:53:03,247 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 13:53:03.926149 to 2021-10-09 02:53:03.244634 2021-10-09 02:53:05,010 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 02:53:05,010 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-09 02:53:05,010 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-09 02:53:05,010 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-09 02:53:05,010 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 02:53:05,042 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-09 02:53:05,042 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-09 15:53:05,290 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 02:53:05.042119 to 2021-10-09 15:53:05.290951 2021-10-09 15:53:07,533 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 15:53:07,533 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-10 04:53:07,228 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 15:53:07.533706 to 2021-10-10 04:53:07.228046 2021-10-10 04:53:08,980 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 04:53:08,980 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-10 17:53:08,282 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 04:53:08.980442 to 2021-10-10 17:53:08.282363 2021-10-10 17:53:18,597 - 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 17:53:18,597 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 17:53:18,597 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 17:53:19,113 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 17:53:19,113 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-10 17:53:19,113 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-10 17:53:19,113 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-10 17:53:19,113 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-10 17:53:19,156 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-10 17:53:19,156 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 06:53:19,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 17:53:19.156402 to 2021-10-11 06:53:19.208954 2021-10-11 06:53:31,060 - 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 06:53:31,060 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 06:53:31,060 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 06:53:31,079 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 06:53:31,079 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-11 19:53:31,257 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 06:53:31.079143 to 2021-10-11 19:53:31.257083 2021-10-11 19:53:42,598 - 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 19:53:42,598 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 19:53:42,598 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 19:53:42,598 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 19:53:42,598 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-12 08:53:42,278 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 19:53:42.598283 to 2021-10-12 08:53:42.278886 2021-10-12 08:53:44,330 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-12 21:53:44,272 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 08:53:44.330083 to 2021-10-12 21:53:44.272359 2021-10-12 21:53:44,485 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 21:53:44,485 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-12 21:53:44,485 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 21:53:44,485 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 21:53:44,485 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-12 21:53:44,504 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-12 21:53:44,507 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-13 10:53:44,212 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 21:53:44.507502 to 2021-10-13 10:53:44.212197 2021-10-13 10:53:46,996 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-13 10:53:46,996 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-13 23:53:46,253 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 10:53:46.996639 to 2021-10-13 23:53:46.253188 2021-10-13 23:53:48,029 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-13 23:53:48,029 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-14 12:53:48,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 23:53:48.029133 to 2021-10-14 12:53:48.225497 2021-10-14 12:53:48,970 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 12:53:48,970 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 12:53:48,970 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 12:53:48,970 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 12:53:48,970 - 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 12:53:48,986 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-14 12:53:48,986 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-15 01:53:48,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 12:53:48.986065 to 2021-10-15 01:53:48.239870 2021-10-15 01:53:51,532 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 01:53:51,532 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-15 14:53:51,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 01:53:51.532961 to 2021-10-15 14:53:51.223161 2021-10-15 14:53:52,972 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 14:53:52,972 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 03:53:52,243 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 14:53:52.972365 to 2021-10-16 03:53:52.243094 2021-10-16 03:53:52,243 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 16:53:52,230 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 03:53:52.243094 to 2021-10-16 16:53:52.230961 2021-10-16 16:54:03,593 - 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 16:54:03,593 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-16 16:54:03,593 - wazuh_testing - ERROR - Results expected: 1 2021-10-16 16:54:03,609 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-16 16:54:03,609 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 16:54:03,609 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 16:54:03,609 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 16:54:03,609 - 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 16:54:03,655 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 16:54:03,655 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 05:54:03,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 16:54:03.655593 to 2021-10-17 05:54:03.207263 2021-10-17 05:54:14,487 - 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 05:54:14,487 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-17 05:54:14,487 - wazuh_testing - ERROR - Results expected: 1 2021-10-17 05:54:14,487 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-17 05:54:14,487 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:54:14,362 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 05:54:14.487876 to 2021-10-17 18:54:14.362352 2021-10-17 18:54:25,667 - 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 18:54:25,667 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-17 18:54:25,667 - wazuh_testing - ERROR - Results expected: 1 2021-10-17 18:54:25,667 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-17 18:54:25,667 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-18 07:54:25,258 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 18:54:25.667317 to 2021-10-18 07:54:25.258792 2021-10-18 07:54:27,055 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-18 07:54:27,055 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 07:54:27,055 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 07:54:27,055 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 07:54:27,055 - 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 07:54:27,086 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 07:54:27,086 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-18 20:54:27,317 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 07:54:27.086518 to 2021-10-18 20:54:27.317156 2021-10-18 20:54:30,626 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 20:54:30,626 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-19 09:54:30,286 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 20:54:30.626404 to 2021-10-19 09:54:30.286413 2021-10-19 09:54:32,072 - 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 13:53:03.926149 to 2021-10-09 02:53:03.244634 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 02:53:05.042119 to 2021-10-09 15:53:05.290951 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 15:53:07.533706 to 2021-10-10 04:53:07.228046 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 04:53:08.980442 to 2021-10-10 17:53:08.282363 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 17:53:19.156402 to 2021-10-11 06:53:19.208954 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 06:53:31.079143 to 2021-10-11 19:53:31.257083 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 19:53:42.598283 to 2021-10-12 08:53:42.278886 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 08:53:44.330083 to 2021-10-12 21:53:44.272359 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 21:53:44.507502 to 2021-10-13 10:53:44.212197 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 10:53:46.996639 to 2021-10-13 23:53:46.253188 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-13 23:53:48.029133 to 2021-10-14 12:53:48.225497 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 12:53:48.986065 to 2021-10-15 01:53:48.239870 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 01:53:51.532961 to 2021-10-15 14:53:51.223161 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 14:53:52.972365 to 2021-10-16 03:53:52.243094 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 03:53:52.243094 to 2021-10-16 16:53:52.230961 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 16:54:03.655593 to 2021-10-17 05:54:03.207263 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 05:54:14.487876 to 2021-10-17 18:54:14.362352 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 18:54:25.667317 to 2021-10-18 07:54:25.258792 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 07:54:27.086518 to 2021-10-18 20:54:27.317156 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 20:54:30.626404 to 2021-10-19 09:54:30.286413 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-22 15:56:16.137621 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.38 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 1:54: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 was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 2:54:35 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 3:54:36 PM Sunday, October 10, 2021 4:54:39 AM Sunday, October 10, 2021 5:54:41 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 6:54:41 AM Monday, October 11, 2021 7:54:44 PM Tuesday, October 12, 2021 8:54:45 AM Tuesday, October 12, 2021 9:54:46 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 10:54:56 AM Wednesday, October 13, 2021 11:55:07 PM Thursday, October 14, 2021 12:55:18 PM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 15, 2021 1:55:20 AM Friday, October 15, 2021 2:55:23 PM Saturday, October 16, 2021 3:55:25 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 4:55:26 PM Sunday, October 17, 2021 5:55:29 AM Sunday, October 17, 2021 6:55:31 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 7:55:32 AM Monday, October 18, 2021 8:55:35 PM Tuesday, October 19, 2021 9:55:37 AM SUCCESS: The file (or folder): "c:\testdir\subdir1\subdir2\subdir3\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Tuesday, October 19, 2021 10:55:38 PM Wednesday, October 20, 2021 11:55:41 AM Thursday, October 21, 2021 12:55:42 AM Thursday, October 21, 2021 1:55:42 PM SUCCESS: The file (or folder): "c:\testdir\example.csv" now owned by user "WINDOWS-AGENT\vagrant". Friday, October 22, 2021 2:55:53 AM Friday, October 22, 2021 3:56:04 PM
------------------------------Captured stderr call------------------------------
2021-10-08 13:54:35,379 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-09 02:54:35,316 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 13:54:35.379876 to 2021-10-09 02:54:35.316699 2021-10-09 02:54:36,567 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 02:54:36,567 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-09 02:54:36,567 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-09 02:54:36,567 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-09 02:54:36,567 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-09 02:54:36,582 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-09 02:54:36,582 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-09 15:54:36,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 02:54:36.582707 to 2021-10-09 15:54:36.254098 2021-10-09 15:54:39,521 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 15:54:39,521 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-10 04:54:39,332 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 15:54:39.521892 to 2021-10-10 04:54:39.332362 2021-10-10 04:54:41,126 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 04:54:41,126 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-10 17:54:41,270 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 04:54:41.126084 to 2021-10-10 17:54:41.270510 2021-10-10 17:54:41,946 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 17:54:41,946 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-10 17:54:41,946 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-10 17:54:41,946 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-10 17:54:41,946 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-10 17:54:41,961 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-10 17:54:41,961 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-11 06:54:41,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 17:54:41.961823 to 2021-10-11 06:54:41.301810 2021-10-11 06:54:44,575 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 06:54:44,575 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-11 19:54:44,288 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 06:54:44.575982 to 2021-10-11 19:54:44.288148 2021-10-11 19:54:45,559 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-11 19:54:45,559 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-12 08:54:45,317 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 19:54:45.559881 to 2021-10-12 08:54:45.317117 2021-10-12 08:54:46,347 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-12 21:54:46,269 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 08:54:46.347601 to 2021-10-12 21:54:46.269522 2021-10-12 21:54:56,513 - 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 21:54:56,513 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-12 21:54:56,513 - wazuh_testing - ERROR - Results expected: 1 2021-10-12 21:54:56,513 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-12 21:54:56,513 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 21:54:56,513 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 21:54:56,513 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 21:54:56,513 - 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 21:54:56,575 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-12 21:54:56,575 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-13 10:54:56,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 21:54:56.575008 to 2021-10-13 10:54:56.285275 2021-10-13 10:55:07,105 - 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 10:55:07,105 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-13 10:55:07,105 - wazuh_testing - ERROR - Results expected: 1 2021-10-13 10:55:07,621 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-13 10:55:07,621 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-13 23:55:07,349 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 10:55:07.621591 to 2021-10-13 23:55:07.349496 2021-10-13 23:55:18,140 - 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-13 23:55:18,140 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-13 23:55:18,140 - wazuh_testing - ERROR - Results expected: 1 2021-10-13 23:55:18,140 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-13 23:55:18,140 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-14 12:55:18,258 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 23:55:18.140109 to 2021-10-14 12:55:18.258770 2021-10-14 12:55:20,531 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 12:55:20,531 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:55:20,531 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:55:20,531 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:55:20,531 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-14 12:55:20,544 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-14 12:55:20,544 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-15 01:55:20,348 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 12:55:20.544328 to 2021-10-15 01:55:20.348185 2021-10-15 01:55:23,666 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-15 01:55:23,666 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-15 14:55:23,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 01:55:23.666844 to 2021-10-15 14:55:23.285417 2021-10-15 14:55:25,031 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-15 14:55:25,031 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-16 03:55:25,348 - wazuh_testing - INFO - Changing the system clock from 2021-10-15 14:55:25.031883 to 2021-10-16 03:55:25.348241 2021-10-16 03:55:26,610 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-16 03:55:26,610 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 03:55:26,610 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 03:55:26,610 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 03:55:26,610 - 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 03:55:26,626 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 03:55:26,626 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-16 16:55:26,271 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 03:55:26.626822 to 2021-10-16 16:55:26.271934 2021-10-16 16:55:29,537 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-16 16:55:29,537 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 05:55:29,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-16 16:55:29.537423 to 2021-10-17 05:55:29.301297 2021-10-17 05:55:31,040 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-17 05:55:31,040 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-17 18:55:31,408 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 05:55:31.040838 to 2021-10-17 18:55:31.408752 2021-10-17 18:55:32,666 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-17 18:55:32,666 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:55:32,666 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:55:32,666 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:55:32,666 - 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 18:55:32,681 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-17 18:55:32,696 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 07:55:32,394 - wazuh_testing - INFO - Changing the system clock from 2021-10-17 18:55:32.696267 to 2021-10-18 07:55:32.394788 2021-10-18 07:55:35,703 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-18 07:55:35,703 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-18 20:55:35,252 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 07:55:35.703516 to 2021-10-18 20:55:35.252655 2021-10-18 20:55:37,042 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-18 20:55:37,042 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-19 09:55:37,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-18 20:55:37.042107 to 2021-10-19 09:55:37.254860 2021-10-19 09:55:38,485 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-19 09:55:38,485 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 09:55:38,485 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 09:55:38,485 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 09:55:38,485 - 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 09:55:38,500 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 09:55:38,500 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-19 22:55:38,270 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 09:55:38.500538 to 2021-10-19 22:55:38.270093 2021-10-19 22:55:41,072 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-19 22:55:41,072 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-20 11:55:41,380 - wazuh_testing - INFO - Changing the system clock from 2021-10-19 22:55:41.072282 to 2021-10-20 11:55:41.380199 2021-10-20 11:55:42,589 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-20 11:55:42,589 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-21 00:55:42,269 - wazuh_testing - INFO - Changing the system clock from 2021-10-20 11:55:42.589254 to 2021-10-21 00:55:42.269819 2021-10-21 00:55:42,269 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-21 13:55:42,220 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 00:55:42.269819 to 2021-10-21 13:55:42.220281 2021-10-21 13:55:53,021 - 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 13:55:53,021 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-21 13:55:53,021 - wazuh_testing - ERROR - Results expected: 1 2021-10-21 13:55:53,021 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-21 13:55:53,021 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-21 13:55:53,021 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-21 13:55:53,021 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-21 13:55:53,021 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-21 13:55:53,068 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-21 13:55:53,068 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-22 02:55:53,253 - wazuh_testing - INFO - Changing the system clock from 2021-10-21 13:55:53.068369 to 2021-10-22 02:55:53.253632 2021-10-22 02:56:04,040 - 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 02:56:04,040 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 02:56:04,040 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 02:56:04,555 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-22 02:56:04,555 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-22 15:56:04,253 - wazuh_testing - INFO - Changing the system clock from 2021-10-22 02:56:04.555250 to 2021-10-22 15:56:04.253688 2021-10-22 15:56:15,608 - 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 15:56:15,608 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-22 15:56:15,608 - wazuh_testing - ERROR - Results expected: 1 2021-10-22 15:56:16,123 - 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 13:54:35.379876 to 2021-10-09 02:54:35.316699 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 02:54:36.582707 to 2021-10-09 15:54:36.254098 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 15:54:39.521892 to 2021-10-10 04:54:39.332362 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 04:54:41.126084 to 2021-10-10 17:54:41.270510 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 17:54:41.961823 to 2021-10-11 06:54:41.301810 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 06:54:44.575982 to 2021-10-11 19:54:44.288148 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 19:54:45.559881 to 2021-10-12 08:54:45.317117 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 08:54:46.347601 to 2021-10-12 21:54:46.269522 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 21:54:56.575008 to 2021-10-13 10:54:56.285275 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 10:55:07.621591 to 2021-10-13 23:55:07.349496 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-13 23:55:18.140109 to 2021-10-14 12:55:18.258770 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 12:55:20.544328 to 2021-10-15 01:55:20.348185 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 01:55:23.666844 to 2021-10-15 14:55:23.285417 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 14:55:25.031883 to 2021-10-16 03:55:25.348241 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 03:55:26.626822 to 2021-10-16 16:55:26.271934 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 16:55:29.537423 to 2021-10-17 05:55:29.301297 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 05:55:31.040838 to 2021-10-17 18:55:31.408752 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 18:55:32.696267 to 2021-10-18 07:55:32.394788 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 07:55:35.703516 to 2021-10-18 20:55:35.252655 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 20:55:37.042107 to 2021-10-19 09:55:37.254860 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 09:55:38.500538 to 2021-10-19 22:55:38.270093 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-19 22:55:41.072282 to 2021-10-20 11:55:41.380199 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 11:55:42.589254 to 2021-10-21 00:55:42.269819 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 00:55:42.269819 to 2021-10-21 13:55:42.220281 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 13:55:53.068369 to 2021-10-22 02:55:53.253632 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 02:56:04.555250 to 2021-10-22 15:56:04.253688 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 13:57:53.687986 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.33 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 1:56:16 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.
------------------------------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 13:56:17,348 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 13:56:18,379 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 13:56:28,665 - 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 13:56:28,665 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:56:28,665 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:56:29,192 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:56:29,192 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 13:56:29,192 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 13:56:29,192 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 13:56:29,192 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:56:29,238 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 13:56:29,238 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 13:56:39,598 - 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 13:56:39,598 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:56:39,598 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:56:40,116 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:56:40,116 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 13:56:50,458 - 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 13:56:50,458 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:56:50,458 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:56:50,477 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:56:50,477 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:56:51,708 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:56:51,708 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 13:56:51,708 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 13:56:51,723 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 13:56:51,723 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:56:51,738 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 13:56:51,738 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 13:56:54,505 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:56:54,505 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 13:56:55,754 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:56:55,754 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:56:56,957 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:56:56,957 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 13:56:56,957 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 13:56:56,957 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 13:56:56,957 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:56:56,973 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 13:56:56,973 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 13:57:00,286 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:00,286 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 13:57:01,522 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:01,522 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 13:57:02,771 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:57:02,771 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:02,771 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:02,771 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:02,771 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:57:02,786 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:02,786 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:05,598 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:05,598 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:57:06,858 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:06,859 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 13:57:08,094 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:57:08,094 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:08,094 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:08,094 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:08,094 - 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 13:57:08,110 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:08,110 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:10,892 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:10,892 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:57:12,125 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:12,125 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 13:57:12,847 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:57:12,847 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:12,847 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:12,847 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:12,847 - 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 13:57:12,859 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:12,859 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:15,641 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:15,641 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:16,906 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:16,906 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 13:57:18,142 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:57:18,142 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:18,142 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:18,142 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:18,142 - 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 13:57:18,157 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:18,157 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:20,922 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:20,922 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:57:22,172 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:22,172 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 13:57:22,688 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 13:57:32,910 - 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 13:57:32,910 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:57:32,910 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:57:32,910 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:57:32,910 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:32,910 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:32,910 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:32,910 - 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 13:57:32,969 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:32,969 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:43,282 - 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 13:57:43,282 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:57:43,282 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:57:43,314 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:57:43,314 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:57:53,657 - 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 13:57:53,657 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:57:53,657 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:57:53,676 - 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 13:59:19.395660 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. 85.06 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 1:57:53 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. 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 13:57:54,347 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 13:57:55,586 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:57:55,586 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 13:57:55,586 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 13:57:55,586 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 13:57:55,586 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:57:55,598 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 13:57:55,598 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 13:57:58,395 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:57:58,395 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 13:57:59,676 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:57:59,676 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:58:09,992 - 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 13:58:09,992 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:58:09,992 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:58:10,520 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:58:10,520 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 13:58:10,520 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 13:58:10,520 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 13:58:10,520 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:58:10,567 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 13:58:10,567 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 13:58:20,880 - 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 13:58:20,880 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:58:20,880 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:58:20,880 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:58:20,880 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 13:58:31,114 - 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 13:58:31,114 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:58:31,114 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:58:31,145 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:58:31,145 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:58:31,661 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 13:58:32,895 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:58:32,895 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:32,895 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:32,895 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:32,895 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:58:32,910 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:32,910 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:35,691 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:58:35,691 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 13:58:36,941 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:58:36,941 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 13:58:38,176 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:58:38,176 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:38,176 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:38,176 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:38,192 - 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 13:58:38,207 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:38,207 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:40,441 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:58:40,441 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 13:58:41,691 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:58:41,691 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 13:58:42,723 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 13:58:53,020 - 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 13:58:53,020 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:58:53,020 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:58:53,051 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:58:53,051 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:58:53,051 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:58:53,051 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:58:53,051 - 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 13:58:53,098 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:58:53,098 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:59:03,318 - 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 13:59:03,318 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:59:03,318 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:59:03,831 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:59:03,832 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 13:59:14,066 - 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 13:59:14,066 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:59:14,066 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:59:14,066 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:59:14,066 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 13:59:15,301 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:59:15,301 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:15,301 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:15,301 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:15,301 - 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 13:59:15,332 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:15,332 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:18,129 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:59:18,129 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:19,395 - 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 14:01:02.036452 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. 98.12 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 1:59: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 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 13:59:23,911 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:59:25,160 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:59:25,160 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 13:59:25,160 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 13:59:25,160 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 13:59:25,160 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:59:25,207 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 13:59:25,207 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 13:59:27,988 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:59:27,988 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 13:59:29,222 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:59:29,222 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 13:59:30,458 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 13:59:30,458 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 13:59:30,458 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 13:59:30,458 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 13:59:30,458 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 13:59:30,473 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 13:59:30,473 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 13:59:32,785 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 13:59:32,785 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 13:59:34,004 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 13:59:34,004 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 13:59:35,037 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 13:59:45,489 - 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 13:59:45,489 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:59:45,489 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:59:45,991 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:59:45,991 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:45,991 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:45,991 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:45,991 - 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 13:59:46,020 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:46,035 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 13:59:56,254 - 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 13:59:56,254 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 13:59:56,254 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 13:59:56,254 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 13:59:56,254 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:00:06,568 - 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 14:00:06,568 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:00:06,568 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:00:06,568 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:00:06,568 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 14:00:07,816 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:00:07,816 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:07,816 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:07,816 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:07,816 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:00:07,832 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:07,832 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:10,613 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:00:10,613 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:00:11,848 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:00:11,848 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:00:13,316 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:00:13,316 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:13,316 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:13,316 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:13,316 - 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 14:00:13,333 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:13,333 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:17,114 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:00:17,114 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:18,894 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:00:18,894 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:00:19,599 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:00:19,599 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:19,599 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:19,599 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:19,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-08 14:00:20,223 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:20,223 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:23,551 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:00:23,551 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:00:24,801 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:00:24,801 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 14:00:26,022 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:00:26,022 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:26,022 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:26,022 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:26,022 - 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 14:00:26,035 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:26,035 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:28,301 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:00:28,301 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:00:29,551 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:00:29,551 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:00:30,587 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:00:40,848 - 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 14:00:40,848 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:00:40,848 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:00:40,865 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:00:40,865 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:00:40,865 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:00:40,865 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:00:40,865 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:00:40,911 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:00:40,911 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:00:51,193 - 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 14:00:51,193 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:00:51,193 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:00:51,708 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:00:51,708 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:01:02,036 - 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 14:01:02,036 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:01:02,036 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:01:02,036 - 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 14:03:02.233623 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.81 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:01: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 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 14:01:06,427 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:01:07,458 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:01:17,833 - 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 14:01:17,833 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:01:17,833 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:01:18,349 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:01:18,349 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:01:18,349 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:01:18,349 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:01:18,349 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:01:18,380 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:01:18,396 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:01:28,646 - 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 14:01:28,646 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:01:28,646 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:01:28,694 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:01:28,694 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:01:39,100 - 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 14:01:39,100 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:01:39,100 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:01:39,131 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:01:39,131 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:01:41,396 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:01:41,396 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 14:01:41,396 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 14:01:41,396 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 14:01:41,396 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:01:41,414 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 14:01:41,414 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 14:01:45,273 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:01:45,273 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 14:01:47,551 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:01:47,551 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:01:49,849 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:01:49,849 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 14:01:49,849 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 14:01:49,849 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 14:01:49,849 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:01:49,865 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 14:01:49,865 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 14:01:53,692 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:01:53,692 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 14:01:55,427 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:01:55,427 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 14:01:57,193 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:01:57,193 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:01:57,193 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:01:57,193 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:01:57,193 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:01:57,209 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:01:57,209 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:02:01,024 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:02:01,024 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:02:03,286 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:02:03,286 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 14:02:05,566 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:02:05,566 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:05,566 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:05,567 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:05,567 - 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 14:02:05,583 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:05,583 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:09,343 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:02:09,343 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:02:11,592 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:02:11,592 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:02:13,858 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:02:13,858 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:13,858 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:13,858 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:13,858 - 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 14:02:13,874 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:13,874 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:17,718 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:02:17,718 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:19,451 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:02:19,451 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:02:21,703 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:02:21,703 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:21,703 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:21,703 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:21,703 - 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 14:02:21,717 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:21,717 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:26,000 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:02:26,000 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:02:28,248 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:02:28,248 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 14:02:30,298 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 14:02:40,610 - 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 14:02:40,610 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:02:40,610 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:02:41,124 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:02:41,124 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:02:41,124 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:02:41,124 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:02:41,124 - 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 14:02:41,170 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:02:41,170 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:02:51,453 - 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 14:02:51,453 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:02:51,453 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:02:51,453 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:02:51,453 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:03:01,722 - 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 14:03:01,722 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:03:01,722 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:03:02,233 - 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 14:04:45.301200 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.96 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:03: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 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 14:03:06,348 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:03:08,629 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:03:08,629 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:03:08,629 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:03:08,629 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:03:08,629 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:03:08,645 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:03:08,645 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:03:12,940 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:03:12,940 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:03:14,708 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:03:14,708 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:03:25,005 - 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 14:03:25,005 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:03:25,005 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:03:25,005 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:03:25,005 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 14:03:25,005 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 14:03:25,005 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 14:03:25,005 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:03:25,051 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 14:03:25,051 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 14:03:35,318 - 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 14:03:35,318 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:03:35,318 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:03:35,832 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:03:35,832 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 14:03:46,114 - 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 14:03:46,114 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:03:46,114 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:03:46,131 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:03:46,131 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:03:48,210 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 14:03:49,989 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:03:49,989 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:49,989 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:49,989 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:49,989 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:03:50,005 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:50,005 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:54,365 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:03:54,365 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:03:56,645 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:03:56,645 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 14:03:58,896 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:03:58,896 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:03:58,896 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:03:58,896 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:03:58,896 - 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 14:03:58,911 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:03:58,911 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:04:02,692 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:04:02,692 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:04:04,457 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:04:04,457 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:04:06,508 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:04:16,755 - 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 14:04:16,755 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:04:16,755 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:04:16,771 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:04:16,771 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:16,771 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:16,771 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:16,771 - 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 14:04:16,802 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:16,802 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:27,085 - 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 14:04:27,085 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:04:27,085 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:04:27,115 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:04:27,115 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:04:37,427 - 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 14:04:37,427 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:04:37,427 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:04:37,458 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:04:37,458 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 14:04:39,738 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:04:39,738 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:39,738 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:39,738 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:39,738 - 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 14:04:39,758 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:39,758 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:43,567 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:04:43,567 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:04:45,301 - 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 14:06:41.491960 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. 112.11 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:04: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 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 14:04:49,381 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:04:51,664 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:04:51,664 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 14:04:51,664 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 14:04:51,664 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 14:04:51,664 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:04:51,679 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 14:04:51,679 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 14:04:55,523 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:04:55,523 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 14:04:57,289 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:04:57,289 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\example.csv of regular type 2021-10-08 14:04:58,538 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:04:58,538 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\example.csv 2021-10-08 14:04:58,538 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\example.csv 2021-10-08 14:04:58,538 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\example.csv 2021-10-08 14:04:58,538 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:04:58,554 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\example.csv 2021-10-08 14:04:58,554 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\example.csv 2021-10-08 14:05:02,382 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:05:02,382 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\example.csv 2021-10-08 14:05:04,147 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:05:04,147 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 14:05:05,710 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv of regular type 2021-10-08 14:05:15,995 - 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 14:05:15,995 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:05:15,995 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:05:15,995 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:05:15,995 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:15,995 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:15,995 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:15,995 - 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 14:05:16,054 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:16,054 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:26,382 - 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 14:05:26,382 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:05:26,382 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:05:26,398 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:05:26,398 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\subdir5\example.csv 2021-10-08 14:05:36,695 - 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 14:05:36,695 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:05:36,695 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:05:36,726 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:05:36,726 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\example.csv of regular type 2021-10-08 14:05:38,992 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:05:38,992 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:38,992 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:38,992 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:38,992 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir1\subdir2\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:05:39,007 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:39,007 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:42,804 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:05:42,804 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\example.csv 2021-10-08 14:05:44,539 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:05:44,539 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:05:46,788 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:05:46,788 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:46,788 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:46,788 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:46,788 - 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 14:05:46,804 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:46,804 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:50,585 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:05:50,585 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:51,820 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:05:51,820 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv of regular type 2021-10-08 14:05:54,101 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:05:54,101 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:54,101 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:54,116 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:54,116 - 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 14:05:54,132 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:54,132 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:57,398 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:05:57,398 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\subdir4\example.csv 2021-10-08 14:05:59,147 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:05:59,147 - wazuh_testing - INFO - Creating file c:\testdir\subdir1\subdir2\subdir3\example.csv of regular type 2021-10-08 14:06:01,414 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:06:01,414 - wazuh_testing - INFO - Modifying file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:01,414 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:01,414 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:01,414 - 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 14:06:01,429 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:01,429 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:05,226 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:06:05,226 - wazuh_testing - INFO - Removing file c:\testdir\subdir1\subdir2\subdir3\example.csv 2021-10-08 14:06:06,960 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:06:06,960 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:06:08,992 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:06:19,304 - 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 14:06:19,304 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:06:19,304 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:06:19,820 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:06:19,820 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:06:19,820 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:06:19,820 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:06:19,820 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:06:19,866 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:06:19,866 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:06:30,195 - 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 14:06:30,195 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:06:30,195 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:06:30,698 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:06:30,698 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:06:40,976 - 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 14:06:40,976 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:06:40,976 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:06:41,491 - 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-11 20:07:15.232772 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 30.16 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:06:57 AM SUCCESS: The file (or folder): "c:\testdir\subdir\regular" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:07:03 PM Sunday, October 10, 2021 5:07:06 AM Sunday, October 10, 2021 6:07:09 PM SUCCESS: The file (or folder): "c:\testdir\regular" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:07:11 AM Monday, October 11, 2021 8:07:14 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:06:57,755 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-09 03:06:57,190 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:06:57.755849 to 2021-10-09 03:06:57.190992 2021-10-09 03:07:03,442 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 03:07:03,457 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\regular 2021-10-09 03:07:03,457 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\regular 2021-10-09 03:07:03,457 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\regular 2021-10-09 03:07:03,457 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-09 03:07:03,472 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\regular 2021-10-09 03:07:03,472 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\regular 2021-10-09 16:07:03,598 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:07:03.472527 to 2021-10-09 16:07:03.598650 2021-10-09 16:07:06,705 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 16:07:06,705 - wazuh_testing - INFO - Removing file c:\testdir\subdir\regular 2021-10-10 05:07:06,472 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:07:06.705791 to 2021-10-10 05:07:06.472767 2021-10-10 05:07:09,741 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 05:07:09,741 - wazuh_testing - INFO - Creating file c:\testdir\regular of regular type 2021-10-10 18:07:09,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 05:07:09.741930 to 2021-10-10 18:07:09.222947 2021-10-10 18:07:11,277 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 18:07:11,277 - wazuh_testing - INFO - Modifying file c:\testdir\regular 2021-10-10 18:07:11,277 - wazuh_testing - INFO - - Changing content of c:\testdir\regular 2021-10-10 18:07:11,277 - wazuh_testing - INFO - - Changing mtime of c:\testdir\regular 2021-10-10 18:07:11,277 - wazuh_testing - INFO - - Changing owner of c:\testdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-10 18:07:11,309 - wazuh_testing - INFO - - Changing permission of c:\testdir\regular 2021-10-10 18:07:11,309 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\regular 2021-10-11 07:07:11,313 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 18:07:11.309825 to 2021-10-11 07:07:11.313322 2021-10-11 07:07:14,702 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 07:07:14,702 - wazuh_testing - INFO - Removing file c:\testdir\regular 2021-10-11 20:07:14,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 07:07:14.702283 to 2021-10-11 20:07:14.238555 2021-10-11 20:07:15,211 - 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:1362 Changing the system clock from 2021-10-08 14:06:57.755849 to 2021-10-09 03:06:57.190992 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:1362 Changing the system clock from 2021-10-09 03:07:03.472527 to 2021-10-09 16:07:03.598650 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:1362 Changing the system clock from 2021-10-09 16:07:06.705791 to 2021-10-10 05:07:06.472767 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:1362 Changing the system clock from 2021-10-10 05:07:09.741930 to 2021-10-10 18:07:09.222947 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:1362 Changing the system clock from 2021-10-10 18:07:11.309825 to 2021-10-11 07:07:11.313322 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:1362 Changing the system clock from 2021-10-11 07:07:14.702283 to 2021-10-11 20:07:14.238555 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-15 02:08:45.464052 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 54.08 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:08:13 AM SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:08:23 PM Sunday, October 10, 2021 5:08:26 AM Sunday, October 10, 2021 6:08:26 PM SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:08:27 AM Monday, October 11, 2021 8:08:31 PM Tuesday, October 12, 2021 9:08:32 AM SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Tuesday, October 12, 2021 10:08:33 PM Wednesday, October 13, 2021 11:08:36 AM Thursday, October 14, 2021 12:08:37 AM SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Thursday, October 14, 2021 1:08:38 PM Friday, October 15, 2021 2:08:40 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:08:13,867 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-09 03:08:13,178 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:08:13.880987 to 2021-10-09 03:08:13.178353 2021-10-09 03:08:23,334 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 03:08:23,334 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:08:23,334 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:08:23,334 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:08:23,334 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-09 03:08:23,350 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:08:23,350 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 16:08:23,316 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:08:23.350547 to 2021-10-09 16:08:23.316757 2021-10-09 16:08:26,349 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 16:08:26,349 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-10 05:08:26,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:08:26.349335 to 2021-10-10 05:08:26.240918 2021-10-10 05:08:26,939 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-10 05:08:26,955 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-10 18:08:26,262 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 05:08:26.955593 to 2021-10-10 18:08:26.262685 2021-10-10 18:08:27,630 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 18:08:27,630 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:08:27,630 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:08:27,630 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:08:27,630 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-10 18:08:27,646 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:08:27,646 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-11 07:08:27,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 18:08:27.646151 to 2021-10-11 07:08:27.238262 2021-10-11 07:08:31,201 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 07:08:31,201 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-11 20:08:31,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 07:08:31.201117 to 2021-10-11 20:08:31.223417 2021-10-11 20:08:32,588 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-11 20:08:32,588 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-12 09:08:32,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 20:08:32.588740 to 2021-10-12 09:08:32.208250 2021-10-12 09:08:33,518 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 09:08:33,518 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:08:33,518 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:08:33,518 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:08:33,518 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-12 09:08:33,533 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:08:33,533 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 22:08:33,272 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 09:08:33.533659 to 2021-10-12 22:08:33.272508 2021-10-12 22:08:36,185 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-12 22:08:36,185 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-13 11:08:36,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 22:08:36.185610 to 2021-10-13 11:08:36.222737 2021-10-13 11:08:37,448 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-13 11:08:37,448 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-14 00:08:37,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 11:08:37.448203 to 2021-10-14 00:08:37.285353 2021-10-14 00:08:38,065 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 00:08:38,065 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:08:38,065 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:08:38,065 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:08:38,065 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-14 00:08:38,081 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:08:38,081 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 13:08:38,234 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 00:08:38.081424 to 2021-10-14 13:08:38.234403 2021-10-14 13:08:40,534 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-14 13:08:40,534 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-15 02:08:40,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 13:08:40.534389 to 2021-10-15 02:08:40.254256 2021-10-15 02:08:45,448 - 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:1362 Changing the system clock from 2021-10-08 14:08:13.880987 to 2021-10-09 03:08:13.178353 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:1362 Changing the system clock from 2021-10-09 03:08:23.350547 to 2021-10-09 16:08:23.316757 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:1362 Changing the system clock from 2021-10-09 16:08:26.349335 to 2021-10-10 05:08:26.240918 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:1362 Changing the system clock from 2021-10-10 05:08:26.955593 to 2021-10-10 18:08:26.262685 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:1362 Changing the system clock from 2021-10-10 18:08:27.646151 to 2021-10-11 07:08:27.238262 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:1362 Changing the system clock from 2021-10-11 07:08:31.201117 to 2021-10-11 20:08:31.223417 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:1362 Changing the system clock from 2021-10-11 20:08:32.588740 to 2021-10-12 09:08:32.208250 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:1362 Changing the system clock from 2021-10-12 09:08:33.533659 to 2021-10-12 22:08:33.272508 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:1362 Changing the system clock from 2021-10-12 22:08:36.185610 to 2021-10-13 11:08:36.222737 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:1362 Changing the system clock from 2021-10-13 11:08:37.448203 to 2021-10-14 00:08:37.285353 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:1362 Changing the system clock from 2021-10-14 00:08:38.081424 to 2021-10-14 13:08:38.234403 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:1362 Changing the system clock from 2021-10-14 13:08:40.534389 to 2021-10-15 02:08:40.254256 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-15 02:11:37.902162 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 191.16 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:08:48 AM SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:09:09 PM Sunday, October 10, 2021 5:09:20 AM Sunday, October 10, 2021 6:09:40 PM SUCCESS: The file (or folder): "c:\recursiondir_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:09:54 AM Monday, October 11, 2021 8:10:08 PM Tuesday, October 12, 2021 9:10:19 AM SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Tuesday, October 12, 2021 10:10:31 PM Wednesday, October 13, 2021 11:10:42 AM Thursday, October 14, 2021 12:10:56 AM SUCCESS: The file (or folder): "c:\recursiondir_no_tag\subdir1\subdir2\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Thursday, October 14, 2021 1:11:07 PM Friday, October 15, 2021 2:11:20 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:08:48,066 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-09 03:08:48,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:08:48.066906 to 2021-10-09 03:08:48.239835 2021-10-09 03:09:08,460 - 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-09 03:09:08,460 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:09:08,460 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 03:09:08,976 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-09 03:09:08,976 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:09:08,976 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:09:08,976 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:09:08,976 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-09 03:09:09,022 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 03:09:09,022 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-09 16:09:09,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:09:09.022833 to 2021-10-09 16:09:09.238836 2021-10-09 16:09:20,203 - 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-09 16:09:20,203 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 16:09:20,203 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 16:09:20,705 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-09 16:09:20,705 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-10 05:09:20,356 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:09:20.708512 to 2021-10-10 05:09:20.356609 2021-10-10 05:09:39,700 - 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-10 05:09:39,700 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 05:09:39,700 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 05:09:40,215 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 05:09:40,215 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-10 18:09:40,210 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 05:09:40.215867 to 2021-10-10 18:09:40.210256 2021-10-10 18:09:53,531 - 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-10 18:09:53,531 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-10 18:09:53,531 - wazuh_testing - ERROR - Results expected: 1 2021-10-10 18:09:54,037 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-10 18:09:54,037 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:09:54,037 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:09:54,037 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:09:54,037 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-10 18:09:54,061 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-10 18:09:54,061 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-11 07:09:54,385 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 18:09:54.061548 to 2021-10-11 07:09:54.385577 2021-10-11 07:10:08,508 - 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-11 07:10:08,508 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 07:10:08,508 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 07:10:08,508 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 07:10:08,508 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-11 20:10:08,348 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 07:10:08.508831 to 2021-10-11 20:10:08.348701 2021-10-11 20:10:18,999 - 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-11 20:10:18,999 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-11 20:10:18,999 - wazuh_testing - ERROR - Results expected: 1 2021-10-11 20:10:19,514 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-11 20:10:19,514 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-12 09:10:19,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 20:10:19.514519 to 2021-10-12 09:10:19.240484 2021-10-12 09:10:30,672 - 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-12 09:10:30,672 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-12 09:10:30,672 - wazuh_testing - ERROR - Results expected: 1 2021-10-12 09:10:31,184 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-12 09:10:31,184 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:10:31,184 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:10:31,184 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:10:31,184 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-12 09:10:31,231 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 09:10:31,231 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-12 22:10:31,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 09:10:31.231991 to 2021-10-12 22:10:31.238013 2021-10-12 22:10:42,146 - 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-12 22:10:42,146 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-12 22:10:42,146 - wazuh_testing - ERROR - Results expected: 1 2021-10-12 22:10:42,662 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-12 22:10:42,662 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-13 11:10:42,519 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 22:10:42.662779 to 2021-10-13 11:10:42.519828 2021-10-13 11:10:56,871 - 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-13 11:10:56,871 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-13 11:10:56,871 - wazuh_testing - ERROR - Results expected: 1 2021-10-13 11:10:56,901 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-13 11:10:56,901 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-14 00:10:56,269 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 11:10:56.901950 to 2021-10-14 00:10:56.269798 2021-10-14 00:11:07,198 - 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-14 00:11:07,198 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-14 00:11:07,198 - wazuh_testing - ERROR - Results expected: 1 2021-10-14 00:11:07,713 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-14 00:11:07,713 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:11:07,713 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:11:07,713 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:11:07,713 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-14 00:11:07,760 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 00:11:07,760 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-14 13:11:07,363 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 00:11:07.760589 to 2021-10-14 13:11:07.363035 2021-10-14 13:11:20,711 - 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-14 13:11:20,711 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-14 13:11:20,711 - wazuh_testing - ERROR - Results expected: 1 2021-10-14 13:11:20,727 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-14 13:11:20,727 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-15 02:11:20,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 13:11:20.727834 to 2021-10-15 02:11:20.223420 2021-10-15 02:11:37,836 - 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-15 02:11:37,836 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-15 02:11:37,836 - wazuh_testing - ERROR - Results expected: 1 2021-10-15 02:11:37,852 - 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-08 14:08:48.066906 to 2021-10-09 03:08:48.239835 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 03:09:09.022833 to 2021-10-09 16:09:09.238836 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-09 16:09:20.708512 to 2021-10-10 05:09:20.356609 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 05:09:40.215867 to 2021-10-10 18:09:40.210256 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-10 18:09:54.061548 to 2021-10-11 07:09:54.385577 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 07:10:08.508831 to 2021-10-11 20:10:08.348701 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-11 20:10:19.514519 to 2021-10-12 09:10:19.240484 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 09:10:31.231991 to 2021-10-12 22:10:31.238013 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-12 22:10:42.662779 to 2021-10-13 11:10:42.519828 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-13 11:10:56.901950 to 2021-10-14 00:10:56.269798 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 00:11:07.760589 to 2021-10-14 13:11:07.363035 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 INFO  wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-14 13:11:20.727834 to 2021-10-15 02:11:20.223420 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-10 05:11:51.429686 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. 18.07 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:11:38 AM SUCCESS: The file (or folder): "c:\checkdir_default\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:11:48 PM Sunday, October 10, 2021 5:11:50 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:11:38,879 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-09 03:11:38,256 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:11:38.879546 to 2021-10-09 03:11:38.256504 2021-10-09 03:11:48,122 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-09 03:11:48,122 - wazuh_testing - INFO - Modifying file c:\checkdir_default\testfile0 2021-10-09 03:11:48,122 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\testfile0 2021-10-09 03:11:48,122 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\testfile0 2021-10-09 03:11:48,122 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-09 03:11:48,137 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\testfile0 2021-10-09 03:11:48,137 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\testfile0 2021-10-09 16:11:48,225 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:11:48.137073 to 2021-10-09 16:11:48.225634 2021-10-09 16:11:50,616 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-09 16:11:50,616 - wazuh_testing - INFO - Removing file c:\checkdir_default\testfile0 2021-10-10 05:11:50,207 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:11:50.616375 to 2021-10-10 05:11:50.207714 2021-10-10 05:11:51,414 - 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:1362 Changing the system clock from 2021-10-08 14:11:38.879546 to 2021-10-09 03:11:38.256504 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:1362 Changing the system clock from 2021-10-09 03:11:48.137073 to 2021-10-09 16:11:48.225634 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:1362 Changing the system clock from 2021-10-09 16:11:50.616375 to 2021-10-10 05:11:50.207714 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-11 20:11:57.136497 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. 24.60 2
------------------------------Captured stdout call------------------------------
Sunday, October 10, 2021 6:11:51 PM SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Monday, October 11, 2021 7:11:52 AM Monday, October 11, 2021 8:11:56 PM
------------------------------Captured stderr call------------------------------
2021-10-10 05:11:51,429 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-10 18:11:51,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 05:11:51.429686 to 2021-10-10 18:11:51.301325 2021-10-10 18:11:52,734 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-10 18:11:52,734 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-10 18:11:52,734 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-10 18:11:52,734 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-10 18:11:52,734 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-10 18:11:52,755 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-10 18:11:52,755 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-11 07:11:52,232 - wazuh_testing - INFO - Changing the system clock from 2021-10-10 18:11:52.755902 to 2021-10-11 07:11:52.232741 2021-10-11 07:11:56,224 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-11 07:11:56,224 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-11 20:11:56,350 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 07:11:56.224226 to 2021-10-11 20:11:56.350155 2021-10-11 20:11:57,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:1362 Changing the system clock from 2021-10-10 05:11:51.429686 to 2021-10-10 18:11:51.301325 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:1362 Changing the system clock from 2021-10-10 18:11:52.755902 to 2021-10-11 07:11:52.232741 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:1362 Changing the system clock from 2021-10-11 07:11:56.224226 to 2021-10-11 20:11:56.350155 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-13 11:12:07.021678 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. 14.63 2
------------------------------Captured stdout call------------------------------
Tuesday, October 12, 2021 9:11:57 AM SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Tuesday, October 12, 2021 10:11:59 PM Wednesday, October 13, 2021 11:12:02 AM
------------------------------Captured stderr call------------------------------
2021-10-11 20:11:57,136 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-12 09:11:57,211 - wazuh_testing - INFO - Changing the system clock from 2021-10-11 20:11:57.136497 to 2021-10-12 09:11:57.211168 2021-10-12 09:11:59,002 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-12 09:11:59,017 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-12 09:11:59,017 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-12 09:11:59,017 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-12 09:11:59,017 - 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-12 09:11:59,112 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-12 09:11:59,112 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-12 22:11:59,238 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 09:11:59.112191 to 2021-10-12 22:11:59.238994 2021-10-12 22:12:02,656 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-12 22:12:02,656 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-13 11:12:02,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-12 22:12:02.656684 to 2021-10-13 11:12:02.222655 2021-10-13 11:12:06,989 - 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:1362 Changing the system clock from 2021-10-11 20:11:57.136497 to 2021-10-12 09:11:57.211168 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:1362 Changing the system clock from 2021-10-12 09:11:59.112191 to 2021-10-12 22:11:59.238994 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:1362 Changing the system clock from 2021-10-12 22:12:02.656684 to 2021-10-13 11:12:02.222655 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-15 02:12:15.020979 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. 12.10 2
------------------------------Captured stdout call------------------------------
Thursday, October 14, 2021 12:12:07 AM SUCCESS: The file (or folder): "c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0" now owned by user "WINDOWS-AGENT\vagrant". Thursday, October 14, 2021 1:12:08 PM Friday, October 15, 2021 2:12:11 AM
------------------------------Captured stderr call------------------------------
2021-10-13 11:12:07,021 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-14 00:12:07,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-13 11:12:07.021678 to 2021-10-14 00:12:07.239717 2021-10-14 00:12:08,029 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-14 00:12:08,029 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-14 00:12:08,029 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-14 00:12:08,029 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-14 00:12:08,029 - 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-14 00:12:08,043 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-14 00:12:08,051 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-14 13:12:08,217 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 00:12:08.051700 to 2021-10-14 13:12:08.217002 2021-10-14 13:12:11,168 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-14 13:12:11,168 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-15 02:12:11,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-14 13:12:11.168042 to 2021-10-15 02:12:11.254084 2021-10-15 02:12:14,989 - 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:1362 Changing the system clock from 2021-10-13 11:12:07.021678 to 2021-10-14 00:12:07.239717 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:1362 Changing the system clock from 2021-10-14 00:12:08.051700 to 2021-10-14 13:12:08.217002 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:1362 Changing the system clock from 2021-10-14 13:12:11.168042 to 2021-10-15 02:12:11.254084 INFO  wazuh_testing:fim.py:2189 'deleted' event detected as expected.
Passed 2021-10-08 14:12:53.285189 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.83 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:12:15 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.
------------------------------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 14:12:16,458 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:12:26,786 - 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 14:12:26,786 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:12:26,786 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:12:27,316 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:12:27,316 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:12:27,316 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:12:27,316 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:12:27,316 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:12:27,363 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:12:27,363 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:12:37,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-08 14:12:37,754 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:12:37,754 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:12:37,754 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:12:37,754 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:12:48,020 - 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 14:12:48,020 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:12:48,020 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:12:48,535 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:12:48,535 - wazuh_testing - INFO - Creating file c:\testdir\subdir\example.csv of regular type 2021-10-08 14:12:49,254 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:12:49,254 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\example.csv 2021-10-08 14:12:49,254 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\example.csv 2021-10-08 14:12:49,254 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\example.csv 2021-10-08 14:12:49,254 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:12:49,270 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\example.csv 2021-10-08 14:12:49,270 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\example.csv 2021-10-08 14:12:52,051 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:12:52,051 - wazuh_testing - INFO - Removing file c:\testdir\subdir\example.csv 2021-10-08 14:12:53,285 - 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 14:13:04.969473 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 9.55 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 14:12:55,422 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-08 14:12:56,656 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:12:56,656 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\regular 2021-10-08 14:12:56,656 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\regular 2021-10-08 14:12:56,656 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\regular 2021-10-08 14:12:56,656 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 14:12:56,672 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\regular 2021-10-08 14:12:56,672 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\regular 2021-10-08 14:12:59,501 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:12:59,501 - wazuh_testing - INFO - Removing file c:\testdir\subdir\regular 2021-10-08 14:13:00,719 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:13:00,719 - wazuh_testing - INFO - Creating file c:\testdir\regular of regular type 2021-10-08 14:13:01,439 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:13:01,439 - wazuh_testing - INFO - Modifying file c:\testdir\regular 2021-10-08 14:13:01,439 - wazuh_testing - INFO - - Changing content of c:\testdir\regular 2021-10-08 14:13:01,439 - wazuh_testing - INFO - - Changing mtime of c:\testdir\regular 2021-10-08 14:13:01,439 - wazuh_testing - INFO - - Changing owner of c:\testdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 14:13:01,454 - wazuh_testing - INFO - - Changing permission of c:\testdir\regular 2021-10-08 14:13:01,454 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\regular 2021-10-08 14:13:04,236 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:13:04,236 - wazuh_testing - INFO - Removing file c:\testdir\regular 2021-10-08 14:13:04,969 - 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 14:13:18.379585 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. 8.66 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 14:13:09,723 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-08 14:13:10,458 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:13:10,458 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-08 14:13:10,458 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-08 14:13:10,458 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-08 14:13:10,458 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:13:10,473 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-08 14:13:10,473 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-08 14:13:13,317 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:13:13,317 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-08 14:13:14,051 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:13:14,051 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-08 14:13:14,786 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:13:14,786 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-08 14:13:14,786 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-08 14:13:14,801 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-08 14:13:14,801 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:13:14,801 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-08 14:13:14,817 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-08 14:13:17,645 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:13:17,645 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-08 14:13:18,379 - 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 14:15:01.498642 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 100.37 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 14:13:21,108 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 14:13:21,889 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:13:21,889 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:21,889 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:21,889 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:21,889 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:13:21,905 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:21,905 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:24,702 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:13:24,702 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 14:13:25,967 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:13:25,967 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:13:36,377 - 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 14:13:36,377 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:13:36,377 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:13:36,889 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:13:36,889 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:36,889 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:36,889 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:36,889 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:13:36,935 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:36,935 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:47,218 - 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 14:13:47,218 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:13:47,218 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:13:47,248 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:13:47,248 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:13:57,515 - 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 14:13:57,515 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:13:57,515 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:13:58,016 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:13:58,016 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 14:14:08,342 - 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 14:14:08,342 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:14:08,342 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:14:08,843 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:14:08,843 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:08,843 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:08,843 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:08,843 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:14:08,889 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:08,889 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:19,139 - 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 14:14:19,139 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:14:19,139 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:14:19,139 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:14:19,139 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:14:29,451 - 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 14:14:29,451 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:14:29,451 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:14:29,967 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:14:29,967 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 14:14:40,251 - 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 14:14:40,251 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:14:40,251 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:14:40,251 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:14:40,251 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:14:40,251 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:14:40,251 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:14:40,251 - 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 14:14:40,295 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:14:40,295 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:14:50,670 - 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 14:14:50,670 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:14:50,670 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:14:51,202 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:14:51,202 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:01,452 - 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 14:15:01,452 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:15:01,452 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:15:01,482 - 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 14:15:22.488279 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.05 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 14:15:03,426 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 14:15:04,676 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:04,676 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:04,676 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:04,676 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:04,676 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:04,691 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:04,691 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:07,504 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:07,504 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 14:15:08,222 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:08,222 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:15:09,473 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:09,473 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:09,473 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:09,473 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:09,473 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:09,488 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:09,488 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:12,286 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:12,286 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:15:13,004 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:13,004 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 14:15:13,723 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:13,723 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:13,723 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:13,723 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:13,723 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:13,738 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:13,738 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:16,520 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:16,520 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:15:17,754 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:17,754 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 14:15:18,472 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:18,472 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:18,472 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:18,472 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:18,472 - 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 14:15:18,489 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:18,503 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:21,255 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:21,255 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:15:22,488 - 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 14:15:44.147871 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 21.24 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 14:15:22,898 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 14:15:23,632 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:23,632 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:23,632 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:23,632 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:23,632 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:23,648 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:23,648 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:26,427 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:26,427 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:27,695 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:27,695 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:15:28,414 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:28,414 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:28,414 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:28,414 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:28,414 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:28,446 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:28,446 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:31,820 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:31,820 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:33,070 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:33,070 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 14:15:34,289 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:34,289 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:34,289 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:34,289 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:34,289 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:34,320 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:34,320 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:37,632 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:37,632 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:15:38,867 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:15:38,867 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:15:40,101 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:15:40,101 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:40,101 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:40,101 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:40,101 - 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 14:15:40,116 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:40,116 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:42,898 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:15:42,898 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:15:44,135 - 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 14:17:52.082744 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 127.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 14:15:44,911 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 14:15:55,348 - 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 14:15:55,348 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:15:55,348 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:15:55,865 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:15:55,865 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:55,865 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:55,865 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:55,865 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:15:55,912 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:15:55,912 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:16:06,178 - 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 14:16:06,178 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:06,178 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:06,196 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:06,196 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:16:16,427 - 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 14:16:16,427 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:16,427 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:16,459 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:16,459 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:16:26,786 - 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 14:16:26,786 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:26,786 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:26,817 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:26,817 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:26,817 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:26,817 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:26,817 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:16:26,848 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:26,848 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:37,192 - 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 14:16:37,192 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:37,192 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:37,207 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:37,207 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:16:47,536 - 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 14:16:47,536 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:47,536 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:48,051 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:48,051 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 14:16:58,302 - 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 14:16:58,302 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:16:58,302 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:16:58,333 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:16:58,333 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:16:58,333 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:16:58,333 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:16:58,333 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:16:58,379 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:16:58,379 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:17:08,692 - 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 14:17:08,692 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:17:08,692 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:17:09,223 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:17:09,223 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:17:19,569 - 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 14:17:19,569 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:17:19,569 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:17:20,083 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:17:20,083 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:17:30,333 - 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 14:17:30,333 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:17:30,333 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:17:30,348 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:17:30,348 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:30,348 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:30,348 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:30,348 - 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 14:17:30,395 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:30,395 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:40,691 - 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 14:17:40,691 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:17:40,691 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:17:41,208 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:17:41,208 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:17:51,552 - 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 14:17:51,552 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:17:51,552 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:17:52,067 - 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 14:17:59.956936 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. 4.84 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 14:17:55,113 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-08 14:17:56,394 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:17:56,394 - wazuh_testing - INFO - Modifying file c:\checkdir_default\testfile0 2021-10-08 14:17:56,394 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\testfile0 2021-10-08 14:17:56,394 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\testfile0 2021-10-08 14:17:56,394 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:17:56,410 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\testfile0 2021-10-08 14:17:56,410 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\testfile0 2021-10-08 14:17:59,224 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:17:59,224 - wazuh_testing - INFO - Removing file c:\checkdir_default\testfile0 2021-10-08 14:17:59,956 - 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 14:18:04.758040 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 14:17:59,956 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-08 14:18:01,191 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:18:01,191 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:01,191 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:01,191 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:01,191 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:18:01,207 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:01,207 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:04,035 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:18:04,035 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:18:04,758 - 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 14:18:10.019466 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.25 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 14:18:04,766 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-08 14:18:05,988 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:18:05,988 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:05,988 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:05,988 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:05,988 - 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 14:18:06,003 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:06,003 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:08,770 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:18:08,770 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:18:10,019 - 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 14:18:15.832507 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. 5.81 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 14:18:10,019 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-08 14:18:11,269 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:18:11,269 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:11,269 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:11,269 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:11,269 - 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 14:18:11,287 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:11,287 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:14,597 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:18:14,597 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:18:15,832 - 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 14:18:57.381928 test_fim/test_files/test_ambiguous_confs/test_ambiguous_simple.py::test_ambiguous_restrict[get_configuration16-folders0-tags_to_apply0] Check restrict configuration events. 39.97 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:18:15 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 14:18:17,412 - wazuh_testing - INFO - Creating file c:\testdir\example.csv of regular type 2021-10-08 14:18:27,802 - 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 14:18:27,802 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:18:27,802 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:18:27,817 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:18:27,817 - wazuh_testing - INFO - Modifying file c:\testdir\example.csv 2021-10-08 14:18:27,817 - wazuh_testing - INFO - - Changing content of c:\testdir\example.csv 2021-10-08 14:18:27,817 - wazuh_testing - INFO - - Changing mtime of c:\testdir\example.csv 2021-10-08 14:18:27,817 - wazuh_testing - INFO - - Changing owner of c:\testdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:18:27,864 - wazuh_testing - INFO - - Changing permission of c:\testdir\example.csv 2021-10-08 14:18:27,864 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\example.csv 2021-10-08 14:18:38,193 - 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 14:18:38,193 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:18:38,193 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:18:38,709 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:18:38,709 - wazuh_testing - INFO - Removing file c:\testdir\example.csv 2021-10-08 14:18:49,018 - 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 14:18:49,018 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:18:49,018 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:18:49,037 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:18:49,037 - wazuh_testing - INFO - Creating file c:\testdir\subdir\example.csv of regular type 2021-10-08 14:18:51,288 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:18:51,288 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\example.csv 2021-10-08 14:18:51,288 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\example.csv 2021-10-08 14:18:51,288 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\example.csv 2021-10-08 14:18:51,288 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\example.csv WARNING: User credentials cannot be used for local connections. 2021-10-08 14:18:51,304 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\example.csv 2021-10-08 14:18:51,304 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\example.csv 2021-10-08 14:18:55,116 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:18:55,116 - wazuh_testing - INFO - Removing file c:\testdir\subdir\example.csv 2021-10-08 14:18:57,381 - 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 14:19:16.723821 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.70 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 14:19:01,036 - wazuh_testing - INFO - Creating file c:\testdir\subdir\regular of regular type 2021-10-08 14:19:03,301 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:19:03,301 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\regular 2021-10-08 14:19:03,301 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\regular 2021-10-08 14:19:03,301 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\regular 2021-10-08 14:19:03,301 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:03,317 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\regular 2021-10-08 14:19:03,317 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\regular 2021-10-08 14:19:07,129 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:19:07,129 - wazuh_testing - INFO - Removing file c:\testdir\subdir\regular 2021-10-08 14:19:08,879 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:19:08,879 - wazuh_testing - INFO - Creating file c:\testdir\regular of regular type 2021-10-08 14:19:11,161 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:19:11,161 - wazuh_testing - INFO - Modifying file c:\testdir\regular 2021-10-08 14:19:11,161 - wazuh_testing - INFO - - Changing content of c:\testdir\regular 2021-10-08 14:19:11,161 - wazuh_testing - INFO - - Changing mtime of c:\testdir\regular 2021-10-08 14:19:11,161 - wazuh_testing - INFO - - Changing owner of c:\testdir\regular WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:11,176 - wazuh_testing - INFO - - Changing permission of c:\testdir\regular 2021-10-08 14:19:11,176 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\regular 2021-10-08 14:19:14,957 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:19:14,957 - wazuh_testing - INFO - Removing file c:\testdir\regular 2021-10-08 14:19:16,723 - 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 14:19:36.224071 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.75 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 14:19:20,457 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-10-08 14:19:22,223 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:19:22,223 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-10-08 14:19:22,223 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-10-08 14:19:22,223 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-10-08 14:19:22,223 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:22,239 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-10-08 14:19:22,239 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-10-08 14:19:26,083 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:19:26,083 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-10-08 14:19:28,363 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:19:28,363 - wazuh_testing - INFO - Creating file c:\testdir\subdir\testfile0 of regular type 2021-10-08 14:19:30,630 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:19:30,630 - wazuh_testing - INFO - Modifying file c:\testdir\subdir\testfile0 2021-10-08 14:19:30,630 - wazuh_testing - INFO - - Changing content of c:\testdir\subdir\testfile0 2021-10-08 14:19:30,630 - wazuh_testing - INFO - - Changing mtime of c:\testdir\subdir\testfile0 2021-10-08 14:19:30,630 - wazuh_testing - INFO - - Changing owner of c:\testdir\subdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:30,645 - wazuh_testing - INFO - - Changing permission of c:\testdir\subdir\testfile0 2021-10-08 14:19:30,645 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\subdir\testfile0 2021-10-08 14:19:34,458 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:19:34,458 - wazuh_testing - INFO - Removing file c:\testdir\subdir\testfile0 2021-10-08 14:19:36,208 - 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 14:21:21.800967 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 101.69 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 14:19:40,113 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 14:19:42,380 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:19:42,380 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:42,380 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:42,380 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:42,380 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:42,395 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:42,395 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:45,710 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:19:45,710 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 14:19:47,457 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:19:47,457 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:19:57,769 - 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 14:19:57,769 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:19:57,769 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:19:57,769 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:19:57,769 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:19:57,769 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:19:57,769 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:19:57,769 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:19:57,818 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:19:57,818 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:20:08,071 - 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 14:20:08,071 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:20:08,071 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:20:08,097 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:20:08,097 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:20:18,426 - 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 14:20:18,426 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:20:18,426 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:20:18,942 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:20:18,942 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 14:20:29,223 - 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 14:20:29,223 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:20:29,223 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:20:29,223 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:20:29,223 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:29,223 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:29,223 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:29,223 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:20:29,270 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:29,270 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:39,567 - 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 14:20:39,567 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:20:39,567 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:20:40,071 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:20:40,071 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:20:50,319 - 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 14:20:50,319 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:20:50,319 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:20:50,348 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:20:50,348 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 14:21:00,645 - 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 14:21:00,645 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:21:00,645 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:21:01,160 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:21:01,160 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:01,160 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:01,160 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:01,160 - 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 14:21:01,176 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:01,176 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:11,457 - 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 14:21:11,457 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:21:11,457 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:21:11,489 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:21:11,489 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:21,785 - 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 14:21:21,785 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:21:21,785 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:21:21,800 - 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 14:21:56.050161 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 30.95 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 14:21:25,081 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\testfile0 of regular type 2021-10-08 14:21:27,348 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:21:27,348 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:27,348 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:27,348 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:27,348 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:21:27,362 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:27,362 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:31,661 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:21:31,661 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\testfile0 2021-10-08 14:21:33,424 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:21:33,424 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:21:35,738 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:21:35,738 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:35,738 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:35,738 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:35,738 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:21:35,753 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:35,753 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:39,082 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:21:39,082 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\testfile0 2021-10-08 14:21:40,831 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:21:40,831 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 of regular type 2021-10-08 14:21:43,112 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:21:43,112 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:43,112 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:43,112 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:43,112 - wazuh_testing - INFO - - Changing owner of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:21:43,128 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:43,128 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:46,441 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:21:46,441 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\testfile0 2021-10-08 14:21:48,223 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:21:48,223 - wazuh_testing - INFO - Creating file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 of regular type 2021-10-08 14:21:50,488 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:21:50,488 - wazuh_testing - INFO - Modifying file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:50,488 - wazuh_testing - INFO - - Changing content of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:50,488 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:50,488 - 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 14:21:50,503 - wazuh_testing - INFO - - Changing permission of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:50,503 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:54,284 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:21:54,284 - wazuh_testing - INFO - Removing file c:\recursiondir\subdir1\subdir2\subdir3\subdir4\testfile0 2021-10-08 14:21:56,034 - 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 14:22:30.519735 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 30.45 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 14:22:00,066 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 14:22:02,363 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:22:02,363 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:02,363 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:02,363 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:02,363 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:22:02,378 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:02,378 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:06,191 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:22:06,191 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:07,941 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:22:07,941 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:22:10,223 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:22:10,223 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:10,223 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:10,223 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:10,223 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:22:10,238 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:10,238 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:14,082 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:22:14,082 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:15,832 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:22:15,832 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 14:22:17,601 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:22:17,601 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:17,601 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:17,601 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:17,601 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:22:17,613 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:17,613 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:21,442 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:22:21,442 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:22:23,191 - wazuh_testing - INFO - 'deleted' event detected as expected. 2021-10-08 14:22:23,191 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:22:25,426 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:22:25,426 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:25,426 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:25,426 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:25,426 - 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 14:22:25,441 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:25,441 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:28,754 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:22:28,754 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:22:30,519 - 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 14:24:37.302482 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 124.82 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 14:22:32,458 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\testfile0 of regular type 2021-10-08 14:22:42,819 - 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 14:22:42,819 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:22:42,819 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:22:42,819 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:22:42,819 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:42,819 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:42,819 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:42,819 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:22:42,864 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:42,864 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:22:53,130 - 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 14:22:53,130 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:22:53,130 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:22:53,162 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:22:53,162 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\testfile0 2021-10-08 14:23:03,412 - 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 14:23:03,412 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:03,412 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:03,412 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:03,412 - wazuh_testing - INFO - Creating file c:\recursiondir_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:23:13,740 - 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 14:23:13,740 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:13,740 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:13,755 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:13,755 - wazuh_testing - INFO - Modifying file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:13,755 - wazuh_testing - INFO - - Changing content of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:13,755 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:13,755 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_tag\subdir1\subdir2\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:23:13,786 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:13,786 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:24,068 - 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 14:23:24,068 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:24,068 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:24,068 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:24,068 - wazuh_testing - INFO - Removing file c:\recursiondir_tag\subdir1\subdir2\testfile0 2021-10-08 14:23:34,380 - 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 14:23:34,380 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:34,380 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:34,380 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:34,380 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\testfile0 of regular type 2021-10-08 14:23:44,661 - 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 14:23:44,661 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:44,661 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:45,165 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:45,165 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:23:45,165 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:23:45,165 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:23:45,165 - wazuh_testing - INFO - - Changing owner of c:\recursiondir_no_tag\subdir1\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:23:45,208 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:23:45,208 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:23:55,507 - 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 14:23:55,507 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:23:55,507 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:23:55,536 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:23:55,536 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\testfile0 2021-10-08 14:24:05,833 - 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 14:24:05,833 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:24:05,833 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:24:05,833 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:24:05,833 - wazuh_testing - INFO - Creating file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 of regular type 2021-10-08 14:24:16,115 - 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 14:24:16,115 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:24:16,115 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:24:16,162 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:24:16,162 - wazuh_testing - INFO - Modifying file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:16,162 - wazuh_testing - INFO - - Changing content of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:16,162 - wazuh_testing - INFO - - Changing mtime of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:16,162 - 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 14:24:16,208 - wazuh_testing - INFO - - Changing permission of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:16,208 - wazuh_testing - INFO - - Changing win attributes of c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:26,489 - 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 14:24:26,489 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:24:26,489 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:24:27,008 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-10-08 14:24:27,008 - wazuh_testing - INFO - Removing file c:\recursiondir_no_tag\subdir1\subdir2\testfile0 2021-10-08 14:24:37,271 - 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 14:24:37,271 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:24:37,271 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:24:37,286 - 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 14:24:46.878651 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. 8.39 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 14:24:38,488 - wazuh_testing - INFO - Creating file c:\checkdir_default\testfile0 of regular type 2021-10-08 14:24:40,768 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:24:40,768 - wazuh_testing - INFO - Modifying file c:\checkdir_default\testfile0 2021-10-08 14:24:40,768 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\testfile0 2021-10-08 14:24:40,769 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\testfile0 2021-10-08 14:24:40,769 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:24:40,769 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\testfile0 2021-10-08 14:24:40,785 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\testfile0 2021-10-08 14:24:45,144 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:24:45,144 - wazuh_testing - INFO - Removing file c:\checkdir_default\testfile0 2021-10-08 14:24:46,878 - 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 14:24:54.753486 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.86 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 14:24:46,894 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\testfile0 of regular type 2021-10-08 14:24:49,190 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:24:49,190 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:49,190 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:49,190 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:49,190 - wazuh_testing - INFO - - Changing owner of c:\checkdir_default\checkdir_checkall\testfile0 WARNING: User credentials cannot be used for local connections. 2021-10-08 14:24:49,206 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:49,206 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:53,034 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:24:53,034 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\testfile0 2021-10-08 14:24:54,753 - 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 14:25:02.144003 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.39 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 14:24:54,753 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 of regular type 2021-10-08 14:24:56,503 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:24:56,503 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:24:56,503 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:24:56,503 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:24:56,503 - 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 14:24:56,519 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:24:56,519 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:25:00,363 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:25:00,379 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\testfile0 2021-10-08 14:25:02,144 - 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 14:25:09.003867 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. 6.85 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 14:25:02,159 - wazuh_testing - INFO - Creating file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 of regular type 2021-10-08 14:25:04,425 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-08 14:25:04,425 - wazuh_testing - INFO - Modifying file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:04,425 - wazuh_testing - INFO - - Changing content of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:04,425 - wazuh_testing - INFO - - Changing mtime of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:04,425 - 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 14:25:04,441 - wazuh_testing - INFO - - Changing permission of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:04,441 - wazuh_testing - INFO - - Changing win attributes of c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:07,770 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-08 14:25:07,770 - wazuh_testing - INFO - Removing file c:\checkdir_default\checkdir_checkall\checkdir_no_inode\checkdir_no_checksum\testfile0 2021-10-08 14:25:09,003 - 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 03:25:22.060164 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> 13.34 linux, win32 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:25:10 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:10,349 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:25:10,349 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:25:10,349 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:25:10,349 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:25:10,239 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:25:10.349011 to 2021-10-09 03:25:10.239781 2021-10-09 03:25:10,239 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:25:11,779 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 03:25:22,045 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 03:25:22,045 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:25:22,045 - 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 14:25:10.349011 to 2021-10-09 03:25:10.239781 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 05:25:36.753054 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.01 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:25:24 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:25:25 PM Sunday, October 10, 2021 5:25:35 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:24,913 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:25:24,913 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:25:24,913 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:25:24,913 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:25:24,176 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:25:24.913747 to 2021-10-09 03:25:24.176510 2021-10-09 03:25:25,207 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:25:25,723 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 03:25:25,723 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 03:25:25,723 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 03:25:25,723 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 03:25:25,770 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 03:25:25,770 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:25:25,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:25:25.770122 to 2021-10-09 16:25:25.285814 2021-10-09 16:25:25,316 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 16:25:35,609 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 16:25:35,609 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 16:25:35,609 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 16:25:35,609 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 16:25:35,609 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 16:25:35,609 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 16:25:35,609 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 16:25:35,624 - wazuh_testing - INFO - Time travel: True 2021-10-10 05:25:35,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:25:35.624639 to 2021-10-10 05:25:35.208569 2021-10-10 05:25:36,237 - 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 14:25:24.913747 to 2021-10-09 03:25:24.176510 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 03:25:25.770122 to 2021-10-09 16:25:25.285814 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 16:25:35.624639 to 2021-10-10 05:25:35.208569 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 16:25:41.257271 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.64 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:25:39 AM Saturday, October 9, 2021 4:25:40 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:39,427 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:25:39,427 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:25:39,427 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:25:39,443 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:25:39,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:25:39.443670 to 2021-10-09 03:25:39.240195 2021-10-09 03:25:40,780 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:25:40,780 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:25:40,780 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:25:40,206 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:25:40.780102 to 2021-10-09 16:25:40.206843
-------------------------------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 14:25:39.443670 to 2021-10-09 03:25:39.240195 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 03:25:40.780102 to 2021-10-09 16:25:40.206843
Passed 2021-10-09 16:26:07.188325 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.*$' 27.86 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:25:42 AM Saturday, October 9, 2021 4:25:55 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:25:42,331 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:25:42,331 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:25:42,331 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:25:42,331 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:25:42,208 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:25:42.331855 to 2021-10-09 03:25:42.208566 2021-10-09 03:25:44,234 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:25:55,076 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:25:55,076 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:25:55,076 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:25:55,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:25:55.076360 to 2021-10-09 16:25:55.285522 2021-10-09 16:25:56,860 - 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 14:25:42.331855 to 2021-10-09 03:25:42.208566 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 03:25:55.076360 to 2021-10-09 16:25:55.285522 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-09 03:26:19.137719 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.42 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:26:07 PM The Wazuh service was stopped successfully. 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 3:26:07 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:07,838 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:26:07,838 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:26:07,838 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:26:07,854 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:26:07,240 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:26:07.854119 to 2021-10-09 03:26:07.240134 2021-10-09 03:26:07,240 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:26:08,279 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 03:26:18,611 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 03:26:18,611 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:26:18,611 - 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 14:26:07.854119 to 2021-10-09 03:26:07.240134 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 05:26:33.762310 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.13 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:26:21 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:26:22 PM Sunday, October 10, 2021 5:26:32 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:21,882 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:26:21,882 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:26:21,882 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:26:21,882 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:26:21,176 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:26:21.882052 to 2021-10-09 03:26:21.176850 2021-10-09 03:26:22,227 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:26:22,741 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 03:26:22,741 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 03:26:22,741 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 03:26:22,741 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 03:26:22,787 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 03:26:22,787 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:26:22,394 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:26:22.787400 to 2021-10-09 16:26:22.394488 2021-10-09 16:26:22,394 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 16:26:32,686 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 16:26:32,686 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 16:26:32,686 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 16:26:32,686 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 16:26:32,686 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 16:26:32,686 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 16:26:32,686 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 16:26:32,686 - wazuh_testing - INFO - Time travel: True 2021-10-10 05:26:32,211 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:26:32.686837 to 2021-10-10 05:26:32.211099 2021-10-10 05:26:33,248 - 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 14:26:21.882052 to 2021-10-09 03:26:21.176850 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 03:26:22.787400 to 2021-10-09 16:26:22.394488 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 16:26:32.686837 to 2021-10-10 05:26:32.211099 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 16:26:39.760042 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> 7.11 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:26:36 AM Saturday, October 9, 2021 4:26:38 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:36,397 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:26:36,397 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:26:36,397 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:26:36,397 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:26:36,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:26:36.397761 to 2021-10-09 03:26:36.222863 2021-10-09 03:26:38,780 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:26:38,780 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:26:38,780 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:26:38,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:26:38.780148 to 2021-10-09 16:26:38.223517
-------------------------------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 14:26:36.397761 to 2021-10-09 03:26:36.222863 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 03:26:38.780148 to 2021-10-09 16:26:38.223517
Passed 2021-10-09 16:27:05.000909 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.*$' 26.11 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:26:42 AM Saturday, October 9, 2021 4:26:54 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:26:42,412 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:26:42,412 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:26:42,412 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:26:42,412 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:26:42,459 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:26:42.412214 to 2021-10-09 03:26:42.459181 2021-10-09 03:26:43,488 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:26:54,352 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:26:54,352 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:26:54,352 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:26:54,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:26:54.352518 to 2021-10-09 16:26:54.224409 2021-10-09 16:26:54,750 - 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 14:26:42.412214 to 2021-10-09 03:26:42.459181 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 03:26:54.352518 to 2021-10-09 16:26:54.224409 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-09 03:27:18.554503 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> 13.84 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:27:05 PM The Wazuh service was stopped successfully. 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 3:27:06 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:06,333 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:27:06,333 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:27:06,333 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:27:06,333 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:27:06,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:27:06.333015 to 2021-10-09 03:27:06.222851 2021-10-09 03:27:06,222 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:27:07,789 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 03:27:18,040 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 03:27:18,040 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 03:27:18,040 - 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 14:27:06.333015 to 2021-10-09 03:27:06.222851 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 05:27:31.831520 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 17.93 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:27:19 AM SUCCESS: The file (or folder): "c:\testdir1\hello" now owned by user "WINDOWS-AGENT\vagrant". Saturday, October 9, 2021 4:27:20 PM Sunday, October 10, 2021 5:27:30 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:19,381 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:27:19,381 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:27:19,381 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:27:19,381 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:27:19,177 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:27:19.381914 to 2021-10-09 03:27:19.177170 2021-10-09 03:27:20,739 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:27:20,739 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-09 03:27:20,739 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-09 03:27:20,739 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-09 03:27:20,739 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-09 03:27:20,786 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-09 03:27:20,786 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:27:20,206 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:27:20.786743 to 2021-10-09 16:27:20.206655 2021-10-09 16:27:20,206 - wazuh_testing - INFO - Checking for a second event... 2021-10-09 16:27:30,463 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-09 16:27:30,463 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-09 16:27:30,463 - wazuh_testing - ERROR - Results expected: 1 2021-10-09 16:27:30,463 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-09 16:27:30,463 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-09 16:27:30,463 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 16:27:30,463 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 16:27:30,472 - wazuh_testing - INFO - Time travel: True 2021-10-10 05:27:30,257 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:27:30.472387 to 2021-10-10 05:27:30.257240 2021-10-10 05:27:31,311 - 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 14:27:19.381914 to 2021-10-09 03:27:19.177170 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 03:27:20.786743 to 2021-10-09 16:27:20.206655 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 16:27:30.472387 to 2021-10-10 05:27:30.257240 INFO  wazuh_testing:test_duplicate_entries.py:272 Checking the event...
Passed 2021-10-09 16:27:37.261130 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.61 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:27:35 AM Saturday, October 9, 2021 4:27:36 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:35,960 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:27:35,960 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:27:35,960 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:27:35,960 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:27:35,255 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:27:35.960140 to 2021-10-09 03:27:35.255213 2021-10-09 03:27:36,804 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:27:36,804 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:27:36,804 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:27:36,230 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:27:36.804677 to 2021-10-09 16:27:36.230581
-------------------------------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 14:27:35.960140 to 2021-10-09 03:27:35.255213 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 03:27:36.804677 to 2021-10-09 16:27:36.230581
Passed 2021-10-09 16:28:01.032649 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.*$' 26.27 linux, win32 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:27:38 AM Saturday, October 9, 2021 4:27:49 PM
------------------------------Captured stderr call------------------------------
2021-10-08 14:27:38,411 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:27:38,411 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:27:38,411 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:27:38,411 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:27:38,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:27:38.411208 to 2021-10-09 03:27:38.222662 2021-10-09 03:27:39,294 - wazuh_testing - INFO - Checking the event... 2021-10-09 03:27:49,617 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-09 03:27:49,617 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-09 03:27:49,617 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:27:49,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:27:49.617952 to 2021-10-09 16:27:49.223130 2021-10-09 16:27:50,767 - 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 14:27:38.411208 to 2021-10-09 03:27:38.222662 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 03:27:49.617952 to 2021-10-09 16:27:49.223130 INFO  wazuh_testing:test_duplicate_entries.py:171 Checking the event...
Passed 2021-10-08 14:28:15.753325 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.88 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:28: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:03,851 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:28:03,866 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:28:03,866 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:28:03,866 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:03,866 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:28:04,913 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:28:15,241 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:28:15,241 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:28:15,241 - 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 14:28:28.737615 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.39 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 14:28:16,334 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:28:16,334 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:28:16,334 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:28:16,345 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:16,345 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:28:16,862 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:28:16,862 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:28:16,862 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:28:16,862 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:28:16,878 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:28:16,878 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:16,878 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:28:27,129 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:28:27,129 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:28:27,129 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:28:27,644 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:28:27,644 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:28:27,644 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:28:27,644 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:28:27,644 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:27,644 - 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 14:28:31.445075 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.05 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:29,382 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:28:29,382 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:28:29,382 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:28:29,382 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:30,414 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:28:30,414 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:28:30,414 - 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 14:28:54.443398 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.*$' 20.59 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:33,849 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:28:33,849 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:28:33,849 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:28:33,849 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:33,849 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:28:44,146 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:28:44,146 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:28:44,146 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:44,146 - 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 14:29:08.161577 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.33 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:28:54 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:28:56,833 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:28:56,833 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:28:56,833 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:28:56,833 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:28:56,833 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:28:57,864 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:29:08,130 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:29:08,130 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:29:08,130 - 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 14:29:24.394870 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.97 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 14:29:11,426 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:29:11,426 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:29:11,426 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:29:11,426 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:11,426 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:29:12,443 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:29:12,443 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:29:12,443 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:29:12,443 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:29:12,488 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:29:12,488 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:12,488 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:29:22,817 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:29:22,817 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:29:22,817 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:29:23,333 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:29:23,333 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:29:23,333 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:29:23,333 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:29:23,333 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:23,333 - 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 14:29:31.020987 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.08 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:29:28,943 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:29:28,943 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:29:28,943 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:29:28,943 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:29,990 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:29:29,990 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:29:29,990 - 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 14:29:57.572114 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.20 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:29:36,368 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:29:36,368 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:29:36,368 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:29:36,368 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:36,368 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:29:46,681 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:29:46,681 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:29:46,681 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:29:46,681 - 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 14:30:11.256272 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> 10.86 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:29: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:30:00,381 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:30:00,381 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:30:00,381 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:30:00,381 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:00,381 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:30:00,898 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:30:11,244 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:30:11,244 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:30:11,244 - 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 14:30:28.832991 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 12.91 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 14:30:15,911 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:30:15,911 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:30:15,911 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:15,911 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:30:16,942 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:30:16,942 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:30:16,942 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:30:16,942 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:30:16,989 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:30:16,989 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:16,989 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:30:27,271 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:30:27,271 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:30:27,271 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:30:27,786 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:30:27,786 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:30:27,786 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:30:27,786 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:30:27,786 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:27,786 - 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 14:30:31.414639 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.05 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:30:29,367 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:30:29,367 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:30:29,367 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:30:29,367 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:30,386 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:30:30,386 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:30:30,386 - 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 14:30:56.008853 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.*$' 20.62 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:30:35,368 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:30:35,368 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:30:35,368 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:30:35,368 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:35,368 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:30:45,680 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:30:45,680 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:30:45,680 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:45,680 - 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 14:31:11.350159 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> 11.91 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:30: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:30:59,430 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:30:59,430 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:30:59,430 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:30:59,430 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:30:59,430 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:31:00,477 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:31:10,806 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:31:10,806 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:31:10,806 - 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 14:31:30.442018 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.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 14:31:15,942 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:31:15,942 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:31:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:31:15,942 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:15,942 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:31:18,020 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:31:18,020 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:31:18,020 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:31:18,020 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:31:18,068 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:31:18,068 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:18,068 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:31:28,367 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:31:28,367 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:31:28,367 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:31:28,367 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:31:28,367 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:31:28,367 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:31:28,367 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:31:28,376 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:28,376 - 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 14:31:35.554292 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.17 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:31:31,382 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:31:31,382 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:31:31,382 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:31:31,382 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:33,448 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:31:33,448 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:31:33,448 - 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 14:32:00.488848 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.*$' 20.57 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:31:39,910 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:31:39,910 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:31:39,910 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:31:39,926 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:39,926 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:31:50,191 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:31:50,191 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:31:50,191 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:31:50,191 - 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 14:32:17.738890 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.84 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:32: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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:32:04,895 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:32:04,895 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:32:04,895 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:32:04,895 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:04,895 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:32:06,973 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:32:17,226 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:32:17,226 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:32:17,226 - 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 14:32:34.416348 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.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 14:32:20,429 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:32:20,429 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:32:20,429 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:32:20,429 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:20,429 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:32:21,461 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:32:21,461 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:32:21,461 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:32:21,461 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:32:21,507 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:32:21,507 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:21,507 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:32:31,789 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:32:31,789 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:32:31,789 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:32:32,305 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:32:32,305 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:32:32,305 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:32:32,305 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:32:32,305 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:32,305 - 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 14:32:42.519335 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> 3.60 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:32:38,925 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:32:38,925 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:32:38,925 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:32:38,925 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:40,472 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:32:40,472 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:32:40,472 - 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 14:33:06.500513 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.*$' 21.62 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:32:44,879 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:32:44,879 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:32:44,879 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:32:44,879 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:44,879 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:32:55,695 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:32:55,695 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:32:55,695 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:32:55,695 - 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 14:33:20.754746 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> 11.34 linux, win32 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:33: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.
------------------------------Captured stderr call------------------------------
2021-10-08 14:33:09,396 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:33:09,396 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:33:09,396 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:33:09,396 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:09,396 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:33:10,457 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:33:20,740 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:33:20,740 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:33:20,740 - 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 14:33:39.378719 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.43 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 14:33:24,941 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:33:24,941 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: "testing" 2021-10-08 14:33:24,941 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:33:24,941 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:24,941 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:33:26,988 - wazuh_testing - INFO - Replacing a character of c:\testdir1\hello content 2021-10-08 14:33:26,988 - wazuh_testing - INFO - Modifying c:\testdir1\hello's group 2021-10-08 14:33:26,988 - wazuh_testing - INFO - Modifying c:\testdir1\hello's owner 2021-10-08 14:33:26,988 - wazuh_testing - INFO - - Changing owner of c:\testdir1\hello WARNING: User credentials cannot be used for local connections. 2021-10-08 14:33:27,035 - wazuh_testing - INFO - Adding new file c:\testdir1\hello 2021-10-08 14:33:27,035 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:27,035 - wazuh_testing - INFO - Checking for a second event... 2021-10-08 14:33:37,319 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 14:33:37,319 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 14:33:37,319 - wazuh_testing - ERROR - Results expected: 1 2021-10-08 14:33:37,834 - wazuh_testing - INFO - Modifying c:\testdir1\hello's permissions 2021-10-08 14:33:37,834 - wazuh_testing - INFO - - Changing permission of c:\testdir1\hello 2021-10-08 14:33:37,834 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:33:37,834 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:33:37,834 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:37,834 - 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 14:33:46.551771 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> 4.12 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:33:42,426 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:33:42,426 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:33:42,426 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:33:42,426 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:44,490 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:33:44,490 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:33:44,490 - 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 14:34:10.083986 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.*$' 20.67 linux, win32 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:33:49,411 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:33:49,411 - wazuh_testing - INFO - Adding file c:\testdir1\hello, content: " " 2021-10-08 14:33:49,411 - wazuh_testing - INFO - Creating file c:\testdir1\hello of regular type 2021-10-08 14:33:49,411 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:49,411 - wazuh_testing - INFO - Checking the event... 2021-10-08 14:33:59,755 - wazuh_testing - INFO - Modifying c:\testdir1\hello content 2021-10-08 14:33:59,755 - wazuh_testing - INFO - - Changing content of c:\testdir1\hello 2021-10-08 14:33:59,755 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:33:59,755 - 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 03:34:15.289265 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. 3.64 2
-----------------------------Captured stdout setup------------------------------
The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:34:13 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:13,399 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:13,399 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 14:34:13,408 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 14:34:13,408 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:34:13,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:34:13.411441 to 2021-10-09 03:34:13.222624
-------------------------------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 14:34:13.411441 to 2021-10-09 03:34:13.222624
Passed 2021-10-09 16:34:15.961609 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. 2.35 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:15 PM
------------------------------Captured stderr call------------------------------
2021-10-09 03:34:15,289 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 03:34:15,289 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-09 03:34:15,289 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-09 03:34:15,289 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:34:15,441 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:34:15.289265 to 2021-10-09 16:34:15.441587 2021-10-09 16:34:15,441 - 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 03:34:15.289265 to 2021-10-09 16:34:15.441587 INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-09 03:34:18.284925 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. 3.69 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 3:34:16 AM
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:16,445 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:16,445 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 14:34:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 14:34:16,445 - wazuh_testing - INFO - Time travel: True 2021-10-09 03:34:16,224 - wazuh_testing - INFO - Changing the system clock from 2021-10-08 14:34:16.445054 to 2021-10-09 03:34:16.224054
-------------------------------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 14:34:16.445054 to 2021-10-09 03:34:16.224054
Passed 2021-10-09 16:34:19.049862 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.53 2
------------------------------Captured stdout call------------------------------
Saturday, October 9, 2021 4:34:18 PM
------------------------------Captured stderr call------------------------------
2021-10-09 03:34:18,297 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 03:34:18,297 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-09 03:34:18,297 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-09 03:34:18,297 - wazuh_testing - INFO - Time travel: True 2021-10-09 16:34:18,520 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 03:34:18.297412 to 2021-10-09 16:34:18.520725
-------------------------------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 03:34:18.297412 to 2021-10-09 16:34:18.520725
Passed 2021-10-10 05:34:20.241350 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.83 2
------------------------------Captured stdout call------------------------------
Sunday, October 10, 2021 5:34:19 AM
------------------------------Captured stderr call------------------------------
2021-10-09 16:34:19,049 - wazuh_testing - INFO - Applying the test configuration 2021-10-09 16:34:19,049 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-09 16:34:19,049 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-09 16:34:19,049 - wazuh_testing - INFO - Time travel: True 2021-10-10 05:34:19,213 - wazuh_testing - INFO - Changing the system clock from 2021-10-09 16:34:19.049862 to 2021-10-10 05:34:19.213476 2021-10-10 05:34:19,213 - 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 16:34:19.049862 to 2021-10-10 05:34:19.213476 INFO  wazuh_testing:test_ignore_works_over_restrict.py:87 Checking the event...
Passed 2021-10-08 14:34:24.467754 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 2:34: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 was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:23,439 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:23,439 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 14:34:23,439 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 14:34:23,439 - 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 14:34:25.531412 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.05 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:24,483 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:24,483 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-08 14:34:24,483 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-08 14:34:24,483 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:34:24,483 - 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 14:34:28.926714 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.02 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:27,895 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:27,895 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 14:34:27,895 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 14:34:27,895 - 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 14:34:29.973888 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 14:34:28,941 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:28,941 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-08 14:34:28,941 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-08 14:34:28,941 - 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 14:34:31.035699 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.04 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:29,988 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:29,988 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-08 14:34:29,988 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-08 14:34:29,988 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:34:29,988 - 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 14:34:33.958403 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. 1.58 2
-----------------------------Captured stdout setup------------------------------
Friday, October 8, 2021 2:34:31 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully.
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:32,379 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:32,379 - wazuh_testing - INFO - Adding file c:\testdir1\testfile, content: "" 2021-10-08 14:34:32,379 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 14:34:32,379 - 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 14:34:36.020252 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.04 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:33,973 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:33,973 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_string, content: "" 2021-10-08 14:34:33,973 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_string of regular type 2021-10-08 14:34:33,973 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:34:33,973 - 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 14:34:39.426828 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 14:34:37,379 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:37,379 - wazuh_testing - INFO - Adding file c:\testdir1\testfile2, content: "" 2021-10-08 14:34:37,379 - wazuh_testing - INFO - Creating file c:\testdir1\testfile2 of regular type 2021-10-08 14:34:37,395 - 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 14:34:41.505280 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.06 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:39,442 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:39,442 - wazuh_testing - INFO - Adding file c:\testdir1\ignore_testfile2, content: "" 2021-10-08 14:34:39,442 - wazuh_testing - INFO - Creating file c:\testdir1\ignore_testfile2 of regular type 2021-10-08 14:34:39,442 - 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 14:34:43.596944 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 14:34:41,520 - wazuh_testing - INFO - Applying the test configuration 2021-10-08 14:34:41,520 - wazuh_testing - INFO - Adding file c:\testdir1\not_ignored_sregex, content: "" 2021-10-08 14:34:41,520 - wazuh_testing - INFO - Creating file c:\testdir2\not_ignored_sregex of regular type 2021-10-08 14:34:41,520 - wazuh_testing - INFO - Time travel: False 2021-10-08 14:34:41,520 - 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 14:34:51.032489 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 3.14 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 14:34:47,882 - wazuh_testing - INFO - Creating file c:\testdir1\testfile of regular type 2021-10-08 14:34:49,457 - 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 14:34:54.629063 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.59 2
------------------------------Captured stderr call------------------------------
2021-10-08 14:34:51,035 - wazuh_testing - INFO - Creating file c:\testdir2\testfile of regular type 2021-10-08 14:34:53,082 - 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