Message ID | 1448636203-11733-1-git-send-email-gabriel.feceoru@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 + } +}
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> --- tests/feat_profile.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/feat_profile.json