blob: ae9e0eefd24196c1495c7da0d53ed6dc5e89a765 [file] [log] [blame]
[
{
"os": [
"chromeos"
],
"policy_pref_mapping_tests": [
{
"note": "Check default value (no policies set)",
"policies": {},
"prefs": {
"enterprise_remote_support_connections_allowed": {
"default_value": true,
"location": "local_state"
}
}
},
{
"note": "Check true policy value",
"policies": {
"RemoteAccessHostAllowEnterpriseRemoteSupportConnections": true
},
"prefs": {
"enterprise_remote_support_connections_allowed": {
"location": "local_state",
"value": true
}
}
},
{
"note": "Check false policy value",
"policies": {
"RemoteAccessHostAllowEnterpriseRemoteSupportConnections": false
},
"prefs": {
"enterprise_remote_support_connections_allowed": {
"location": "local_state",
"value": false
}
}
}
]
}
]