Skip to content
Snippets Groups Projects
Commit 6237a45d authored by Chris Wilson's avatar Chris Wilson :thinking:
Browse files

i915/i915_selftests: Expose 'perf' selftests


Find all the perf* selftests and expose them in our igt. In CI we expect
these not to be run in BAT (since they are just performance tests rather
than conformance), but expect the results to be available from the
shards.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Acked-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
parent c8a88b61
No related branches found
No related tags found
No related merge requests found
Pipeline #75566 passed
......@@ -40,4 +40,9 @@ igt_main
"live_selftests=-1 disable_display=1 st_filter=%s",
env) < sizeof(opts));
igt_kselftests("i915", opts, "live_selftests", "live");
igt_assert(snprintf(opts, sizeof(opts),
"perf_selftests=-1 disable_display=1 st_filter=%s",
env) < sizeof(opts));
igt_kselftests("i915", opts, "perf_selftests", "perf");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment