From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description= This test case tests {{package|kernel}} using the kernel regression test suite. For details about the test suite, see https://fedoraproject.org/wi...")
 
No edit summary
Line 15: Line 15:
$ vim .config
$ vim .config
</pre>
</pre>
Look for lines with "submit=" and "username=" and set these settings to "submit=authenticated" and "username=<your FAS login>".
Look for lines with "'''submit='''" and "'''username='''" and set these settings to "submit=authenticated" and "username=<your FAS login>".
</li>
</li>
</ol>
</ol>

Revision as of 08:02, 22 August 2016

Description

This test case tests Package-x-generic-16.pngkernel using the kernel regression test suite. For details about the test suite, see https://fedoraproject.org/wiki/KernelTestingInitiative.

Setup

  1. Ensure the Package-x-generic-16.pnggcc, Package-x-generic-16.pnggit and Package-x-generic-16.pngpython-fedora packages are installed
  2. Clone the kernel-tests repository:
    $ git clone https://git.fedorahosted.org/git/kernel-tests.git
    
  3. 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>".

How to test

  1. Run the default test suite:
    $ sudo ./runtests.sh
    
  2. Run the performance test suite:
    $ sudo ./runtests.sh -t performance
    

Expected Results

  1. Both runs of the test suite should result in PASS.