From e093ae51630009723b4893068394e5c485cb96cb Mon Sep 17 00:00:00 2001 From: pereyra-m Date: Wed, 10 Nov 2021 15:05:25 +0000 Subject: [PATCH] Setting a low retry_interval for scan_types tests --- .../test_scan_types/data/wazuh_baseline_scan_type.yaml | 4 +++- .../test_scan_types/data/wazuh_full_scan_type.yaml | 4 +++- .../test_scan_types/data/wazuh_partial_scan_type.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_baseline_scan_type.yaml b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_baseline_scan_type.yaml index 43d952b6ad..e0ddec5fd1 100644 --- a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_baseline_scan_type.yaml +++ b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_baseline_scan_type.yaml @@ -14,9 +14,11 @@ - enabled: value: 'yes' - interval: - value: "20s" + value: '5s' - min_full_scan_interval: value: '1h' + - retry_interval: + value: '1s' - run_on_start: value: 'yes' - provider: diff --git a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_full_scan_type.yaml b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_full_scan_type.yaml index d83bd20cc0..b8d23245b2 100644 --- a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_full_scan_type.yaml +++ b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_full_scan_type.yaml @@ -14,9 +14,11 @@ - enabled: value: 'yes' - interval: - value: "20s" + value: '5s' - min_full_scan_interval: value: '0s' + - retry_interval: + value: '1s' - run_on_start: value: 'yes' - provider: diff --git a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_partial_scan_type.yaml b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_partial_scan_type.yaml index b1fe52f31d..72669f841c 100644 --- a/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_partial_scan_type.yaml +++ b/tests/integration/test_vulnerability_detector/test_scan_types/data/wazuh_partial_scan_type.yaml @@ -14,9 +14,11 @@ - enabled: value: 'yes' - interval: - value: "20s" + value: '5s' - min_full_scan_interval: value: '1h' + - retry_interval: + value: '1s' - run_on_start: value: 'yes' - provider: