anaconda/plans/dirinstall.fmf

19 lines
449 B
Plaintext
Raw Normal View History

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