37897686ef
This pull request enables tests in the Fedora CI using `tmt` which also allows to easily execute and debug tests from your laptop: Run tests directly on your localhost: sudo dnf install -y tmt tmt run --all provision --how local Run tests in a virtual machine: sudo dnf install -y tmt-provision-virtual tmt run Check the documentation to learn more about the tool: https://docs.fedoraproject.org/en-US/ci/tmt/
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
summary: Integration test - dirinstall on regular system
|
|
provision:
|
|
standard-inventory-qcow2:
|
|
qemu:
|
|
m: 2G
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- anaconda
|
|
# gnome-kiosk is required for "vnc" mode
|
|
- gnome-kiosk
|
|
execute:
|
|
script:
|
|
- ANACONDA_UI_MODE=text plans/dirinstall.sh
|
|
- plans/show_logs.sh
|
|
- ANACONDA_UI_MODE=vnc plans/dirinstall.sh
|
|
- plans/show_logs.sh
|
|
- journalctl -a
|