summaryrefslogtreecommitdiff
path: root/tests/feat_profile.json
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-25 16:44:36 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-11-16 13:34:41 +0200
commit8ac5cfb4db9c7bc593beec18a6be1e2ff163106c (patch)
treed8fb22aa5e4185af11e95e62a1fbe1a2636a6aac /tests/feat_profile.json
parent422fea093734b7eca0707e24458ed9ba89f37dcb (diff)
tests: Move drv_ tests to i915 directory
The drv_ tests are i915 specific, so let's move them to i915 directory and change the binary prefix to i915_. Additionally, while we at moving stuff around, let's rename module_reload to module_load and do the following cleanup with the subtests: basic-reload -> reload basic-no-display -> reload-no-display basic-reload-inject -> reload-with-fault-injection Cc: Martin Peres <martin.peres@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'tests/feat_profile.json')
-rw-r--r--tests/feat_profile.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/feat_profile.json b/tests/feat_profile.json
index ccc2ad86..f13d636e 100644
--- a/tests/feat_profile.json
+++ b/tests/feat_profile.json
@@ -24,11 +24,6 @@
"exclude_tests" : "",
"target_rate" : 90
},
- "drv" : {
- "include_tests" : "drv",
- "exclude_tests" : "",
- "target_rate" : 90
- },
"gem" : {
"include_tests" : "gem",
"exclude_tests" : "",
@@ -40,6 +35,11 @@
"exclude_tests" : "",
"target_rate" : 90
},
+ "i915" : {
+ "include_tests" : "i915",
+ "exclude_tests" : "",
+ "target_rate" : 90
+ },
"kms" : {
"include_tests" : "kms",
"exclude_tests" : "",