Update policy_pref_mapping_test.md
crrev.com/c/6366597 updated tests but didn't update the document. Bug: N/A Change-Id: Id1a8842bfdec79736f3b0277bc09816de6c65d3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6385059 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436756}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
320c5ff929
commit
b32fe03bdf
@ -72,7 +72,7 @@ separate preferences, their default values, and that either `IdleActionAC` or
|
||||
{
|
||||
...
|
||||
"IdleAction": {
|
||||
"os": ["chromeos_ash"],
|
||||
"os": ["chromeos"],
|
||||
"policy_pref_mapping_tests": [
|
||||
{
|
||||
"note": "Check default values (no policies set)",
|
||||
@ -159,8 +159,7 @@ needs to have at least one test case. Valid values are:
|
||||
- `win`
|
||||
- `linux`
|
||||
- `mac`
|
||||
- `chromeos_ash`
|
||||
- `chromeos_lacros`
|
||||
- `chromeos`
|
||||
- `android`
|
||||
- `fuchsia`
|
||||
- `ios` (tested via separate [//ios/chrome/test/data/policy/pref_mapping/[PolicyName].json](https://cs.chromium.org/chromium/src/ios/chrome/test/data/policy/pref_mapping))
|
||||
@ -274,7 +273,7 @@ one `PolicyPrefMappingTest` for the pref's default value and one
|
||||
```
|
||||
[
|
||||
{
|
||||
"os": array<string>, // subset of ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "ios"]
|
||||
"os": array<string>, // subset of ["win", "linux", "mac", "chromeos", "android", "ios"]
|
||||
"official_only": boolean, // optional, defaults to false
|
||||
"can_be_recommended": boolean, // optional, defaults to false
|
||||
"reason_for_missing_test": string // optional, should be only field then
|
||||
|
Reference in New Issue
Block a user