diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-14 15:19:20 +0000 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-14 15:19:20 +0000 |
commit | 181ca5389a93113906f80afd054beb491d67e010 (patch) | |
tree | a11a6a303b3020c59ac7a482c51520ef07e96304 | |
parent | 4a1595802b3c54b9f8abeb0ce227fc3eb22abd72 (diff) | |
parent | 6d86b592d4d10247c11cb296c5271512b7b6d7a6 (diff) | |
download | kernel-181ca5389a93113906f80afd054beb491d67e010.tar.gz kernel-181ca5389a93113906f80afd054beb491d67e010.tar.xz kernel-181ca5389a93113906f80afd054beb491d67e010.zip |
Merge #11 `Add readme for recommended layout for kernel 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 |