462ee504e4
It used to be broken / very instable. Moreover, dirinstall with vnc seems to be broken in a new way currently.
19 lines
452 B
Plaintext
19 lines
452 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
|