Extend test collector to include yaml files under tests/schemas/ and fast data files (#2489)
* Extend test collector to include yaml files in tests/schemas/ * Silence linter * Simplify yaml schema test names * Vaidate FAST data files schema
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
"members": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^(?:serviceAccount:|user:)"
|
||||
}
|
||||
},
|
||||
"negate": {
|
||||
@@ -96,4 +97,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user