Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research about QA legacy integration tests to start migrating them to Github actions #17007

Closed
36 tasks done
Tracked by #17427
TomasTurina opened this issue May 4, 2023 · 18 comments
Closed
36 tasks done
Tracked by #17427

Comments

@TomasTurina
Copy link
Member

TomasTurina commented May 4, 2023

Description

We need to research existing QA integration tests to understand them and start migrating them to our repository.

Branch: 4.5

This is the list of tests wee need to investigate:

Manager

Agent

Linux

Windows

  • test_logcollector (not working without a real manager) 🔴
  • test_syscollector 🔴
  • test_active_response/test_execd (may be renamed to test_execd) 🟢 (some differences with Linux)
  • test_enrollment (should be inside test_agentd) 🟡
  • test_github (not working without a real manager) 🔴
  • test_agentd 🟡 (some differences with Linux)
  • test_fim (not working without a real manager, should they be system tests?) 🔴
  • test_office365 (not working without a real manager) 🔴
  • test_rootcheck (only applied for manager) ⚫
  • test_sca (not merged yet Add SCA Test support wazuh-qa#3566) ⚫

Tasks

For every set of tests we need to do the following tasks:

  • Execute them.
  • Identify failing/flaky tests.
  • Identify tests that are skipped.
  • Add a summary of each test execution.

Information about tests execution: https://github.com/wazuh/wazuh-qa/wiki/Parameters-guide-from-4.2

@TomasTurina
Copy link
Member Author

TomasTurina commented May 11, 2023

test_rids

Internal options:

None

Flags:

None

Local dependencies:

  • tools
  • tools.agent_simulator
  • tools.configuration
  • tools.services

Execution:

  collected 8 items

  test_rids/test_rids.py .....    [ 62%]
  test_rids/test_rids_conf.py ... [100%]

  ============================ 8 passed, 48 warnings in 589.50s (0:09:49) ============================

@TomasTurina
Copy link
Member Author

TomasTurina commented May 11, 2023

test_remoted

Internal options:

remoted.debug=2
wazuh_database.interval=1
wazuh_db.commit_time=2
wazuh_db.commit_time_max=3
monitord.rotate_log=0

Flags:

None

Local dependencies:

  • api
  • generic_callbacks
  • remote
  • tools
  • tools.agent_simulator
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.run_simulator
  • tools.services
  • tools.sockets
  • tools.thread_executor
  • tools.utils
  • tools.wazuh_manager

Execution:

  collected 224 items

  test_remoted/test_active_response/test_active_response_send_ar.py ssssss                                                               [  2%]

    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[TCP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 16%]
    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[UDP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 33%]
    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[TCP,UDP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.) [ 50%]
    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[TCP_4565] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 66%]
    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[UDP_4565] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 83%]
    test_remoted/test_active_response/test_active_response_send_ar.py::test_active_response_ar_sending[TCP,UDP_4565] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.) [100%]

  test_remoted/test_agent_communication/test_agent_pending_status.py ......                                                              [  5%]
  test_remoted/test_agent_communication/test_agent_version_shared_configuration_startup_message.py ......                                [  8%]
  test_remoted/test_agent_communication/test_agents_switching_protocols.py ..                                                            [  8%]
  test_remoted/test_agent_communication/test_invalid_protocol_communication.py ....                                                      [ 10%]
  test_remoted/test_agent_communication/test_multi_agent_protocols_communication.py ......                                               [ 13%]
  test_remoted/test_agent_communication/test_multi_agent_status.py ssssss                                                                [ 16%]

    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[TCP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)      [ 16%]
    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[TCP_56000] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 33%]
    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[UDP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)      [ 50%]
    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[UDP_56000] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)     [ 66%]
    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[TCP,UDP_1514] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.)  [ 83%]
    test_remoted/test_agent_communication/test_multi_agent_status.py::test_protocols_communication[TCP,UDP_56000] SKIPPED (It requires review and a rework for the agent simulator.Sometimes it doesn't work properly when it sends keepalives messages causing the agent to never being in active status.) [100%]

  test_remoted/test_agent_communication/test_protocols_communication.py ........                                                         [ 19%]
  test_remoted/test_agent_communication/test_request_agent_info.py ...                                                                   [ 20%]
  test_remoted/test_agent_communication/test_shared_configuration.py ...                                                                 [ 22%]
  test_remoted/test_configuration/test_basic_configuration_connection_invalid_connection.py .                                            [ 22%]
  test_remoted/test_configuration/test_basic_configuration_connection_invalid_port.py .                                                  [ 23%]
  test_remoted/test_configuration/test_basic_configuration_connection_invalid_protocol.py ........                                       [ 26%]
  test_remoted/test_configuration/test_basic_configuration_connection_valid.py ........                                                  [ 30%]
  test_remoted/test_configuration/test_basic_configuration_local_ip_invalid.py ....                                                      [ 32%]
  test_remoted/test_configuration/test_basic_configuration_local_ip_valid.py ..                                                          [ 33%]
  test_remoted/test_configuration/test_basic_configuration_queue_size_syslog.py .                                                        [ 33%]
  test_remoted/test_configuration/test_basic_configuration_queue_size_too_big.py .                                                       [ 33%]
  test_remoted/test_configuration/test_basic_configuration_queue_size_valid.py ...                                                       [ 35%]
  test_remoted/test_configuration/test_basic_configuration_rids_closing_time_invalid.py ..                                               [ 36%]
  test_remoted/test_configuration/test_basic_configuration_rids_closing_time_valid.py ........                                           [ 39%]
  test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py ...xxxxxx                                  [ 43%]

    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[127.0.0.0/24_192.168.0.0/24_192.168.1.1/24_no] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643)                                                                          [ 44%]
    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[0000:0000:0000:0000:0000:0000:0000:0001/64_0000:0000:0000:0000:0000:0000:0000:0002/64_fe80::1003:889f:a584:0101/64_yes] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643) [ 55%]
    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[::1/64_::2/64_fe80::1003:889f:a584:0101/64_yes] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643)                                                                         [ 66%]
    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[127.0.0.0/24_0000:0000:0000:0000:0000:0000:0000:0001/64_192.168.1.1/24_yes] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643)                                             [ 77%]
    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[127.0.0.0/24_::1/64_192.168.1.1/24_yes] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643)                                                                                 [ 88%]
    test_remoted/test_configuration/test_basic_configuration_syslog_allowed_denied_ips_valid.py::test_allowed_denied_ips_syslog[::1/64_0000:0000:0000:0000:0000:0000:0000:0002/64_192.168.1.1/24_yes] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11643)                                                   [100%]

  test_remoted/test_configuration/test_basic_configuration_syslog_allowed_ips_invalid.py ........                                        [ 47%]
  test_remoted/test_configuration/test_basic_configuration_syslog_denied_ips.py ...                                                      [ 48%]
  test_remoted/test_configuration/test_basic_configuration_syslog_denied_ips_invalid.py .........                                        [ 52%]
  test_remoted/test_configuration/test_basic_configuration_syslog_no_allowed_ips.py ..                                                   [ 53%]
  test_remoted/test_manager_messages/test_manager_ack.py ....                                                                            [ 55%]
  test_remoted/test_multi_groups/test_merged_mg_file_content.py ..                                                                       [ 56%]
  test_remoted/test_socket_communication/test_ping_pong_message.py ........................                                              [ 66%]
  test_remoted/test_socket_communication/test_syslog_message.py ...ssss.....ssss.......................ssss.....ssss.................... [ 99%]

    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_514-multi_log_failed_login_sshd_logon_success] SKIPPED (UDP only supports one message per datagram.)                               [  5%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_514-multi_log_failed_login_sshd_logon_success_pri_header] SKIPPED (UDP only supports one message per datagram.)                    [  6%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_514-multi_log_failed_login_sshd_logon_success_pri_header_mix_with_without] SKIPPED (UDP only supports one message per datagram.)   [  8%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_514-multi_log_failed_login_sshd_logon_success_pri_header_mix_without_with] SKIPPED (UDP only supports one message per datagram.)   [  9%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_51000-multi_log_failed_login_sshd_logon_success] SKIPPED (UDP only supports one message per datagram.)                             [ 18%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_51000-multi_log_failed_login_sshd_logon_success_pri_header] SKIPPED (UDP only supports one message per datagram.)                  [ 19%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_51000-multi_log_failed_login_sshd_logon_success_pri_header_mix_with_without] SKIPPED (UDP only supports one message per datagram.) [ 20%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_UDP_51000-multi_log_failed_login_sshd_logon_success_pri_header_mix_without_with] SKIPPED (UDP only supports one message per datagram.) [ 22%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_514-multi_log_failed_login_sshd_logon_success] SKIPPED (UDP only supports one message per datagram.)                               [ 55%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_514-multi_log_failed_login_sshd_logon_success_pri_header] SKIPPED (UDP only supports one message per datagram.)                    [ 56%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_514-multi_log_failed_login_sshd_logon_success_pri_header_mix_with_without] SKIPPED (UDP only supports one message per datagram.)   [ 58%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_514-multi_log_failed_login_sshd_logon_success_pri_header_mix_without_with] SKIPPED (UDP only supports one message per datagram.)   [ 59%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_51000-multi_log_failed_login_sshd_logon_success] SKIPPED (UDP only supports one message per datagram.)                             [ 68%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_51000-multi_log_failed_login_sshd_logon_success_pri_header] SKIPPED (UDP only supports one message per datagram.)                  [ 69%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_51000-multi_log_failed_login_sshd_logon_success_pri_header_mix_with_without] SKIPPED (UDP only supports one message per datagram.) [ 70%]
    test_remoted/test_socket_communication/test_syslog_message.py::test_syslog_message[syslog_udp_51000-multi_log_failed_login_sshd_logon_success_pri_header_mix_without_with] SKIPPED (UDP only supports one message per datagram.) [ 72%]

  test_remoted/test_socket_communication/test_syslog_message_parser.py ..                                                                [100%]

  ============================ 190 passed, 28 skipped, 6 xfailed, 122 warnings in 1655.53s (0:27:35) ============================

Note: Skipped and xfailed tests need to be reviewed.

@TomasTurina
Copy link
Member Author

TomasTurina commented May 11, 2023

test_integratord

Internal options:

None

Flags:

--integration-api-key VIRUS_TOTAL_KEY

Dependencies:

  • modules
  • modules.integratord
  • tools
  • tools.configuration
  • tools.file
  • tools.local_actions
  • tools.monitoring

Execution:

  collected 5 items

  test_integratord/test_integratord_change_inode_alert.py .     [ 20%]
  test_integratord/test_integratord_read_json_alerts.py ...     [ 80%]
  test_integratord/test_integratord_read_json_file_deleted.py . [100%]

  ============================ 5 passed in 82.39s (0:01:22) ============================

@TomasTurina
Copy link
Member Author

test_analysisd

Internal options:

analysisd.debug=2
monitord.rotate_log=0

Flags:

None

Dependencies:

  • analysis
  • mitre
  • modules
  • modules.analysisd
  • processes
  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.run_simulator
  • tools.services
  • tools.thread_executor

Execution:

  collected 57181 items

  test_analysisd/test_all_syscheckd_configurations/test_check_rare_socket_responses.py ..................                                                           [  0%]
  test_analysisd/test_all_syscheckd_configurations/test_check_socket_responses.py ............................................................................(...) [ 21%]
  test_analysisd/test_all_syscheckd_configurations/test_validate_linux_analysisd_alerts.py ...................................................................(...) [ 42%]
  test_analysisd/test_all_syscheckd_configurations/test_validate_rare_analysisd_alerts.py ..................                                                        [ 43%]
  test_analysisd/test_all_syscheckd_configurations/test_validate_win32_analysisd_alerts.py ...................................................................(...) [ 64%]
  test_analysisd/test_all_syscheckd_configurations/test_validate_win32_analysisd_registry_alerts.py ..........................................................(...) [ 99%]
  test_analysisd/test_error_messages/test_error_messages.py ..                                                                                                      [ 99%]
  test_analysisd/test_event_messages/test_event_messages.py ....                                                                                                    [ 99%]
  test_analysisd/test_integrity_messages/test_integrity_messages.py ....                                                                                            [ 99%]
  test_analysisd/test_limit_eps/test_basic.py ..                                                                                                                    [ 99%]
  test_analysisd/test_limit_eps/test_configuration.py ........                                                                                                      [ 99%]
  test_analysisd/test_limit_eps/test_event_processing.py .....                                                                                                      [ 99%]
  test_analysisd/test_limit_eps/test_logging.py .                                                                                                                   [ 99%]
  test_analysisd/test_mitre/test_mitre_check_alert.py ..............                                                                                                [ 99%]
  test_analysisd/test_predecoder_stage/test_predecoder_stage.py ...........                                                                                         [ 99%]
  test_analysisd/test_queue_socket_properties/test_queue_socket_properties.py .                                                                                     [ 99%]
  test_analysisd/test_scan_messages/test_scan_messages.py ..                                                                                                        [ 99%]
  test_analysisd/test_signature_id/test_signature_id.py ....                                                                                                        [ 99%]
  test_analysisd/test_syscollector/test_syscollector_events.py .                                                                                                    [100%]

  ============================ 57181 passed in 2544.97s (0:42:24) ============================

Note: Required fix wazuh/wazuh-qa#4149

@TomasTurina
Copy link
Member Author

TomasTurina commented May 12, 2023

test_vulnerability_detector

Internal options:

wazuh_modules.debug=2
monitord.rotate_log=0

Flags:

None

Local dependencies:

  • db_interface
  • db_interface.agent_db
  • db_interface.cve_db
  • mocking
  • modules
  • modules.vulnerability_detector
  • processes
  • tools
  • tools.configuration
  • tools.file
  • tools.services
  • tools.time

Execution:

  collected 281 items

  test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py ..........................                         [  9%]
  test_vulnerability_detector/test_feeds/test_cpe_indexing.py ..................                                    [ 15%]
  test_vulnerability_detector/test_feeds/test_download_feeds.py F.....x.....FFF........                             [ 23%]

    test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BIONIC] XFAIL (Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556) [ 30%]

  test_vulnerability_detector/test_feeds/test_duplicate_feeds.py ...........                                        [ 27%]
  test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py ......x.                                  [ 30%]

    test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[NVD - MP3] XFAIL (no error reported when importing invalid NVD feed. https://github.com/wazuh/wazuh/issues/5210) [ 87%]

  test_vulnerability_detector/test_feeds/test_msu_inventory.py .                                                    [ 30%]
  test_vulnerability_detector/test_feeds/test_validate_feed_content.py ............................................ [ 46%]
  test_vulnerability_detector/test_general_settings/test_enabled.py ..                                              [ 47%]
  test_vulnerability_detector/test_general_settings/test_interval.py ....                                           [ 48%]
  test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py .                                [ 49%]
  test_vulnerability_detector/test_general_settings/test_retry_interval.py ..                                       [ 49%]
  test_vulnerability_detector/test_general_settings/test_run_on_start.py ..                                         [ 50%]
  test_vulnerability_detector/test_providers/test_enabled.py ..............................................         [ 66%]
  test_vulnerability_detector/test_providers/test_missing_os.py ........                                            [ 69%]
  test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py ..                                     [ 70%]
  test_vulnerability_detector/test_providers/test_os.py .......................                                     [ 78%]
  test_vulnerability_detector/test_providers/test_update_from_year.py ......                                        [ 80%]
  test_vulnerability_detector/test_providers/test_update_interval.py .......                                        [ 83%]
  test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py .............                      [ 87%]
  test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py ..s...                [ 90%]

    test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Canonical] SKIPPED (OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.) [ 50%]

  test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py ..s...                        [ 92%]

    test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Canonical] SKIPPED (OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.) [ 50%]

  test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py .                         [ 92%]
  test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py ......                           [ 94%]
  test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py ..                                         [ 95%]
  test_vulnerability_detector/test_scan_types/test_full_scan_type.py ....                                           [ 96%]
  test_vulnerability_detector/test_scan_types/test_partial_scan_type.py ....                                        [ 98%]
  test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py .          [ 98%]
  test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py ..             [ 99%]
  test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py ..          [100%]

  ================================================ short test summary info ================================================
  FAILED test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL5] - AssertionError: The RHEL5 feed has not been recently updated
  FAILED test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS] - AssertionError: The Amazon-Linux feed has not been recently updated
  FAILED test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2] - AssertionError: The Amazon-Linux-2 feed has not been recently updated
  FAILED test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2022] - AssertionError: The Amazon-Linux-2022 feed has not been recently updated
  ============================ 4 failed, 273 passed, 2 skipped, 2 xfailed in 3693.35s (1:01:33) ============================

Note: Skipped and xfailed tests need to be reviewed. Failed tests need to be fixed or removed.

@TomasTurina
Copy link
Member Author

TomasTurina commented May 12, 2023

test_wazuh_db

Internal options:

wazuh_modules.debug=2
monitord.rotate_log=0

Flags:

None

Local dependencies:

  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.services
  • tools.utils
  • tools.wazuh_manager
  • wazuh_db

Execution:

  collected 128 items

  test_wazuh_db/test_agent_database_version.py .                          [  0%]
  test_wazuh_db/test_db_backup.py ...........                             [  9%]
  test_wazuh_db/test_get_groups_integrity.py ........                     [ 15%]
  test_wazuh_db/test_set_agent_groups.py ...............................  [ 39%]
  test_wazuh_db/test_sync_agent_groups_get.py .......................     [ 57%]
  test_wazuh_db/test_wazuh_db.py .....................................s.. [ 89%]

    test_wazuh_db/test_wazuh_db.py::test_wazuh_db_chunks SKIPPED (It will be blocked by #2217, when it is solved we can enable again this test) [ 95%]

  test_wazuh_db/test_wazuhdb_getconfig.py ......                          [ 93%]
  test_wazuh_db/test_wdb_backup_configs.py ........                       [100%]

  ============================ 127 passed, 1 skipped, 6 warnings in 359.64s (0:05:59) ============================

Note: Skipped tests need to be reviewed.

@TomasTurina
Copy link
Member Author

TomasTurina commented May 15, 2023

test_authd

Internal options:

None

Flags:

None

Local dependencies:

  • api
  • authd
  • cluster
  • fim
  • modules
  • modules.api
  • modules.authd
  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.security
  • tools.services
  • tools.sockets
  • tools.wazuh_manager
  • wazuh_db

Execution:

  collected 167 items

  test_authd/test_api_agent_registration.py ........................        [ 14%]
  test_authd/test_authd.py ..............                                   [ 22%]
  test_authd/test_authd_agents_ctx.py ..                                    [ 23%]
  test_authd/test_authd_key_hash.py ....                                    [ 26%]
  test_authd/test_authd_key_request_exec_path.py ......                     [ 29%]
  test_authd/test_authd_key_request_func.py .....                           [ 32%]
  test_authd/test_authd_key_request_limits.py ...                           [ 34%]
  test_authd/test_authd_key_request_worker.py ..                            [ 35%]
  test_authd/test_authd_local.py ........                                   [ 40%]
  test_authd/test_authd_ssl_certs.py ........                               [ 45%]
  test_authd/test_authd_ssl_options.py ......FF.                            [ 50%]
  test_authd/test_authd_use_password.py ............                        [ 58%]
  test_authd/test_authd_use_password_invalid.py .x                          [ 59%]

    test_authd/test_authd_use_password_invalid.py::test_authd_use_password_invalid[Use only spaces password.] XFAIL (No password validation in authd.pass - Issue wazuh/wazuh#16282.) [100%]

  test_authd/test_authd_use_source_ip.py ..........                         [ 65%]
  test_authd/test_authd_valid_name_ip.py ...........................        [ 81%]
  test_authd/test_authd_worker.py .........                                 [ 86%]
  test_authd/test_remote_enrollment.py ......                               [ 90%]
  test_authd/force_options/test_authd_force_options.py ...........          [ 97%]
  test_authd/force_options/test_authd_force_options_invalid_config.py ..... [100%]

  ================================================ short test summary info ================================================
  FAILED test_authd/test_authd_ssl_options.py::test_ossec_auth_configurations[get_configuration6] - AssertionError: Expected message does not match!
  FAILED test_authd/test_authd_ssl_options.py::test_ossec_auth_configurations[get_configuration7] - ssl.SSLError: [SSL] internal error (_ssl.c:997)
  ============================ 2 failed, 164 passed, 1 xfailed, 380 warnings in 1798.99s (0:29:58) ============================

Note: Xfailed tests need to be reviewed. Failed tests need to be fixed or removed. Related issue: wazuh/wazuh-qa#4188

@TomasTurina
Copy link
Member Author

test_logtest

Internal options:

analysisd.debug=2

Flags:

None

Dependencies:

  • logcollector
  • logtest
  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.services

Execution:

  collected 109 items

  test_logtest/test_configuration/test_configuration_file.py .....                               [  4%]
  test_logtest/test_configuration/test_get_configuration_sock.py .....                           [  9%]
  test_logtest/test_invalid_rule_decoders_syntax/test_invalid_decoder_syntax.py ...........      [ 19%]
  test_logtest/test_invalid_rule_decoders_syntax/test_invalid_rules_syntax.py ...............    [ 33%]
  test_logtest/test_invalid_socket_input/test_invalid_socket_input.py .......................... [ 56%]
  test_logtest/test_invalid_token/test_invalid_session_token.py ......                           [ 62%]
  test_logtest/test_log_process_options/test_rules_verbose.py ...........                        [ 72%]
  test_logtest/test_remove_old_sessions/test_remove_old_session_for_inactivity.py .              [ 73%]
  test_logtest/test_remove_old_sessions/test_remove_old_sessions.py .                            [ 74%]
  test_logtest/test_remove_session/test_remove_session.py .........                              [ 82%]
  test_logtest/test_rules_decoders_load/test_load_rules_decoders.py ......                       [ 88%]
  test_logtest/test_ruleset_refresh/test_alert_labels.py ....                                    [ 91%]
  test_logtest/test_ruleset_refresh/test_cdb_labels.py .                                         [ 92%]
  test_logtest/test_ruleset_refresh/test_decoder_labels.py ....                                  [ 96%]
  test_logtest/test_ruleset_refresh/test_rule_labels.py ....                                     [100%]

  ============================ 109 passed in 276.76s (0:04:36) ============================

@TomasTurina
Copy link
Member Author

test_active_response/test_analysisd

Internal options:

monitord.rotate_log=0

Flags:

None

Dependencies:

  • processes
  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.services

Execution:

  collected 14 items / 4 deselected / 10 selected

  test_active_response/test_analysisd/test_os_exec.py ......            [ 60%]
  test_active_response/test_analysisd/test_overwritten_rules_ar.py .... [100%]

  ============================ 10 passed, 4 deselected, 40 warnings in 389.04s (0:06:29) ============================

@TomasTurina
Copy link
Member Author

test_github

Internal options:

None

Flags:

None

Dependencies:

  • github
  • tools
  • tools.configuration
  • tools.monitoring
  • tools.services

Execution:

  collected 8 items

  test_github/test_configuration/test_invalid.py ........ [100%]

  ============================ 8 passed in 169.49s (0:02:49) ============================

@TomasTurina
Copy link
Member Author

test_office365

Internal options:

None

Flags:

None

Dependencies:

  • office365
  • tools
  • tools.configuration
  • tools.monitoring
  • tools.services

Execution:

  collected 9 items

  test_office365/test_configuration/test_invalid.py ......... [100%]

  ============================ 9 passed in 207.49s (0:03:27) ============================

@TomasTurina
Copy link
Member Author

TomasTurina commented May 17, 2023

test_logcollector

Internal options:

None

Flags:

None

Dependencies:

  • api
  • fim
  • generic_callbacks
  • logcollector
  • modules
  • modules.logcollector
  • tools
  • tools.configuration
  • tools.file
  • tools.local_actions
  • tools.monitoring
  • tools.authd_sim
  • tools.remoted_sim
  • tools.services
  • tools.time
  • tools.utils

Execution:

Manager

  collected 658 items / 97 deselected / 561 selected

  test_logcollector/test_age/test_age_basic.py XXXXX                                                              [  0%]

    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_4000s] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438) [ 20%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_5m] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)    [ 40%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_500m] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)  [ 60%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_9h] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)    [ 80%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_200d] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)  [100%]

  test_logcollector/test_age/test_age_datetime_changed.py ........................................                [  8%]
  test_logcollector/test_command_monitoring/test_command_execution.py ......................                      [ 11%]
  test_logcollector/test_command_monitoring/test_command_execution_dbg.py ssssssssssssssssssssss                  [ 15%]

    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_empty_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                [ 44%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_check_output_and_alias] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 46%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_not_found] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                   [ 48%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_does_not_end] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                [ 50%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_long_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                 [ 51%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_that_fails] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                  [ 53%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_filename] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 55%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_command] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 57%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_echo] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 59%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_empty_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [ 61%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_check_output_and_alias] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 63%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_not_found] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 65%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_does not end] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [ 67%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_long_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)            [ 69%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_that_fails] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)             [ 71%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_filename] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 73%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_command] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 75%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_echo] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 76%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_killed_by_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 78%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_killed_by_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 80%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_many_arguments] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 82%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_many_arguments] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 84%]

  test_logcollector/test_command_monitoring/test_command_execution_freq.py ssssssss                               [ 17%]

    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_5_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 86%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_30_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 88%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_1_hour] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 90%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_24_hours] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)        [ 92%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_5_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 94%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_30_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 96%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_1_hour] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 98%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_24_hours] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [100%]

  test_logcollector/test_configuration/test_basic_configuration_age.py sssssssssss                                [ 19%]

    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_3s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [  9%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_4000s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_5m] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_99h] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_94201d] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_44sTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_Testing44s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_9hTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_400mTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_3992] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_Testing] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [100%]

  test_logcollector/test_configuration/test_basic_configuration_alias.py ..                                       [ 19%]
  test_logcollector/test_configuration/test_basic_configuration_command.py ..........                             [ 21%]
  test_logcollector/test_configuration/test_basic_configuration_exclude.py .....                                  [ 22%]
  test_logcollector/test_configuration/test_basic_configuration_frequency.py ...x.xx....x.xx.                     [ 25%]

    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3s] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)            [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3Testing] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)      [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3s5m] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)          [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3s] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)       [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3Testing] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158) [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3s5m] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)     [ 93%]

  test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py ..xx..                         [ 26%]

    test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[/tmp/testing/files*_syslog_yesTesting] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158) [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[/tmp/testing/files*_syslog_noTesting] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)  [ 66%]

  test_logcollector/test_configuration/test_basic_configuration_label.py ........                                 [ 27%]
  test_logcollector/test_configuration/test_basic_configuration_location.py ........                              [ 29%]
  test_logcollector/test_configuration/test_basic_configuration_log_format.py ...................                 [ 32%]
  test_logcollector/test_configuration/test_basic_configuration_only_future_events.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]

    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [  0%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  0%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  2%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [  2%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  4%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  4%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [  6%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [  6%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [  8%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [  8%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 10%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 10%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 12%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 12%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 14%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 14%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 17%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 17%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 19%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 19%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 21%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 21%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 23%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 23%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 29%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 29%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 31%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 31%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 34%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 34%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 38%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 38%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                      [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 40%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 40%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 42%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                       [ 42%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 44%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 44%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                       [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 46%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 46%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 48%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 48%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 51%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 51%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 53%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 53%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)            [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 55%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 55%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 57%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 57%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 59%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                            [ 59%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 61%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 61%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                            [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 65%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 65%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                        [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 68%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 68%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 70%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 70%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 74%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 74%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                        [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 76%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 76%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 78%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 78%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 80%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 80%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 82%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 82%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 85%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 85%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 89%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 89%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 91%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 91%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 93%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 93%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 95%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 95%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 97%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 97%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 99%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 99%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [100%]

  test_logcollector/test_configuration/test_basic_configuration_out_format.py ...........                         [ 79%]
  test_logcollector/test_configuration/test_basic_configuration_query.py s                                        [ 79%]

    test_logcollector/test_configuration/test_basic_configuration_query.py::test_configuration_query_valid[get_configuration0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [100%]

  test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py sssssssssss                     [ 81%]

    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3s] SKIPPED (unconditional skip)          [  9%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_4000s] SKIPPED (unconditional skip)       [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_5m] SKIPPED (unconditional skip)          [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_99h] SKIPPED (unconditional skip)         [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_94201d] SKIPPED (unconditional skip)      [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_44sTesting] SKIPPED (unconditional skip)  [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing44s] SKIPPED (unconditional skip)  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_9hTesting] SKIPPED (unconditional skip)   [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_400mTesting] SKIPPED (unconditional skip) [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3992] SKIPPED (unconditional skip)        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing] SKIPPED (unconditional skip)     [100%]

  test_logcollector/test_configuration/test_basic_configuration_target.py ...                                     [ 82%]
  test_logcollector/test_keep_running/test_keep_running.py ..                                                     [ 82%]
  test_logcollector/test_localfile/test_invalid_wazuh_conf.py ..                                                  [ 82%]
  test_logcollector/test_location/test_location.py ...........                                                    [ 84%]
  test_logcollector/test_location/test_location_exclude.py ..........                                             [ 86%]
  test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py XXXXXXXXXXXXXXXXXXXXxXXXXXXXXXXX [ 92%]

    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_locationXPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)                                                                    [  3%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [  6%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [  9%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 12%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 15%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 18%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 21%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)         [ 25%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)     [ 28%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 31%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 34%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 37%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 40%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 43%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_5000] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 46%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186) [ 50%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)             [ 53%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [ 56%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [ 59%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 62%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 65%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 68%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 71%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)         [ 75%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)     [ 78%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 81%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_50] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 84%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 87%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 90%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 93%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 96%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186) [100%]

  test_logcollector/test_log_filter_options/test_ignore_regex.py ....                                             [ 93%]
  test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py ......                                  [ 94%]
  test_logcollector/test_log_filter_options/test_restrict_regex.py ....                                           [ 94%]
  test_logcollector/test_log_format/test_log_format_values.py ..............                                      [ 97%]
  test_logcollector/test_only_future_events/test_only_future_events.py ..                                         [ 97%]
  test_logcollector/test_options/test_options_state_interval.py .......                                           [ 98%]
  test_logcollector/test_options/test_options_state_interval_no_file.py xxx...                                    [100%]

    test_logcollector/test_options/test_options_state_interval_no_file.py::test_options_state_interval_no_file[/tmp/wazuh-testing/test.txt_syslog-get_local_internal_options_function0] XFAIL (Xfailing due to issue: https://github.com/wazuh/wazuh/issues/10783) [ 16%]
    test_logcollector/test_options/test_options_state_interval_no_file.py::test_options_state_interval_no_file[/tmp/wazuh-testing/test.txt_syslog-get_local_internal_options_function1] XFAIL (Xfailing due to issue: https://github.com/wazuh/wazuh/issues/10783) [ 33%]
    test_logcollector/test_options/test_options_state_interval_no_file.py::test_options_state_interval_no_file[/tmp/wazuh-testing/test.txt_syslog-get_local_internal_options_function2] XFAIL (Xfailing due to issue: https://github.com/wazuh/wazuh/issues/10783) [ 50%]

  ============================ 207 passed, 306 skipped, 97 deselected, 12 xfailed, 36 xpassed in 4568.97s (1:16:08) ============================

Agent

  collected 658 items / 101 deselected / 557 selected

  test_logcollector/test_age/test_age_basic.py XXXXX                                                              [  0%]

    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_4000s] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438) [ 20%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_5m] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)    [ 40%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_500m] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)  [ 60%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_9h] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)    [ 80%]
    test_logcollector/test_age/test_age_basic.py::test_configuration_age_basic[/tmp/wazuh_testing_age/*_200d] XPASS (Expected error. Issue https://github.com/wazuh/wazuh/issues/8438)  [100%]

  test_logcollector/test_age/test_age_datetime_changed.py ........................................                [  8%]
  test_logcollector/test_command_monitoring/test_command_execution.py ......................                      [ 12%]
  test_logcollector/test_command_monitoring/test_command_execution_dbg.py ssssssssssssssssssssss                  [ 15%]

    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_empty_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                [ 44%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_check_output_and_alias] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 46%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_not_found] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                   [ 48%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_does_not_end] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                [ 50%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_long_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                 [ 51%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_that_fails] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                  [ 53%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_filename] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 55%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_command] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 57%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_special_chars_echo] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 59%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_empty_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [ 61%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_check_output_and_alias] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 63%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_not_found] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 65%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_does not end] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [ 67%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_long_output] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)            [ 69%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_that_fails] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)             [ 71%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_filename] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 73%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_command] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 75%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_special_chars_echo] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 76%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_killed_by_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 78%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_killed_by_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 80%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[command_many_arguments] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)              [ 82%]
    test_logcollector/test_command_monitoring/test_command_execution_dbg.py::test_command_execution_dbg[full_command_many_arguments] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 84%]

  test_logcollector/test_command_monitoring/test_command_execution_freq.py ssssssss                               [ 17%]

    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_5_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 86%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_30_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 88%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_1_hour] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 90%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[command_24_hours] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)        [ 92%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_5_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 94%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_30_minutes] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 96%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_1_hour] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 98%]
    test_logcollector/test_command_monitoring/test_command_execution_freq.py::test_command_execution_freq[full_command_24_hours] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [100%]

  test_logcollector/test_configuration/test_basic_configuration_age.py sssssssssss                                [ 19%]

    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_3s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [  9%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_4000s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)       [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_5m] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_99h] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_94201d] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_44sTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_Testing44s] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_9hTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_400mTesting] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_3992] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_age.py::test_configuration_age[/tmp/testing.txt_syslog_Testing] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [100%]

  test_logcollector/test_configuration/test_basic_configuration_alias.py ..                                       [ 19%]
  test_logcollector/test_configuration/test_basic_configuration_command.py ..........                             [ 21%]
  test_logcollector/test_configuration/test_basic_configuration_exclude.py .....                                  [ 22%]
  test_logcollector/test_configuration/test_basic_configuration_frequency.py ...x.xx....x.xx.                     [ 25%]

    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3s] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)            [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3Testing] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)      [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[command_ps -aux_3s5m] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)          [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3s] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)       [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3Testing] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158) [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_frequency.py::test_configuration_frequency[full_command_ps -aux_3s5m] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)     [ 93%]

  test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py ..xx..                         [ 26%]

    test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[/tmp/testing/files*_syslog_yesTesting] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158) [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_ignore_binaries.py::test_ignore_binaries[/tmp/testing/files*_syslog_noTesting] XFAIL (Logcolector accepts invalid values. Issue: https://github.com/wazuh/wazuh/issues/8158)  [ 66%]

  test_logcollector/test_configuration/test_basic_configuration_label.py ........                                 [ 27%]
  test_logcollector/test_configuration/test_basic_configuration_location.py ........                              [ 29%]
  test_logcollector/test_configuration/test_basic_configuration_log_format.py ...................                 [ 32%]
  test_logcollector/test_configuration/test_basic_configuration_only_future_events.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 54%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]

    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)         [  0%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  0%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [  1%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  2%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [  2%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [  3%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  4%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  4%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [  5%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [  6%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [  6%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [  7%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [  8%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [  8%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[syslog_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)           [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [  9%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 10%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 10%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 11%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 12%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 12%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 13%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 14%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 14%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 15%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 16%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 17%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 17%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[json_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)     [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 19%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 19%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 20%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 21%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 21%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 22%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 23%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 23%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 24%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 25%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 26%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[snort-full_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)      [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 28%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 29%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 29%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 30%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 31%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 31%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 32%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 33%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 34%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 34%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 35%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[mysql_log_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218) [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 37%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 38%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 38%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                      [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 39%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 40%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 40%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 41%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 42%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                       [ 42%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 43%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 44%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                          [ 44%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                       [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[postgresql_log_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 46%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 46%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 47%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 48%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 48%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 49%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 50%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 51%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 51%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 52%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 53%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 53%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[nmapg_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)            [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 55%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 55%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 56%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 57%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 57%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 58%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 59%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                            [ 59%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 60%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 61%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                           [ 61%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                            [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 62%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[iis_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 64%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 65%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 65%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                        [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 66%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 67%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 68%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 68%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 69%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 70%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 70%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 71%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[djb-multilog_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)   [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 73%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                              [ 74%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 74%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                        [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                             [ 75%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 76%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 76%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 77%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 78%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 78%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 79%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 80%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                           [ 80%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                            [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                         [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[multi-line:3_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                 [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 82%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 82%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 83%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 84%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 85%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 85%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 86%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 87%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 88%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 89%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 89%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[squid_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_9999999999999999999999999999999B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)          [ 91%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_20B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 91%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5000B] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_500KB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                     [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_50MB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 92%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_5GB] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 93%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_43423423423] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                               [ 93%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_-12345] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                    [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_test] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                      [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_{/}] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                       [ 94%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no_!32817--] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 95%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 95%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 96%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue0] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 97%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12340] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [ 97%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yes1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                         [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_no1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                          [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_yesTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                  [ 98%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_noTesting1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                   [ 99%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_testingvalue1] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                [ 99%]
    test_logcollector/test_configuration/test_basic_configuration_only_future_events.py::test_only_future_events[audit_12341] SKIPPED (This test needs refactor/fixes. Has flaky behaviour. Skipped by Issue #3218)                                        [100%]

  test_logcollector/test_configuration/test_basic_configuration_out_format.py ...........                         [ 80%]
  test_logcollector/test_configuration/test_basic_configuration_query.py s                                        [ 80%]
  test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py sssssssssss                     [ 82%]

    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3s] SKIPPED (unconditional skip)          [  9%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_4000s] SKIPPED (unconditional skip)       [ 18%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_5m] SKIPPED (unconditional skip)          [ 27%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_99h] SKIPPED (unconditional skip)         [ 36%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_94201d] SKIPPED (unconditional skip)      [ 45%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_44sTesting] SKIPPED (unconditional skip)  [ 54%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing44s] SKIPPED (unconditional skip)  [ 63%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_9hTesting] SKIPPED (unconditional skip)   [ 72%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_400mTesting] SKIPPED (unconditional skip) [ 81%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_3992] SKIPPED (unconditional skip)        [ 90%]
    test_logcollector/test_configuration/test_basic_configuration_reconnect_time.py::test_configuration_reconnect_time[eventchannel_Security_Testing] SKIPPED (unconditional skip)     [100%]

  test_logcollector/test_configuration/test_basic_configuration_target.py ...                                     [ 82%]
  test_logcollector/test_keep_running/test_keep_running.py ..                                                     [ 83%]
  test_logcollector/test_localfile/test_invalid_agent_localfile_config.py EE                                      [ 83%]
  test_logcollector/test_localfile/test_invalid_wazuh_conf.py ..                                                  [ 83%]
  test_logcollector/test_location/test_location.py ...........                                                    [ 85%]
  test_logcollector/test_location/test_location_exclude.py ..........                                             [ 87%]
  test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py XXXXXXXXXXXxXXXXXXxXXXXXXXXXXXXX [ 93%]

    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_locationXPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)                                                                    [  3%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [  6%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [  9%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 12%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 15%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 18%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 21%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_tcp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)         [ 25%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)     [ 28%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 31%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 34%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 37%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 40%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 43%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_5000] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 46%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_tcp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186) [ 50%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)             [ 53%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [ 56%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_50] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)            [ 59%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 62%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)           [ 65%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 68%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)          [ 71%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets[target_custom_socket_mode_udp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)         [ 75%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_5] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)     [ 78%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_10] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 81%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_50] XFAIL (Expected error: https://github.com/wazuh/wazuh/issues/11186)    [ 84%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_100] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 87%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_500] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)   [ 90%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_1000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 93%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_5000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186)  [ 96%]
    test_logcollector/test_location_custom_sockets/test_location_custom_sockets.py::test_location_custom_sockets_offline[target_custom_socket_mode_udp-batch_10000] XPASS (Expected error: https://github.com/wazuh/wazuh/issues/11186) [100%]

  test_logcollector/test_log_filter_options/test_ignore_regex.py ....                                             [ 94%]
  test_logcollector/test_log_filter_options/test_restrict_ignore_regex.py ......                                  [ 95%]
  test_logcollector/test_log_filter_options/test_restrict_regex.py ....                                           [ 95%]
  test_logcollector/test_log_format/test_log_format_values.py ..............                                      [ 98%]
  test_logcollector/test_only_future_events/test_only_future_events.py ..                                         [ 98%]
  test_logcollector/test_options/test_options_state_interval.py .......                                           [100%]

  ================================================ short test summary info ================================================
  ERROR test_logcollector/test_localfile/test_invalid_agent_localfile_config.py::test_invalid_agent_localfile_config[location_test.txt_logformat_None] - FileNotFoundError: [Errno 2] No such file or directory: '/va...
  ERROR test_logcollector/test_localfile/test_invalid_agent_localfile_config.py::test_invalid_agent_localfile_config[location_None_logformat_syslog] - FileNotFoundError: [Errno 2] No such file or directory: '/var/...
  ============================ 204 passed, 306 skipped, 101 deselected, 10 xfailed, 35 xpassed, 2 errors in 3002.29s (0:50:02) ============================

Note: Xpassed and xfailed tests need to be reviewed. Failed tests need to be fixed or removed. Related issue: wazuh/wazuh-qa#4191

@TomasTurina
Copy link
Member Author

TomasTurina commented May 17, 2023

test_fim

Internal options:

syscheck.debug=2
analysisd.debug=2
monitord.rotate_log=0

Flags:

--fim_mode="realtime"
--fim_mode="whodata"
--fim_mode="scheduled"

Dependencies:

  • fim
  • modules
  • modules.fim
  • tools
  • tools.configuration
  • tools.file
  • tools.local_actions
  • tools.monitoring
  • tools.services
  • tools.time
  • tools.utils

Execution:

Scheduled

  collected 1123 items / 460 deselected / 663 selected

  test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py ss                  [  0%]

    test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-False-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_ambiguous_whodata_thread at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py:104) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-True-tags_to_apply1] SKIPPED (got empty parameter set ['get_configuration'], function test_ambiguous_whodata_thread at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py:104)  [100%]

  test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py ..sssss...        [  1%]

    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir1-testfile2-False-tags_to_apply2] SKIPPED (Does not apply to this config file)         [ 30%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir1-ignore_testfile2-False-tags_to_apply3] SKIPPED (Does not apply to this config file)  [ 40%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir2-not_ignored_sregex-True-tags_to_apply4] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-/testdir1-testfile-False-tags_to_apply0] SKIPPED (Does not apply to this config file)          [ 60%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-/testdir2-not_ignored_string-True-tags_to_apply1] SKIPPED (Does not apply to this config file) [ 70%]

  test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py ss            [  2%]

    test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-/testdir1] SKIPPED (got empty parameter set ['get_configuration'], function test_whodata_prevails_over_realtime at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py:96) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-/testdir2] SKIPPED (got empty parameter set ['get_configuration'], function test_whodata_prevails_over_realtime at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py:96) [100%]

  test_fim/test_files/test_audit/test_remove_audit.py .                                         [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py ..                     [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_disabled.py .                           [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py .           [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py ....                        [  3%]
  test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py .....                      [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py ..                            [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_rename.py ..                            [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py ...                   [  5%]
  test_fim/test_files/test_env_variables/test_dir.py ....                                       [  5%]
  test_fim/test_files/test_env_variables/test_nodiff.py ....                                    [  6%]
  test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py ...                    [  6%]
  test_fim/test_files/test_file_limit/test_file_limit_default.py .                              [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_delete_full.py s                          [  7%]

    test_fim/test_files/test_file_limit/test_file_limit_delete_full.py::test_file_limit_delete_full[get_configuration0-/testdir1-test_file1] SKIPPED (got empty parameter set ['get_configuration'], function test_file_limit_delete_full at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_file_limit/test_file_limit_delete_full.py:127) [100%]

  test_fim/test_files/test_file_limit/test_file_limit_full.py .                                 [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_no_limit.py .                             [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_values.py ..                              [  7%]
  test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py s [  7%]

    test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py::test_audit_rules_removed_after_change_link[get_configuration0-/testdir1-/testdir_not_target-testfile_1-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_audit_rules_removed_after_change_link at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py:129) [100%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target.py .ss.                      [  8%]

    test_fim/test_files/test_follow_symbolic_link/test_change_target.py::test_symbolic_change_target[get_configuration0-tags_to_apply1-/testdir_target-/testdir_not_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_change_target.py::test_symbolic_change_target[get_configuration1-tags_to_apply0-/testdir1-/testdir_not_target] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py .ss.        [  9%]

    test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py::test_symbolic_change_target_inside_folder[get_configuration0-tags_to_apply1-/testdir_target-/testdir2] SKIPPED (Does not apply to this config file)    [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py::test_symbolic_change_target_inside_folder[get_configuration1-tags_to_apply0-/testdir1-/testdir2/regular1] SKIPPED (Does not apply to this config file) [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target_with_nested_directory.py .   [  9%]
  test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py .ss.                     [  9%]

    test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py::test_symbolic_delete_symlink[get_configuration0-tags_to_apply1-/testdir_target-/testdir_not_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py::test_symbolic_delete_symlink[get_configuration1-tags_to_apply0-/testdir1-/testdir_not_target] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py .ss.           [ 10%]

    test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py::test_follow_symbolic_disabled[get_configuration0-tags_to_apply1-/testdir_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py::test_follow_symbolic_disabled[get_configuration1-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py .ss.                    [ 11%]

    test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py::test_symbolic_monitor_symlink[get_configuration0-tags_to_apply1-/testdir_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py::test_symbolic_monitor_symlink[get_configuration1-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_not_following_symbolic_link.py ..          [ 11%]
  test_fim/test_files/test_follow_symbolic_link/test_revert_symlink.py .                        [ 11%]
  test_fim/test_files/test_follow_symbolic_link/test_symlink_and_dir.py .                       [ 11%]
  test_fim/test_files/test_follow_symbolic_link/test_symlink_to_dir_between_scans.py .          [ 11%]
  test_fim/test_files/test_ignore/test_ignore_valid.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 58%]

    test_fim/test_files/test_ignore/test_ignore_valid.py::test_ignore_subdirectory[get_configuration0-/testdir1-testfile-Sample content-True-tags_to_apply0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)                [  0%]
    ...

  test_fim/test_files/test_inotify/test_num_watches.py sss.                                     [ 59%]

    test_fim/test_files/test_inotify/test_num_watches.py::test_num_watches[get_configuration0-True-True-False] SKIPPED (Does not apply to this config file)  [ 25%]
    test_fim/test_files/test_inotify/test_num_watches.py::test_num_watches[get_configuration0-True-True-True] SKIPPED (Does not apply to this config file)   [ 50%]
    test_fim/test_files/test_inotify/test_num_watches.py::test_num_watches[get_configuration0-True-False-False] SKIPPED (Does not apply to this config file) [ 75%]

  test_fim/test_files/test_max_eps/test_max_eps.py s                                            [ 59%]

    test_fim/test_files/test_max_eps/test_max_eps.py::test_max_eps[get_configuration0] SKIPPED (This test is affected by Issue #15844, when it is fixed it should be enabled again.) [100%]

  test_fim/test_files/test_moving_files/test_moving_files.py ..                                 [ 60%]
  test_fim/test_files/test_prefilter_cmd/test_prefilter_cmd_conf.py .                           [ 60%]
  test_fim/test_files/test_process_priority/test_process_priority.py s                          [ 60%]

    test_fim/test_files/test_process_priority/test_process_priority.py::test_process_priority[get_configuration0] SKIPPED (got empty parameter set ['get_configuration'], function test_process_priority at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_process_priority/test_process_priority.py:108) [100%]

  test_fim/test_files/test_recursion_level/test_recursion_level.py ssssssssssssssss             [ 62%]

    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_no_recursion-dir-0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [  6%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test no recursion-dir -0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)    [ 12%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_1-dir-1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 18%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 1-dir -1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 25%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_5-dir-5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 31%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 5-dir -5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 37%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_320-dir-320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)  [ 43%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 320-dir -320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 50%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_no_recursion-dir-0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 56%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test no recursion-dir -0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)    [ 62%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_1-dir-1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 68%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 1-dir -1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 75%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_5-dir-5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 81%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 5-dir -5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 87%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_320-dir-320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)  [ 93%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 320-dir -320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [100%]

  test_fim/test_files/test_report_changes/test_diff_size_limit_configured.py .                  [ 62%]
  test_fim/test_files/test_report_changes/test_diff_size_limit_default.py .                     [ 63%]
  test_fim/test_files/test_report_changes/test_disk_quota_default.py .                          [ 63%]
  test_fim/test_files/test_report_changes/test_disk_quota_disabled.py .                         [ 63%]
  test_fim/test_files/test_report_changes/test_file_size_default.py .                           [ 63%]
  test_fim/test_files/test_report_changes/test_file_size_disabled.py .                          [ 63%]
  test_fim/test_files/test_report_changes/test_file_size_values.py ....                         [ 64%]
  test_fim/test_files/test_report_changes/test_large_changes.py sssssss                         [ 65%]

    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_0-/testdir-500-500] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)     [ 14%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_1-/testdir-30000-30000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked) [ 28%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_2-/testdir-70000-70000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked) [ 42%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_3-/testdir-10-20000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 57%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_4-/testdir-10-70000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 71%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_5-/testdir-20000-10] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 85%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_6-/testdir-70000-10] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [100%]

  test_fim/test_files/test_report_changes/test_report_changes_and_diff.py ....EE                [ 66%]
  test_fim/test_files/test_report_changes/test_report_deleted_diff.py ..                        [ 66%]
  test_fim/test_files/test_restrict/test_restrict_valid.py ssssssss....ssssssssssss........ssss..ssssssssssssss....ssss..ssssssssssssss....ssss..ssssssssssssssssssssssssssss......ssssssssssssssssssssssss [ 88%]

    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [  0%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [  1%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [  2%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [  2%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [  3%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [  4%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [  4%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [  5%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [  9%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [  9%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 10%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 11%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 11%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 12%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 13%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 13%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 14%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 22%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 23%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 24%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 24%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 27%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 27%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 28%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 29%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 29%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 30%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 31%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 31%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 32%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 33%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 34%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 34%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 35%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 36%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 39%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 40%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 40%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 41%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 43%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 44%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 45%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 45%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 46%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 47%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 47%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 48%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 49%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 50%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 50%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 51%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 52%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 52%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 56%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 56%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 57%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 58%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 60%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 61%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 61%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 62%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 63%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 63%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 64%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 65%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 65%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 66%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 67%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 68%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 68%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 69%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [ 70%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [ 70%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [ 71%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [ 72%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 72%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 73%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 74%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 75%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [ 75%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 76%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 77%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 77%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 78%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 79%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 84%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 84%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 85%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 86%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [ 86%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [ 87%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [ 88%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [ 88%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 89%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 90%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 90%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 91%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [ 92%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 93%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 93%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 94%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 95%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 95%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 96%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 97%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 97%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 98%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 99%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [100%]

  test_fim/test_files/test_scan/test_scan_day.py ...                                            [ 88%]
  test_fim/test_files/test_scan/test_scan_day_and_time.py ....                                  [ 89%]
  test_fim/test_files/test_scan/test_scan_time.py ...                                           [ 89%]
  test_fim/test_files/test_skip/test_skip.py .ss..ss.                                           [ 90%]

    test_fim/test_files/test_skip/test_skip.py::test_skip_dev[get_configuration0-/dev-tags_to_apply0] SKIPPED (Does not apply to this config file) [ 25%]
    test_fim/test_files/test_skip/test_skip.py::test_skip_proc[get_configuration1] SKIPPED (Does not apply to this config file)                    [ 37%]
    test_fim/test_files/test_skip/test_skip.py::test_skip_dev[get_configuration2-/dev-tags_to_apply0] SKIPPED (Does not apply to this config file) [ 75%]
    test_fim/test_files/test_skip/test_skip.py::test_skip_proc[get_configuration3] SKIPPED (Does not apply to this config file)                    [ 87%]

  test_fim/test_files/test_tags/test_tags.py ssssssssssssssssssssssssssssssssssssssss           [ 96%]

    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [  2%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [  5%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [  7%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 10%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 12%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 15%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 17%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 20%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 22%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 25%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 27%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 30%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 32%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 35%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 37%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 40%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 42%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 45%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 47%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 50%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 52%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 55%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 57%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 60%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 62%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 65%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 67%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 70%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 72%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 75%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 77%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 80%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 82%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 85%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 87%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 90%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 92%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 95%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 97%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [100%]

  test_fim/test_files/test_timezone_changes/test_timezone_changes.py .                          [ 97%]
  test_fim/test_synchronization/test_invalid_sync_response.py ..                                [ 97%]
  test_fim/test_synchronization/test_sync_disabled.py .                                         [ 97%]
  test_fim/test_synchronization/test_sync_interval.py ssssss                                    [ 98%]

    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration0] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [ 16%]
    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration1] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [ 33%]
    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration2] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [ 50%]
    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration3] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [ 66%]
    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration4] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [ 83%]
    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration5] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [100%]

  test_fim/test_synchronization/test_sync_overlap.py ........                                   [ 99%]
  test_fim/test_synchronization/test_sync_time.py .                                             [ 99%]
  test_fim/test_synchronization/test_synchronize_integrity_scan.py s                            [100%]

    test_fim/test_synchronization/test_synchronize_integrity_scan.py::test_events_while_integrity_scan[get_configuration0-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_events_while_integrity_scan at wazuh/wazuh-qa/tests/integration/test_fim/test_synchronization/test_synchronize_integrity_scan.py:117) [100%]

  ================================================ short test summary info ================================================
  ERROR test_fim/test_files/test_report_changes/test_report_changes_and_diff.py::test_reports_file_and_nodiff[report_changes_found_whodata-test_folders0] - TimeoutError: Did not receive "File integrity monitoring ...
  ERROR test_fim/test_files/test_report_changes/test_report_changes_and_diff.py::test_reports_file_and_nodiff[report_changes_truncated_whodata-test_folders0] - TimeoutError: Did not receive "File integrity monitor...
  ============================ 137 passed, 524 skipped, 460 deselected, 2 errors in 1537.74s (0:25:37) ============================

Real-time

  collected 836 items / 188 deselected / 648 selected

  test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py ss                  [  0%]

    test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-False-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_ambiguous_whodata_thread at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py:104) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py::test_ambiguous_whodata_thread[get_configuration0-True-tags_to_apply1] SKIPPED (got empty parameter set ['get_configuration'], function test_ambiguous_whodata_thread at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_ambiguous_whodata_thread.py:104)  [100%]

  test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py ..sssss...        [  1%]

    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir1-testfile2-False-tags_to_apply2] SKIPPED (Does not apply to this config file)         [ 30%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir1-ignore_testfile2-False-tags_to_apply3] SKIPPED (Does not apply to this config file)  [ 40%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration0-/testdir2-not_ignored_sregex-True-tags_to_apply4] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-/testdir1-testfile-False-tags_to_apply0] SKIPPED (Does not apply to this config file)          [ 60%]
    test_fim/test_files/test_ambiguous_confs/test_ignore_works_over_restrict.py::test_ignore_works_over_restrict[get_configuration1-/testdir2-not_ignored_string-True-tags_to_apply1] SKIPPED (Does not apply to this config file) [ 70%]

  test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py ss            [  2%]

    test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-/testdir1] SKIPPED (got empty parameter set ['get_configuration'], function test_whodata_prevails_over_realtime at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py:96) [ 50%]
    test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py::test_whodata_prevails_over_realtime[get_configuration0-/testdir2] SKIPPED (got empty parameter set ['get_configuration'], function test_whodata_prevails_over_realtime at wazuh-qa/tests/integration/test_fim/test_files/test_ambiguous_confs/test_whodata_prevails_over_realtime.py:96) [100%]

  test_fim/test_files/test_audit/test_remove_audit.py .                                         [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py ..                     [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_disabled.py .                           [  2%]
  test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py s           [  2%]

    test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py::test_entries_match_path_count[get_configuration0] SKIPPED (got empty parameter set ['get_configuration'], function test_entries_match_path_count at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py:117) [100%]

  test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py ....                        [  3%]
  test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py .....                      [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py ..                            [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_rename.py ..                            [  4%]
  test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py ...                   [  5%]
  test_fim/test_files/test_env_variables/test_dir.py ....                                       [  6%]
  test_fim/test_files/test_env_variables/test_nodiff.py ....                                    [  6%]
  test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py sss                    [  7%]

    test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py::test_file_limit_capacity_alert[get_configuration0-0] SKIPPED (got empty parameter set ['get_configuration'], function test_file_limit_capacity_alert at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py:120)  [ 33%]
    test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py::test_file_limit_capacity_alert[get_configuration0-80] SKIPPED (got empty parameter set ['get_configuration'], function test_file_limit_capacity_alert at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py:120) [ 66%]
    test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py::test_file_limit_capacity_alert[get_configuration0-90] SKIPPED (got empty parameter set ['get_configuration'], function test_file_limit_capacity_alert at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_file_limit/test_file_limit_capacity_alerts.py:120) [100%]

  test_fim/test_files/test_file_limit/test_file_limit_default.py .                              [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_delete_full.py .                          [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_full.py .                                 [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_no_limit.py .                             [  7%]
  test_fim/test_files/test_file_limit/test_file_limit_values.py ..                              [  8%]
  test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py s [  8%]

    test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py::test_audit_rules_removed_after_change_link[get_configuration0-/testdir1-/testdir_not_target-testfile_1-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_audit_rules_removed_after_change_link at wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_follow_symbolic_link/test_audit_rules_removed_after_change_link.py:129) [100%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target.py .ss.                      [  8%]

    test_fim/test_files/test_follow_symbolic_link/test_change_target.py::test_symbolic_change_target[get_configuration0-tags_to_apply1-/testdir_target-/testdir_not_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_change_target.py::test_symbolic_change_target[get_configuration1-tags_to_apply0-/testdir1-/testdir_not_target] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py .ss.        [  9%]

    test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py::test_symbolic_change_target_inside_folder[get_configuration0-tags_to_apply1-/testdir_target-/testdir2] SKIPPED (Does not apply to this config file)    [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_change_target_inside_folder.py::test_symbolic_change_target_inside_folder[get_configuration1-tags_to_apply0-/testdir1-/testdir2/regular1] SKIPPED (Does not apply to this config file) [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_change_target_with_nested_directory.py s   [  9%]

    test_fim/test_files/test_follow_symbolic_link/test_change_target_with_nested_directory.py::test_symbolic_change_target_inside_folder[get_configuration0-tags_to_apply0-/testdir1-/testdir2] SKIPPED (got empty parameter set ['get_configuration'], function test_symbolic_change_target_inside_folder at wazuh-qa/tests/integration/test_fim/test_files/test_follow_symbolic_link/test_change_target_with_nested_directory.py:102) [100%]

  test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py .ss.                     [ 10%]

    test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py::test_symbolic_delete_symlink[get_configuration0-tags_to_apply1-/testdir_target-/testdir_not_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_delete_symlink.py::test_symbolic_delete_symlink[get_configuration1-tags_to_apply0-/testdir1-/testdir_not_target] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py .ss.           [ 10%]

    test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py::test_follow_symbolic_disabled[get_configuration0-tags_to_apply1-/testdir_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_follow_symbolic_disabled.py::test_follow_symbolic_disabled[get_configuration1-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py .ss.                    [ 11%]

    test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py::test_symbolic_monitor_symlink[get_configuration0-tags_to_apply1-/testdir_target] SKIPPED (Does not apply to this config file) [ 50%]
    test_fim/test_files/test_follow_symbolic_link/test_monitor_symlink.py::test_symbolic_monitor_symlink[get_configuration1-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)       [ 75%]

  test_fim/test_files/test_follow_symbolic_link/test_not_following_symbolic_link.py ..          [ 11%]
  test_fim/test_files/test_follow_symbolic_link/test_revert_symlink.py .                        [ 11%]
  test_fim/test_files/test_follow_symbolic_link/test_symlink_and_dir.py .                       [ 12%]
  test_fim/test_files/test_follow_symbolic_link/test_symlink_to_dir_between_scans.py s          [ 12%]

    test_fim/test_files/test_follow_symbolic_link/test_symlink_to_dir_between_scans.py::test_symlink_to_dir_between_scans[get_configuration0-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_symlink_to_dir_between_scans at wazuh-qa/tests/integration/test_fim/test_files/test_follow_symbolic_link/test_symlink_to_dir_between_scans.py:123) [100%]

  test_fim/test_files/test_ignore/test_ignore_valid.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 60%]

    test_fim/test_files/test_ignore/test_ignore_valid.py::test_ignore_subdirectory[get_configuration0-/testdir1-testfile-Sample content-True-tags_to_apply0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)                [  0%]
    ...

  test_fim/test_files/test_inotify/test_num_watches.py ...s                                     [ 60%]

    test_fim/test_files/test_inotify/test_num_watches.py::test_num_watches[get_configuration0-False-False-False] SKIPPED (Does not apply to this config file) [100%]

  test_fim/test_files/test_max_eps/test_max_eps.py ss                                           [ 61%]

    test_fim/test_files/test_max_eps/test_max_eps.py::test_max_eps[get_configuration0] SKIPPED (This test is affected by Issue #15844, when it is fixed it should be enabled again.) [ 50%]
    test_fim/test_files/test_max_eps/test_max_eps.py::test_max_eps[get_configuration1] SKIPPED (This test is affected by Issue #15844, when it is fixed it should be enabled again.) [100%]

  test_fim/test_files/test_moving_files/test_moving_files.py ..                                 [ 61%]
  test_fim/test_files/test_prefilter_cmd/test_prefilter_cmd_conf.py .                           [ 61%]
  test_fim/test_files/test_process_priority/test_process_priority.py ...                        [ 62%]
  test_fim/test_files/test_recursion_level/test_recursion_level.py ssssssssssssssss             [ 64%]

    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_no_recursion-dir-0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [  6%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test no recursion-dir -0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)    [ 12%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_1-dir-1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 18%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 1-dir -1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 25%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_5-dir-5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 31%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 5-dir -5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 37%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test_recursion_320-dir-320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)  [ 43%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration0-/test recursion 320-dir -320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 50%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_no_recursion-dir-0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 56%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test no recursion-dir -0] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)    [ 62%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_1-dir-1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 68%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 1-dir -1] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 75%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_5-dir-5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)      [ 81%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 5-dir -5] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 87%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test_recursion_320-dir-320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)  [ 93%]
    test_fim/test_files/test_recursion_level/test_recursion_level.py::test_recursion_level[get_configuration1-/test recursion 320-dir -320] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [100%]

  test_fim/test_files/test_report_changes/test_diff_size_limit_configured.py .                  [ 64%]
  test_fim/test_files/test_report_changes/test_diff_size_limit_default.py .                     [ 64%]
  test_fim/test_files/test_report_changes/test_disk_quota_default.py .                          [ 65%]
  test_fim/test_files/test_report_changes/test_disk_quota_disabled.py .                         [ 65%]
  test_fim/test_files/test_report_changes/test_file_size_default.py .                           [ 65%]
  test_fim/test_files/test_report_changes/test_file_size_disabled.py .                          [ 65%]
  test_fim/test_files/test_report_changes/test_file_size_values.py ....                         [ 66%]
  test_fim/test_files/test_report_changes/test_large_changes.py sssssss                         [ 67%]

    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_0-/testdir-500-500] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)     [ 14%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_1-/testdir-30000-30000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked) [ 28%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_2-/testdir-70000-70000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked) [ 42%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_3-/testdir-10-20000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 57%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_4-/testdir-10-70000] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 71%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_5-/testdir-20000-10] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [ 85%]
    test_fim/test_files/test_report_changes/test_large_changes.py::test_large_changes[get_configuration0-regular_6-/testdir-70000-10] SKIPPED (Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked)    [100%]

  test_fim/test_files/test_report_changes/test_report_changes_and_diff.py ....EE                [ 68%]
  test_fim/test_files/test_report_changes/test_report_deleted_diff.py ..                        [ 68%]
  test_fim/test_files/test_restrict/test_restrict_valid.py ssssssss....ssssssssssss........ssss..ssssssssssssss....ssss..ssssssssssssss....ssss..ssssssssssssssssssssssssssss......ssssssssssssssssssssssss [ 90%]

    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [  0%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [  1%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [  2%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [  2%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [  3%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [  4%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [  4%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [  5%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [  9%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [  9%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 10%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 11%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 11%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 12%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 13%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 13%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 14%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration0-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 15%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 22%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 23%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 24%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 24%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 27%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 27%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 28%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 29%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 29%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 30%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 31%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 31%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 32%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration1-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 33%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 34%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 34%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 35%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 36%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 39%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 40%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 40%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 41%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 43%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 44%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 45%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 45%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 46%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 47%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 47%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 48%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 49%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration2-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 50%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 50%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 51%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 52%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 52%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 56%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 56%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 57%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 58%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 60%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 61%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 61%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 62%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 63%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 63%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 64%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 65%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 65%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration3-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 66%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 67%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 68%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 68%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 69%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [ 70%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [ 70%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [ 71%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [ 72%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 72%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 73%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 74%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 75%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [ 75%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 76%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 77%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 77%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 78%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration4-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 79%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-.restricted-w-Sample content-True-tags_to_apply0-/testdir1] SKIPPED (Does not apply to this config file)               [ 84%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-.restricted-w-Sample content-True-tags_to_apply0-/testdir1/subdir] SKIPPED (Does not apply to this config file)        [ 84%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1] SKIPPED (Does not apply to this config file)        [ 85%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-binary.restricted-wb-Sample content-True-tags_to_apply1-/testdir1/subdir] SKIPPED (Does not apply to this config file) [ 86%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--False-tags_to_apply2-/testdir1] SKIPPED (Does not apply to this config file)                              [ 86%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--False-tags_to_apply2-/testdir1/subdir] SKIPPED (Does not apply to this config file)                       [ 87%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--False-tags_to_apply3-/testdir1] SKIPPED (Does not apply to this config file)                            [ 88%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--False-tags_to_apply3-/testdir1/subdir] SKIPPED (Does not apply to this config file)                     [ 88%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--True-tags_to_apply4-/testdir1] SKIPPED (Does not apply to this config file)                               [ 89%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testfile2-w--True-tags_to_apply4-/testdir1/subdir] SKIPPED (Does not apply to this config file)                        [ 90%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--True-tags_to_apply5-/testdir1] SKIPPED (Does not apply to this config file)                             [ 90%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-btestfile2-wb--True-tags_to_apply5-/testdir1/subdir] SKIPPED (Does not apply to this config file)                      [ 91%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-restricted-w-Test-False-tags_to_apply6-/testdir1] SKIPPED (Does not apply to this config file)                         [ 92%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-restricted-w-Test-False-tags_to_apply6-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [ 93%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myfilerestricted-w--True-tags_to_apply7-/testdir1] SKIPPED (Does not apply to this config file)                        [ 93%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myfilerestricted-w--True-tags_to_apply7-/testdir1/subdir] SKIPPED (Does not apply to this config file)                 [ 94%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myother_restricted-wb--True-tags_to_apply8-/testdir1] SKIPPED (Does not apply to this config file)                     [ 95%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-myother_restricted-wb--True-tags_to_apply8-/testdir1/subdir] SKIPPED (Does not apply to this config file)              [ 95%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1] SKIPPED (Does not apply to this config file)              [ 96%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder-w-Sample content-True-tags_to_apply9-/testdir1/subdir] SKIPPED (Does not apply to this config file)       [ 97%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1] SKIPPED (Does not apply to this config file)           [ 97%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-fileinfolder1-wb-Sample content-True-tags_to_apply10-/testdir1/subdir] SKIPPED (Does not apply to this config file)    [ 98%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testing_regex-w--False-tags_to_apply11-/testdir1] SKIPPED (Does not apply to this config file)                         [ 99%]
    test_fim/test_files/test_restrict/test_restrict_valid.py::test_restrict[get_configuration5-testing_regex-w--False-tags_to_apply11-/testdir1/subdir] SKIPPED (Does not apply to this config file)                  [100%]

  test_fim/test_files/test_scan/test_scan_day.py s                                              [ 90%]

    test_fim/test_files/test_scan/test_scan_day.py::test_scan_day[get_configuration0-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_scan_day at wazuh-qa/tests/integration/test_fim/test_files/test_scan/test_scan_day.py:106) [100%]

  test_fim/test_files/test_scan/test_scan_day_and_time.py s                                     [ 91%]

    test_fim/test_files/test_scan/test_scan_day_and_time.py::test_scan_day_and_time[get_configuration0-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_scan_day_and_time at wazuh-qa/tests/integration/test_fim/test_files/test_scan/test_scan_day_and_time.py:139) [100%]

  test_fim/test_files/test_scan/test_scan_time.py s                                             [ 91%]

    test_fim/test_files/test_scan/test_scan_time.py::test_scan_time[get_configuration0-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_scan_time at wazuh-qa/tests/integration/test_fim/test_files/test_scan/test_scan_time.py:103) [100%]

  test_fim/test_files/test_skip/test_skip.py ss                                                 [ 91%]

    test_fim/test_files/test_skip/test_skip.py::test_skip_proc[get_configuration0] SKIPPED (got empty parameter set ['get_configuration'], function test_skip_proc at wazuh-qa/tests/integration/test_fim/test_files/test_skip/test_skip.py:150) [ 50%]
    test_fim/test_files/test_skip/test_skip.py::test_skip_dev[get_configuration0-/dev-tags_to_apply0] SKIPPED (got empty parameter set ['get_configuration'], function test_skip_dev at wazuh-qa/tests/integration/test_fim/test_files/test_skip/test_skip.py:241) [100%]

  test_fim/test_files/test_tags/test_tags.py ssssssssssssssssssssssssssssssssssssssss           [ 97%]

    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [  2%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [  5%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [  7%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 10%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 12%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 15%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 17%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration0-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 20%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 22%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 25%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 27%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 30%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 32%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 35%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 37%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration1-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 40%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 42%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 45%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 47%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 50%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 52%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 55%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 57%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration2-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 60%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 62%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 65%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 67%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 70%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 72%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 75%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 77%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration3-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 80%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 82%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 85%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 87%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file1-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [ 90%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/testdir_tags] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)        [ 92%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/testdir_tags/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test) [ 95%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/test dir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)            [ 97%]
    test_fim/test_files/test_tags/test_tags.py::test_tags[get_configuration4-file2-Sample content-/test dir/subdir] SKIPPED (It will be blocked by wazuh/wazuh#9298, when it was solve we can enable again this test)     [100%]

  test_fim/test_files/test_timezone_changes/test_timezone_changes.py s                          [ 97%]

    test_fim/test_files/test_timezone_changes/test_timezone_changes.py::test_timezone_changes[get_configuration0] SKIPPED (got empty parameter set ['get_configuration'], function test_timezone_changes at /home/tomas/wazuh/wazuh-qa/tests/integration/test_fim/test_files/test_timezone_changes/test_timezone_changes.py:137) [100%]

  test_fim/test_synchronization/test_invalid_sync_response.py ..                                [ 98%]
  test_fim/test_synchronization/test_sync_disabled.py .                                         [ 98%]
  test_fim/test_synchronization/test_sync_interval.py s                                         [ 98%]

    test_fim/test_synchronization/test_sync_interval.py::test_sync_interval[get_configuration0] SKIPPED (It will be blocked by #3992, when it was solve we can enable again this test) [100%]

  test_fim/test_synchronization/test_sync_overlap.py ........                                   [ 99%]
  test_fim/test_synchronization/test_sync_time.py .                                             [ 99%]
  test_fim/test_synchronization/test_synchronize_integrity_scan.py .                            [100%]

  ================================================ short test summary info ================================================
  ERROR test_fim/test_files/test_report_changes/test_report_changes_and_diff.py::test_reports_file_and_nodiff[report_changes_found_whodata-test_folders0] - TimeoutError: Did not receive "File integrity monitoring ...
  ERROR test_fim/test_files/test_report_changes/test_report_changes_and_diff.py::test_reports_file_and_nodiff[report_changes_truncated_whodata-test_folders0] - TimeoutError: Did not receive "File integrity monitor...
  ============================ 123 passed, 523 skipped, 188 deselected, 2 errors in 1306.46s (0:21:46) ============================

Note: Skipped tests need to be reviewed. Failed tests need to be fixed or removed. Related issue: wazuh/wazuh-qa#4190

@TomasTurina
Copy link
Member Author

test_rootcheck

Internal options:

None

Flags:

None

Dependencies:

  • tools
  • tools.agent_simulator
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.services

Execution:

  collected 6 items

  test_rootcheck/test_rootcheck.py ...... [100%]

  ============================ 6 passed, 76 warnings in 690.62s (0:11:30) ============================

@TomasTurina
Copy link
Member Author

test_syscollector

Internal options:

None

Flags:

None

Dependencies:

  • modules
  • modules.syscollector
  • tools
  • tools.configuration
  • tools.monitoring

Execution:

  collected 27 items

  test_syscollector/test_syscollector_configuration.py EEEEEEEEEEEEEEEEEEEEEEEEExE                                                                                                                               [100%]

  ================================================ short test summary info ================================================
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_deactivation[check_syscollector_deactivation]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_all_scans_disabled[all_scans_disabled]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_disabled]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_interval]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_scan_on_start]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_hardware]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_os]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_network]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_packages]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_ports]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_all_ports]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_processes]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_disabled]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_interval]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_scan_on_start]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_hardware]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_os]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_network]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_packages]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_ports]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_all_ports]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_processes]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_max_eps]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[empty_value_hotfixes]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_invalid_configurations[invalid_value_hotfixes]
  ERROR test_syscollector/test_syscollector_configuration.py::test_syscollector_scanning[check_syscollector_scan]
  ============================ 1 xfailed, 26 errors in 0.62s ============================

Note: Xfailed tests need to be reviewed. Failed tests need to be fixed or removed. Related PR: wazuh/wazuh-qa#4154

@TomasTurina
Copy link
Member Author

test_agentd

Internal options:

agent.debug=2
execd.debug=2
monitord.rotate_log=0

Flags:

None

Dependencies:

  • agent
  • fim
  • tools
  • tools.authd_sim
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.remoted_sim
  • tools.services

Execution:

  collected 34 items

  test_agentd/test_agentd_multi_server.py ssssss                  [ 17%]

    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[refuse_remoted_accept_enrollment] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536)    [ 16%]
    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[only_enrollment_and_only_remoted] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536)    [ 33%]
    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[server_down_fallback_tcp] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536)            [ 50%]
    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[server_down_fallback_udp] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536)            [ 66%]
    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[only_one_server_available] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536)           [ 83%]
    test_agentd/test_agentd_multi_server.py::test_agentd_multi_server[unique_available_server_disconnects] SKIPPED (https://github.com/wazuh/wazuh-qa/issues/3536) [100%]

  test_agentd/test_agentd_parametrized_reconnections.py ......... [ 44%]
  test_agentd/test_agentd_reconnection.py ..........              [ 73%]
  test_agentd/test_agentd_state.py ...                            [ 82%]
  test_agentd/test_agentd_state_config.py ......                  [100%]

  ============================ 28 passed, 6 skipped, 67 warnings in 1694.34s (0:28:14) ============================

Note: Skipped tests need to be reviewed. There are some flaky tests.

@TomasTurina
Copy link
Member Author

test_active_response/test_execd

Internal options:

monitord.rotate_log=0

Flags:

None

Dependencies:

  • execd
  • tools
  • tools.authd_sim
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.remoted_sim
  • tools.services

Execution:

   collected 14 items / 10 deselected / 4 selected

  test_active_response/test_execd/test_execd_firewall_drop.py .. [ 50%]
  test_active_response/test_execd/test_execd_restart.py ..       [100%]

  ============================ 4 passed, 10 deselected, 12 warnings in 74.05s (0:01:14) ============================

@TomasTurina
Copy link
Member Author

test_enrollment

Internal options:

None

Flags:

None

Dependencies:

  • agent
  • tools
  • tools.configuration
  • tools.file
  • tools.monitoring
  • tools.security
  • tools.services
  • tools.utils

Execution:

  collected 75 items

  test_enrollment/test_agent_auth_enrollment.py ...s..s..s.......s..sssss......... [ 45%]

    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Invalid Agent address CIDR0] SKIPPED (This test does not apply to agent-auth)   [ 11%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Valid manager address] SKIPPED (This test does not apply to agent-auth)         [ 20%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Invalid enabled] SKIPPED (This test does not apply to agent-auth)               [ 29%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Incompatible - Use source IP1] SKIPPED (This test does not apply to agent-auth) [ 52%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Password from file - Agentd] SKIPPED (This test does not apply to agent-auth)   [ 61%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Valid port] SKIPPED (This test does not apply to agent-auth)                    [ 64%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Invalid port 65536] SKIPPED (This test does not apply to agent-auth)            [ 67%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Invalid port 0] SKIPPED (This test does not apply to agent-auth)                [ 70%]
    test_enrollment/test_agent_auth_enrollment.py::test_agent_auth_enrollment[agent_auth_enrollment-Invalid port -1515] SKIPPED (This test does not apply to agent-auth)            [ 73%]

  test_enrollment/test_agentd_enrollment.py ....sx..........s.ss.............. [ 90%]

    test_enrollment/test_agentd_enrollment.py::test_agentd_enrollment[agentd_enrollment-Invalid Agent address CIDR1] SKIPPED (This test does not apply to agentd)                                                             [ 14%]
    test_enrollment/test_agentd_enrollment.py::test_agentd_enrollment[agentd_enrollment-Invalid Agent address] XFAIL (Xfailing due to Known Issue: Invalid adress is not checked. https://github.com/wazuh/wazuh/issues/4965) [ 17%]
    test_enrollment/test_agentd_enrollment.py::test_agentd_enrollment[agentd_enrollment-Incompatible - Use source IP0] SKIPPED (This test does not apply to agentd)                                                           [ 50%]
    test_enrollment/test_agentd_enrollment.py::test_agentd_enrollment[agentd_enrollment-Password from string - Agent-Auth] SKIPPED (This test does not apply to agentd)                                                       [ 55%]
    test_enrollment/test_agentd_enrollment.py::test_agentd_enrollment[agentd_enrollment-Password from file - Agent-Auth] SKIPPED (This test does not apply to agentd)                                                         [ 58%]

  test_enrollment/test_agentd_server_address_configuration.py ....... [100%]

  ============================ 61 passed, 13 skipped, 1 xfailed, 98 warnings in 126.31s (0:02:06) ============================

Note: Skipped and xfailed tests need to be reviewed. There are some flaky tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants