[
{
"os": [
"win",
"linux",
"mac",
"chromeos_ash",
"chromeos_lacros",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"policies": {},
"prefs": {
"fetch_keepalive_duration_on_shutdown": {
"default_value": 0,
"location": "user_profile"
}
}
},
{
"policies": {
"FetchKeepaliveDurationSecondsOnShutdown": 0
},
"prefs": {
"fetch_keepalive_duration_on_shutdown": {
"location": "user_profile",
"value": 0
}
}
},
{
"policies": {
"FetchKeepaliveDurationSecondsOnShutdown": 1
},
"prefs": {
"fetch_keepalive_duration_on_shutdown": {
"location": "user_profile",
"value": 1
}
}
},
{
"policies": {
"FetchKeepaliveDurationSecondsOnShutdown": 5
},
"prefs": {
"fetch_keepalive_duration_on_shutdown": {
"location": "user_profile",
"value": 5
}
}
}
]
}
]