summaryrefslogtreecommitdiff
path: root/tests/feat_profile.json
diff options
context:
space:
mode:
authorFeceoru, Gabriel <gabriel.feceoru@intel.com>2015-11-27 16:56:43 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-12-02 17:34:07 +0100
commitcd1de41fd96a9d49018e314fc5fe50f8de4534d6 (patch)
treea69b7563014cc1f65726eba8073f60383752de0a /tests/feat_profile.json
parente631bb54d263614d687645e6295739e06d4a2353 (diff)
tests: Add feature list file for piglit 'summary feature'
This is a placeholder for the feature list file. This needs to be filled in by feature owners with the feature name and the corresponding tests regex. Please refer to this piglit commit for more info on this feature. commit f16d011db75b08ceae241e7370599146691340ab Author: Feceoru, Gabriel <gabriel.feceoru@intel.com> Date: Tue Nov 3 17:50:41 2015 +0200 framework: Add support for feature readiness. v2: - Moved the file to tests directory - Replaced the example with a real feature Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
Diffstat (limited to 'tests/feat_profile.json')
-rw-r--r--tests/feat_profile.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/feat_profile.json b/tests/feat_profile.json
new file mode 100644
index 00000000..251dfd9c
--- /dev/null
+++ b/tests/feat_profile.json
@@ -0,0 +1,7 @@
+{
+ "psr" : {
+ "include_tests" : "psr",
+ "exclude_tests" : "",
+ "target_rate" : 90
+ }
+}