summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-02-09 15:05:27 +0100
committerKarel Klic <kklic@redhat.com>2010-02-09 15:05:27 +0100
commit43cc8f98f400f063772ff680e5798f664f9acb41 (patch)
tree3759eebf7d554894dec5397b152e399957ced3b0 /doc
parentdc9b75d9a4c5e50a8c1db5d7aa2430cc1bc6fa56 (diff)
parentea11e91fd0ddfa51568e9d52e7ce0dc19971c745 (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'doc')
-rw-r--r--doc/HOW_TO_TEST15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/HOW_TO_TEST b/doc/HOW_TO_TEST
index d11c6d8..05641b1 100644
--- a/doc/HOW_TO_TEST
+++ b/doc/HOW_TO_TEST
@@ -4,7 +4,9 @@ I. Build and install
===================
a) build the packages as scratch in koji
b) download and install (the best is to create a local repo and try to install it using yum)
-c) start the daemon and check logs for any sign of a problem
+c) create a repository and try to update from previous packages
+d) start the daemon and check logs for any sign of a problem
+e) try to update from previous Fedora version using created repository
II. Crash detection
=====================
@@ -16,7 +18,9 @@ II. Crash detection
== 2. Advanced crash detection ==
a) crash some app that comes from unsigned package - abrt should ignore it
- b) disable the gpg chcek and try repeat step a) - abrt shouldn't ignore it
+ b) disable the gpg check and try repeat step a) - abrt shouldn't ignore it
+
+- try to add some crash-time action and test if it works
III. Reporting
=============
@@ -29,4 +33,9 @@ III. Reporting
- crash should be reported after filling the right credentials
- login+pass won't be saved
c) try to report every supported crash abrt detects C/C++, oops, python script
- d) repeat this with cli
+ d) try to report some crash with bad backtrace - this should fail
+ e) repeat this with cli
+
+- test reporting with all reporters plugins like: ticketuploader, filetransport, etc..
+ repeating the step 'a' to 'e'
+