e4efea abrt-cli: add abrt-cli tests

Authored and Committed by Matej Habrnal 9 years ago
50 files changed. 2063 lines added. 0 lines removed.
tests/p_abrt-cli/0-install_abrt-cli.sh
file added
+13
tests/p_abrt-cli/10-abrt-cli-reporting-test.sh
file added
+170
tests/p_abrt-cli/5-abrt-cli-test.sh
file added
+634
tests/p_abrt-cli/_CentOSBugTracker.conf
file added
+4
tests/p_abrt-cli/_attachment_file
file added
+1
tests/p_abrt-cli/_expect
file added
+44
tests/p_abrt-cli/_expect_report
file added
+41
tests/p_abrt-cli/_lib.sh
file added
+163
tests/p_abrt-cli/_mantisbt.conf
file added
+11
tests/p_abrt-cli/_mantisbt_format.conf
file added
+58
tests/p_abrt-cli/_mantisbt_formatdup.conf
file added
+64
tests/p_abrt-cli/_pyserve
file added
+51
tests/p_abrt-cli/problem_dir/analyzer
file added
+1
tests/p_abrt-cli/problem_dir/architecture
file added
+1
tests/p_abrt-cli/problem_dir/backtrace
file added
+305
tests/p_abrt-cli/problem_dir/backtrace_rating
file added
+1
tests/p_abrt-cli/problem_dir/cmdline
file added
+1
tests/p_abrt-cli/problem_dir/component
file added
+1
tests/p_abrt-cli/problem_dir/crash_function
file added
+1
tests/p_abrt-cli/problem_dir/dso_list
file added
+40
tests/p_abrt-cli/problem_dir/duphash
file added
+1
tests/p_abrt-cli/problem_dir/executable
file added
+1
tests/p_abrt-cli/problem_dir/hostname
file added
+1
tests/p_abrt-cli/problem_dir/kernel
file added
+1
tests/p_abrt-cli/problem_dir/maps
file added
+196
tests/p_abrt-cli/problem_dir/os_release
file added
+1
tests/p_abrt-cli/problem_dir/package
file added
+1
tests/p_abrt-cli/problem_dir/reason
file added
+1
tests/p_abrt-cli/problem_dir/time
file added
+1
tests/p_abrt-cli/problem_dir/type
file added
+1
tests/p_abrt-cli/problem_dir/uid
file added
+1
tests/p_abrt-cli/problem_dir/username
file added
+1
tests/p_abrt-cli/problem_dir/uuid
file added
+1
tests/p_abrt-cli/problem_dir/var_log_messages
file added
+2
tests/p_abrt-cli/problem_dir/xsession_errors
file added
+0
tests/p_abrt-cli/queries/add_note
file added
+13
tests/p_abrt-cli/queries/attachment
file added
+13
tests/p_abrt-cli/queries/create
file added
+12
tests/p_abrt-cli/queries/dummy
file added
+17
tests/p_abrt-cli/queries/get_custom_fields
file added
+13
tests/p_abrt-cli/queries/get_issue
file added
+13
tests/p_abrt-cli/queries/get_issue_closed_as_duplicate
file added
+27
tests/p_abrt-cli/queries/get_issue_comment_rating_1
file added
+27
tests/p_abrt-cli/queries/get_issue_dup_comment_rating_1
file added
+26
tests/p_abrt-cli/queries/login_correct
file added
+13
tests/p_abrt-cli/queries/login_incorrect
file added
+13
tests/p_abrt-cli/queries/project_get_id_from_name
file added
+13
tests/p_abrt-cli/queries/search_no_issue
file added
+13
tests/p_abrt-cli/queries/search_one_issue
file added
+13
tests/p_abrt-cli/queries/search_two_issues
file added
+22
    abrt-cli: add abrt-cli tests
    
    5-abrt-cli-test.sh
    Tests reporter-mantisbt on mock version of the MantisBT.
    
    10-abrt-cli-reporting-test.sh
    Tests reporting to the MantisBT via abrt-cli.
    
    Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
    
        
empty file added