From Fedora Project Wiki
m (moved QA:Testcase ABRT kernel to QA:Testcase ABRT kernel addon) |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | |description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | ||
|actions= | |actions= | ||
# We will check that the ''KerneloopsScanner | # We will check that the ''KerneloopsScanner'', works and provides correct amount of crashes detected. | ||
# Download | # Download files: | ||
# | #* [http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=examples/oops1.test;hb=HEAD oops1.test] | ||
#* [http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=examples/oops3.test;hb=HEAD oops3.test] | |||
# Edit /etc/abrt/abrt.conf so it says: <pre>10 = KerneloopsScanner</pre> | |||
#* makes abrtd scan /var/log/messages every 10 secs | |||
# Restart abrtd:<pre>$ service abrtd restart</pre> | |||
# cat the downloaded file to /var/log/messages e.g:<pre>cat oops1.test /var/log/messages</pre> | |||
#* you'll need root privs for this | |||
# Wait for abrt-applet (make sure it's running) to show the notification about the detected kerneloops | |||
# Open the abrt-gui and check if you can see the oops | |||
|results= | |results= | ||
# | # Oopses detected and visible in abrt-gui | ||
}} | }} | ||
[[Category:ABRT_Test_Cases]] | [[Category:ABRT_Test_Cases]] |
Revision as of 14:24, 31 March 2010
Description
This test case tests the functionality of the ABRT feature.
How to test
- We will check that the KerneloopsScanner, works and provides correct amount of crashes detected.
- Download files:
- Edit /etc/abrt/abrt.conf so it says:
10 = KerneloopsScanner
- makes abrtd scan /var/log/messages every 10 secs
- Restart abrtd:
$ service abrtd restart
- cat the downloaded file to /var/log/messages e.g:
cat oops1.test /var/log/messages
- you'll need root privs for this
- Wait for abrt-applet (make sure it's running) to show the notification about the detected kerneloops
- Open the abrt-gui and check if you can see the oops
Expected Results
- Oopses detected and visible in abrt-gui