summaryrefslogtreecommitdiff
path: root/unittests/framework/backends/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/framework/backends/shared.py')
-rw-r--r--unittests/framework/backends/shared.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/unittests/framework/backends/shared.py b/unittests/framework/backends/shared.py
index eeffe76cb..dd90fc25d 100644
--- a/unittests/framework/backends/shared.py
+++ b/unittests/framework/backends/shared.py
@@ -30,9 +30,12 @@ from framework.options import OPTIONS
INITIAL_METADATA = {
'name': 'name',
- 'test_count': 0,
- 'env': {},
'options': dict(OPTIONS),
+ 'clinfo': None,
+ 'glxinfo': None,
+ 'wglinfo': None,
+ 'lspci': None,
+ 'uname': None,
}
# This is current JSON data, in raw form with only the minimum required