diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-09-01 12:01:13 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-09-09 13:32:40 -0700 |
commit | 8a3b297a30dafb6aa9124f3a9095a99523f02887 (patch) | |
tree | 3322aa9a2bb95bdde78504246751ec21a88b1d78 /unittests | |
parent | b657360203832d336e92afccaabdbf05f6231a79 (diff) |
unittests: don't require totals section in schema
We generate this on the fly if it's not there and add it.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/framework/backends/schema/piglit-8.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/framework/backends/schema/piglit-8.json b/unittests/framework/backends/schema/piglit-8.json index 8661f4095..9b000fd32 100644 --- a/unittests/framework/backends/schema/piglit-8.json +++ b/unittests/framework/backends/schema/piglit-8.json @@ -102,7 +102,7 @@ } }, "additionalProperties": false, - "required": [ "__type__", "clinfo", "glxinfo", "lspci", "wglinfo", "name", "results_version", "uname", "time_elapsed", "totals", "tests" ], + "required": [ "__type__", "clinfo", "glxinfo", "lspci", "wglinfo", "name", "results_version", "uname", "time_elapsed", "tests" ], "definitions": { "timeAttribute": { "type": "object", |