diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-06-06 14:01:43 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-06-06 14:01:43 -0500 |
commit | 1debdf05d152262113e10ef380a6dadf54782f21 (patch) | |
tree | 8a45335d044c160553d7c923780ec0a50d5be8f5 /tests | |
parent | 51da24b176436eb8b8f9305990dda2b6e37879bb (diff) | |
download | kernel-1debdf05d152262113e10ef380a6dadf54782f21.tar.gz kernel-1debdf05d152262113e10ef380a6dadf54782f21.tar.xz kernel-1debdf05d152262113e10ef380a6dadf54782f21.zip |
Linux v4.17
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/README.txt b/tests/README.txt new file mode 100644 index 000000000..27bfae5cd --- /dev/null +++ b/tests/README.txt @@ -0,0 +1,43 @@ +Recommended Layout for Kernel Tests +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add tests to enable Fedora CI [1] which are curated using the standard test interface [2] + +[1] https://fedoraproject.org/wiki/CI +[2] https://fedoraproject.org/wiki/CI/Standard_Test_Interface + +As new pull requests are filed, please link/add your tests in one of the following directories +to better organize the tests. If a new directory is required, which isn't included in the layout +below, please add justification in the pull request. The directories can be created as new tests +are added to dist-git. + +acpi +cgroup +cpu +crc32c-self-check +criu +crypto +drivers +filesystem +firmware +ftrace +include +kabi +kmod +kpatch +ksc +kvm +mce +memory +modules +namespace +networking +performance +powermgmt +ptp +scheduler +security +storage +syscalls +time +update build |