| [ |
| { |
| "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" |
| } |
| } |
| } |
| ] |
| } |
| ] |