2021-03-04 13:48:55 +00:00
|
|
|
summary: Basic smoke test for libreport
|
2022-01-06 14:39:44 +00:00
|
|
|
prepare:
|
|
|
|
how: install
|
|
|
|
# Do not attempt to install conflicting subpackages.
|
|
|
|
exclude:
|
|
|
|
- abrt-atomic
|
2022-01-19 11:27:45 +00:00
|
|
|
- abrt-java-connector-container
|
2022-01-06 14:39:44 +00:00
|
|
|
- python3-abrt-container-addon
|
2022-01-12 13:11:54 +00:00
|
|
|
# Prerequisite for smoke testing liblibreport.
|
|
|
|
package:
|
|
|
|
- gcc
|
2021-03-04 13:48:55 +00:00
|
|
|
execute:
|
|
|
|
script: |
|
2022-01-12 13:11:54 +00:00
|
|
|
tests/library-smoke.sh
|
2021-03-04 13:48:55 +00:00
|
|
|
report-cli --version
|