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:
Julio Castillo
2024-08-09 10:59:00 +02:00
committed by GitHub
parent 9386764f66
commit f1607f68a9
5 changed files with 117 additions and 7 deletions

View File

@@ -74,7 +74,8 @@
"members": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"pattern": "^(?:serviceAccount:|user:)"
}
},
"negate": {
@@ -96,4 +97,4 @@
}
}
}
}
}