blob: 843bb3108fa45d41a4982df815a1bb1b97bc1c5b [file] [log] [blame]
[
{
"os": [
"win",
"linux",
"mac"
],
"policy_pref_mapping_tests": [
{
"policies": {},
"prefs": {
"enterprise_label.custom_value.for_profile": {
"location": "user_profile",
"default_value": ""
}
}
},
{
"policies": {
"EnterpriseCustomLabel": "Label"
},
"policies_settings": {
"EnterpriseCustomLabel": {
"scope": "machine",
"source": "cloud"
}
},
"prefs": {
"enterprise_label.custom_value.for_profile": {
"location": "user_profile",
"default_value": ""
}
}
},
{
"policies": {
"EnterpriseCustomLabel": "Label"
},
"policies_settings": {
"EnterpriseCustomLabel": {
"scope": "user",
"source": "cloud"
}
},
"prefs": {
"enterprise_label.custom_value.for_profile": {
"location": "user_profile",
"value": "Label"
}
}
}
]
}
]