From b273630a9ad6ae9133af58b03d7656c4cfb9f9d7 Mon Sep 17 00:00:00 2001 From: Arham-Nasir Date: Wed, 25 Sep 2024 22:29:23 +0500 Subject: [PATCH] comment code for testing Signed-off-by: Arham-Nasir --- tests/hostcfgd/test_vectors.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/hostcfgd/test_vectors.py b/tests/hostcfgd/test_vectors.py index 8f3bc353..b788e970 100644 --- a/tests/hostcfgd/test_vectors.py +++ b/tests/hostcfgd/test_vectors.py @@ -15,7 +15,7 @@ "PASSW_HARDENING": {}, "SSH_SERVER": {}, "KDUMP": {}, - "MEMORY_STATISTICS": {}, + # "MEMORY_STATISTICS": {}, "NTP": {}, "NTP_SERVER": {}, "LOOPBACK_INTERFACE": {}, @@ -80,13 +80,13 @@ "timezone": "Europe/Kyiv" } }, - "MEMORY_STATISTICS": { - "memory_statistics": { - "enabled": "true", - "retention_time": "15", - "sampling_interval": "5" - } - }, + # "MEMORY_STATISTICS": { + # "memory_statistics": { + # "enabled": "true", + # "retention_time": "15", + # "sampling_interval": "5" + # } + # }, "MGMT_INTERFACE": { "eth0|1.2.3.4/24": {} },