[Intel-gfx] [PATCH i-g-t v2] tests: Add feature list file for piglit 'summary feature'
Gabriel Feceoru
gabriel.feceoru at intel.com
Fri Nov 27 06:56:43 PST 2015
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 at 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 at intel.com>
---
tests/feat_profile.json | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 tests/feat_profile.json
diff --git a/tests/feat_profile.json b/tests/feat_profile.json
new file mode 100644
index 0000000..251dfd9
--- /dev/null
+++ b/tests/feat_profile.json
@@ -0,0 +1,7 @@
+{
+ "psr" : {
+ "include_tests" : "psr",
+ "exclude_tests" : "",
+ "target_rate" : 90
+ }
+}
--
1.9.1
More information about the Intel-gfx
mailing list