[ABRT PATCH] testsuite: add test order for el7

Richard Marko rmarko at redhat.com
Fri May 31 11:55:03 UTC 2013


Pushed. Thank you.

On 05/31/2013 12:06 PM, Jakub Filak wrote:
> We must disable bodhi on RHEL because it is usable only for Fedora
>
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> ---
>  tests/helpers/targets/el7/config.sh.local |  1 +
>  tests/helpers/targets/el7/defs.sh         |  2 +-
>  tests/runtests/aux/test_order.rhel7       | 71 +++++++++++++++++++++++++++++++
>  3 files changed, 73 insertions(+), 1 deletion(-)
>  create mode 100644 tests/runtests/aux/test_order.rhel7
>
> diff --git a/tests/helpers/targets/el7/config.sh.local b/tests/helpers/targets/el7/config.sh.local
> index 7e42624..1798b6f 100644
> --- a/tests/helpers/targets/el7/config.sh.local
> +++ b/tests/helpers/targets/el7/config.sh.local
> @@ -2,6 +2,7 @@
>  
>  export FORMAT_SCRIPT='aux/scp_format.sh'
>  export REPORT_SCRIPT='aux/scp_report.sh'
> +export TEST_LIST='aux/test_order.rhel7'
>  
>  export SCPTO='virt_manage at abrt.brq.redhat.com:~/targets/el7/data/'
>  
> diff --git a/tests/helpers/targets/el7/defs.sh b/tests/helpers/targets/el7/defs.sh
> index facfcbc..149ca09 100644
> --- a/tests/helpers/targets/el7/defs.sh
> +++ b/tests/helpers/targets/el7/defs.sh
> @@ -3,7 +3,7 @@
>  DATA_DIR=~/targets/el7
>  VM_NAME='EL7_nightly_run'
>  REPO='git://abrt.brq.redhat.com/abrt.git'
> -OS_VARIANT='rhel6'
> +OS_VARIANT='rhel7'
>  KS_NAME_PREFIX='brq_el7'
>  LOC='http://download.englab.brq.redhat.com/pub/rhel/nightly/latest-RHEL-7/compose/Workstation/x86_64/os/'
>  DISK=$( echo /dev/mapper/*el7_vm )
> diff --git a/tests/runtests/aux/test_order.rhel7 b/tests/runtests/aux/test_order.rhel7
> new file mode 100644
> index 0000000..33d852b
> --- /dev/null
> +++ b/tests/runtests/aux/test_order.rhel7
> @@ -0,0 +1,71 @@
> +# Order of the tests
> +# ------------------
> +# - basic build/install tests
> +# abrt-nightly-build
> +# run-abrtd
> +
> +# abrt-make-check
> +# btparser-make-check
> +# libreport-make-check
> +
> +# - core
> +abrtd-directories
> +dbus-message
> +socket-api
> +abrtd-inotify-flood
> +symlinks-rhbz-895442
> +
> +# - addons
> +ccpp-plugin
> +ccpp-plugin-java
> +ccpp-plugin-config
> +python-addon
> +
> +# - tools tests
> +cli-sanity
> +cli-status
> +check-hook-install
> +dumpoops
> +dumpxorg
> +dbus-api
> +dbus-NewProblem
> +dbus-elements-handling
> +#bodhi
> +oops-processing
> +abrt-python
> +
> +# - reporting tests
> +bugzilla-bt-reattach
> +bugzilla-dupe-search
> +bugzilla-comment-format
> +
> +rhts-test
> +
> +mailx-reporting
> +localized-reporting
> +verify-that-report-edits
> +upload-scp
> +upload-ftp
> +upload-filename
> +upload-handling
> +ureport
> +
> +blacklisted-package
> +blacklisted-path
> +dont-blame-interpret
> +abrt-should-return-rating-0-on-fail
> +
> +bz591504-sparse-core-files-performance-hit
> +bz618602-core_pattern-handler-truncates-parameters
> +bz636913-abrt-should-ignore-SystemExit-exception
> +bz652338-removed-proc-PID
> +bz783450-setuid-core-owned-by-root
> +
> +systemd-init
> +
> +uefioops
> +
> +# - more or less destructive tests
> +
> +# - outdated tests
> +#bz623142-abrt-should-not-report-bugs-against-systems-with-TAINT_HARDWARE_UNSUPPORTED-set


-- 
Richard Marko



More information about the Crash-catcher mailing list