From Fedora Project Wiki
Description
This test case tests the functionality of the ABRT command line interface.
How to test
- After running previous ABRT test cases you probably have a bunch of crash reports in cache. If not do some crashing with the command
kill -SIGSEGV (pid)
- Run
abrt-cli --list
to show unreported crashes - Run
abrt-cli --list --full
to show all crashes - Try crash reporting: run
abrt-cli --report CRASH_DIR
to report a crash to e.g. Logger - Run
abrt-cli --delete CRASH_DIR
to delete the report.
Expected Results
- Option --list --full should show all crashes
- Option --list should show all not-yet-reported crashes
- Option --report should show crash report and asks for confirmation before sending it
- ABRT should analyze the crash and create a report about it. When the report is ready,
abrt-cli
should open a text editor with the content of the report. You can see what is being reported, and you can fill in instructions on how to reproduce the crash and other comments. Close the editor. - You should be asked if you want to report using some reporter plugins. Respond Y for Bugzilla reporter, and N to skip reporting using Logger.
- ABRT should analyze the crash and create a report about it. When the report is ready,
- Option --delete should delete crash