mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
395ed61a1a
This PR adds a new test that automates the above mentioned test case. It starts the installation in text mode using the `install_text` test case, which it interrupts using the Anaconda crash trigger. When the crash happens, it goes through the process of reporting the bug to Bugzilla, checks that Bugzilla sends a positive confirmation of the action, but also performs some REST API calls to do a proper check and then it closes the bug to clean up.
10 lines
67 B
Plaintext
10 lines
67 B
Plaintext
*.swp
|
|
*~
|
|
*#
|
|
**/*.pyc
|
|
**/*.pyo
|
|
.cache/
|
|
.tox/
|
|
.coverage
|
|
coverage.xml
|