Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Arham-Nasir <[email protected]>
  • Loading branch information
Arham-Nasir committed Sep 26, 2024
1 parent f528e06 commit b529983
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/hostcfgd/test_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"PASSW_HARDENING": {},
"SSH_SERVER": {},
"KDUMP": {},
# "MEMORY_STATISTICS": {},
"MEMORY_STATISTICS": {},
"NTP": {},
"NTP_SERVER": {},
"LOOPBACK_INTERFACE": {},
Expand Down Expand Up @@ -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": {}
},
Expand Down

0 comments on commit b529983

Please sign in to comment.