summaryrefslogtreecommitdiff
path: root/tests/vc4_ci/README
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-05-24 16:24:40 +0200
committerEric Anholt <eric@anholt.net>2018-06-04 15:18:32 -0700
commit6c9d04797b7ef972b1b3746df6985071d1d2de26 (patch)
tree7c2a6f08e7410fe9b1e2991626d65141a7bfc3be /tests/vc4_ci/README
parent8a8f0271a71e2e0d2a2caa4d41f4ad1d9c89670e (diff)
tests: Add vc4 test suite
Add some various test suites relevant for the vc4 drm driver. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tests/vc4_ci/README')
-rw-r--r--tests/vc4_ci/README38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/vc4_ci/README b/tests/vc4_ci/README
new file mode 100644
index 00000000..e1de5c61
--- /dev/null
+++ b/tests/vc4_ci/README
@@ -0,0 +1,38 @@
+This directory contains test lists to be used for vc4's DRM support. The files
+are passed to piglit with the --test-list parameter directly.
+
+The test lists are contained in the IGT repository for several
+reasons:
+
+- The lists stay synchronized with the IGT codebase.
+- Public availability. Kernel developers can see what tests are run,
+ and can see what changes are done to the set, when, and why.
+- Explicit test lists in general make it possible to implement a new
+ test without having it run by everyone else before the tests and / or setup
+ are ready for it.
+
+Changing the test lists should only happen with approval from the vc4
+maintainer, Eric Anholt (eric@anholt.net).
+
+============
+vc4.testlist
+============
+
+This test list is meant as a general test suite without any time
+restriction for the vc4 DRM driver, combining generic DRM and KMS tests.
+
+======================
+vc4-chamelium.testlist
+======================
+
+This test list is meant to test the vc4 driver using Google's Chamelium
+board as a testing device. This doesn't have any time restriction, and
+will include test that will run for a significant time.
+
+===========================
+vc4-chamelium-fast.testlist
+===========================
+
+This test list is a variant of the previous one, with only tests
+supposed to run quickly. Therefore, the whole suite should be pretty
+fast to execute and is meant to be used as a fast-loop CI.