Skip to content

Commit b529983

Browse files
committed
update test cases
Signed-off-by: Arham-Nasir <arqamnasir719@gmail.com>
1 parent f528e06 commit b529983

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/hostcfgd/test_vectors.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"PASSW_HARDENING": {},
1616
"SSH_SERVER": {},
1717
"KDUMP": {},
18-
# "MEMORY_STATISTICS": {},
18+
"MEMORY_STATISTICS": {},
1919
"NTP": {},
2020
"NTP_SERVER": {},
2121
"LOOPBACK_INTERFACE": {},
@@ -80,13 +80,13 @@
8080
"timezone": "Europe/Kyiv"
8181
}
8282
},
83-
# "MEMORY_STATISTICS": {
84-
# "memory_statistics": {
85-
# "enabled": "true",
86-
# "retention_time": "15",
87-
# "sampling_interval": "5"
88-
# }
89-
# },
83+
"MEMORY_STATISTICS": {
84+
"memory_statistics": {
85+
"enabled": "true",
86+
"retention_time": "15",
87+
"sampling_interval": "5"
88+
}
89+
},
9090
"MGMT_INTERFACE": {
9191
"eth0|1.2.3.4/24": {}
9292
},

0 commit comments

Comments
 (0)