From Fedora Project Wiki
Lhirlimann (talk | contribs) m (Changing package to pyhton3-fedora as its for fedora 28 and 29) |
Lhirlimann (talk | contribs) m (changing pyhton-fedora to pyhton3-fedora) |
||
Line 12: | Line 12: | ||
<li>For submission of test results make sure you have the package '''python3-fedora''' installed | <li>For submission of test results make sure you have the package '''python3-fedora''' installed | ||
<pre> | <pre> | ||
$ sudo dnf install | $ sudo dnf install python3-fedora | ||
</pre> | </pre> | ||
</li> | </li> |
Revision as of 06:42, 15 October 2018
Description
This test case tests kernel
using the kernel regression test suite. For details about the test suite, see https://fedoraproject.org/wiki/KernelTestingInitiative.
Setup
- Ensure the
gcc
,git
andpython3-fedora
packages are installed - Clone the kernel-tests repository:
$ git clone https://pagure.io/kernel-tests.git
- For submission of test results make sure you have the package python3-fedora installed
$ sudo dnf install python3-fedora
- You need gcc, make, libtirpc and libtirpc-devel in order to run the tests, if it is not already installed
$ sudo dnf install gcc make libtirpc libtirpc-devel
- cd into the kernel-tests directory
$ cd kernel-tests
- Configure automatic submission of the test results and your FAS username:
$ cp config.example .config $ vim .config
Look for lines with "submit=" and "username=" and set these settings to "submit=authenticated" and "username=<your FAS login without quotes>".
How to test
- Run the default test suite:
$ sudo ./runtests.sh
- Run the performance test suite:
$ sudo ./runtests.sh -t performance
Expected Results
- Both runs of the test suite should result in PASS.