On 01/11/2019 16:21, Chris Wilson wrote:
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: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.a...@intel.com>
Cc: Tomi Sarvela <tomi.p.sarv...@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
---
  tests/i915/i915_selftest.c | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
index 6d597e682..abc8c9c79 100644
--- a/tests/i915/i915_selftest.c
+++ b/tests/i915/i915_selftest.c
@@ -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");
  }


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to