blob: 657d45aabaea9a7a5074142510c6151ea85cd49d [file] [log] [blame]
[
{
"os": [
"chromeos"
],
"policy_pref_mapping_tests": [
{
"note": "Check default value (no policies set)",
"policies": {},
"prefs": {
"kiosk_troubleshooting_tools_enabled": {
"default_value": false,
"location": "user_profile"
}
}
},
{
"note": "Check true policy value",
"policies": {
"KioskTroubleshootingToolsEnabled": true
},
"prefs": {
"kiosk_troubleshooting_tools_enabled": {
"location": "user_profile",
"value": true
}
}
},
{
"note": "Check false policy value",
"policies": {
"KioskTroubleshootingToolsEnabled": false
},
"prefs": {
"kiosk_troubleshooting_tools_enabled": {
"location": "user_profile",
"value": false
}
}
}
]
}
]